Pulling data from SAP

Hi,

Can anyone please tell me how do I pull data from SAP without using notifications. I need all the data to be pulled from SAP against BAPI.

Thanks & Regards,
SR

SR,

Use the sap.map:outbound flow step with the $rfcname set to the BAPI that you want to run in SAP. You also need to set the serverName parameters with the name of the SAP system you set in the browser.

Regards,
Simon

SR,

Simon’s suggestion is good if you wanted to call RFC’s and BAPIs with known inputs and outputs parameters which you could build and put into the pipeline prior to the BAPI call.

This situation is not always the case. I normally build an “outbound map”(inbound to SAP) which is essentially the RFC or BAPI signature exposed as a standard BC service. I usually place these in a seperate folder for easy reference, usage, and transport.

Once I have the outbound map created, I use it in my flow and it helps me ensure that all my inputs are accounted for. Additionally it shows me what to expect in my output.

HTH,

ajandja

Hello,

How can do the same thing in 7.1?

Thanks