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

Problem in Calling SAP BAPI via SAP Outbound

  • 1.  Problem in Calling SAP BAPI via SAP Outbound

    Posted Sat July 26, 2003 11:03 AM

    Hi All,

    I am working with an transaction Purchase Requisition using SAP Adapters . I am using the BAPI_REQUISITION_CREATE bapi as outbound call.

    I mapped all my database fields to the Import paramter tables in the BAPI as well.

    (Actually i am having three line items and i mapped incide the loop).

    But I am getting the Result PR number. But PR contains only one line item , can anyone throw an Bright light.

    regards
    Ramesh


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


  • 2.  RE: Problem in Calling SAP BAPI via SAP Outbound

    Posted Mon July 28, 2003 12:53 AM

    Don’t use the LOOP anymore. In your service when you call your BAPI, map your documentlist (I assume you have documentlist) to the REQUISITION_ITEMS in service in. This will pick them all.

    HTH,
    Miles


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