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.


#TechXchangePresenter
 View Only
  • 1.  Question- How to determine BAPI parameters in WM 7.1.3

    Posted Mon September 20, 2010 05:12 PM

    Need help to determine the correct objectName and bapiName parameters for the following function modules in SAP:

    BAPISDORDER_GETDETAILEDLIST
    RFC_READ_TABLE

    this is for use in plugin adapter pub.sap.transport.BAPI:outboundProcess
    found in WmSAP package (WM 7.1.3 Developer)

    I was able to back into these parameters for a few other SAP BAPI’s (function modules) using the SAP Adapter Lookup feature.

    One example: For SAP Function Module BAPI_SALESORDER_GETSTATUS,
    objectName = SalesOrder
    bapiName = GetStatus


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Question- How to determine BAPI parameters in WM 7.1.3

    Posted Mon September 20, 2010 06:21 PM

    Are you using SAPAdapter7.1? May be SAP team can help regarding those specific modules inputs?


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 3.  RE: Question- How to determine BAPI parameters in WM 7.1.3

    Posted Mon September 20, 2010 06:39 PM

    We are using webMethods SAP Adapter 7.1.0.3.746. Mapping to be completed in webMethods Developer 7.1.3,


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 4.  RE: Question- How to determine BAPI parameters in WM 7.1.3

    Posted Mon September 20, 2010 07:11 PM

    It’s not related to version anyways but those modules details didn’t SAP team gave you inputs to call (SE37)?


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 5.  RE: Question- How to determine BAPI parameters in WM 7.1.3

    Posted Mon September 27, 2010 05:03 PM

    Are there any built-in functions in SAP Adapter 7.1 that will allow us to invoke a bapi via the SAP function module name (example - BAPI_SALESORDER_GETSTATUS)?

    In the old developer (SAP-BC v4.6) we used a service named outbound found in the SAP adapter package (Build 610).

    path > sap.map.outbound

    this allowed usage of the function module name sent via parameter $rfcname.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 6.  RE: Question- How to determine BAPI parameters in WM 7.1.3

    Posted Mon September 27, 2010 07:02 PM

    Have found suitable replacement to handle BAPI calls.

    pub.sap.transport.RFC:OutboundProcess in WmSAP package allows use of SAP function module name via $rfcname parameter.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 7.  RE: Question- How to determine BAPI parameters in WM 7.1.3

    Posted Mon September 27, 2010 07:36 PM

    yes that would suffix the issue…thanks for the update!


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods