IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Remote function call problem

    Posted 06/30/05 06:16 PM

    We are using SAP Business Connector 4.6.

    I call a remote function module using Invoke (sap.map:outbound). Using Lookup option and mapping SAP BC -> SAP generated this service.

    The function module has few parameters and a table as inputs. When I send the record list to the table in the function module, the actual values in the internal table are blank or initial values. When I debug the flow service, I do see the values in the record list before I invoke the RFC, but within the RFC the internal table contains blank records.

    Can anyone, please explain what is happening here? I would appreciate immediate help.

    Thanks,
    Roger


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Remote function call problem

    Posted 07/01/05 03:13 PM

    RMG/Mark/Rob,
    Please help me out here.

    Regards,
    Roger


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Remote function call problem

    Posted 07/22/05 03:38 PM

    I found the solution to my problem. Within my RFC I created another internal table similar to the incoming tables parameter. Within my RFC, I appended the records from the tables (input record list) to the temporary internal table. This resolved the issue.

    Strange but it works !!

    Roger


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB