cancel
Showing results for 
Search instead for 
Did you mean: 

Web services integration scenario from SAP PI by invoking Sales Order BAPI

Former Member
0 Kudos

Hi I am new to SAP-PI

I want to do a scenario the scenario is how to integrate the web services from SAP PI by invoking Sales Order BAPI


Accepted Solutions (0)

Answers (2)

Answers (2)

anand_shankar10
Active Participant
0 Kudos

Hi ,

I will list down a set of steps.

1. If you have a source as web service either you should get a wsdl from them or create a data type based on the data format structure provided by them.

2. Since you will be calling a BAPI, I suppose it will a synchronous call.

3. Import the BAPI in SAP PI ESR.

4. complete the message mapping.

5. In ID complete the configuration and then go to sender agreement and download WSDL.

6. No need to mention the configuration step as I suppose you are already aware that we need to use SOAP adapter for webservice calls to PI.

7. when you provide the wsdl to the sender service they need to deploy it and can use it to send messages to PI.

8. The message mapping will be executed and the data will be sent to ECC and responses message will be posted back to the web service.

9. Sender adapter SOAP, receiver adapter RFC.

10. Synchronous call.

Hope it helps.

Thanks

Anand

Former Member
0 Kudos

Hi,

Here you are a similar scenario --> http://scn.sap.com/docs/DOC-28275

Regards,

Carme.