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.

 View Only
Expand all | Collapse all

Passing Parameters to SAP RFC in Batch

  • 1.  Passing Parameters to SAP RFC in Batch

    Posted Mon August 01, 2005 09:30 PM

    Hello All , I am trying to call an RFC from BC to SAP . I need to pass the parameters during nightly run of the BC job . How can I specify these parameters . An example is : I want to call an RFC which as customer id ( KUNNR ) as a parameter and this needs to be repeated for a list of customers .

    Thanks
    Rajesh


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


  • 2.  RE: Passing Parameters to SAP RFC in Batch

    Posted Mon August 01, 2005 09:36 PM

    Rajesh,
    You can do this two ways. You can maintain the list of customers in BC and loop through the list and call the RFC within the loop OR maintain the list within SAP and call the RFC once and go through the list of customers within RFC.

    Hope that helps.

    Roger


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


  • 3.  RE: Passing Parameters to SAP RFC in Batch

    Posted Tue August 02, 2005 04:35 AM

    Hi Rajesh

    Once you create the service (BC to SAP) in BC, it is treated as any other normal flow service .You can use the built in features of webMethods (Loop etc) for processing .

    Srini


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