cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI Interface for Multiple Bapi

Former Member
0 Kudos

hi,

i need to expose 2 Bapi (Bapi A and Bapi B) using SAP PI 7.0 using single PI Interface / webservice.

3rd party --> SAP PI -->SAP ECC6.

for first option, i can create new Bapi C and include Bapi A & B new Bapi C. then only expose BAPI C in SAP PI.

for 2nd Option, i want to import BAPI A & B into SAP PI and used SAP PI capability to run BAPI A & B in sequence.

if i want to go for 2nd option (just use existing BAPI A & B), how to implement the steps to make the bapi can execute in sequence? any link tutorial wil be help me a lot.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member303666
Active Participant
0 Kudos

Hi,

this is related to bapi s. check the below link for reference.

http://www.qnasap.com/sap-pi-interface-for-multiple-bapi/

thanks and regareds,

kesava.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Hashim,

try to implement Stefan approach or even you can try below appraoch,

call BAPI A using SAP PI, then cal BAPI B within BAPI A logic, here you need to import only BAPI A in to PI system.

better to take help from ABAPer, he will help you on the same.

Regards,

Raj

stefan_grube
Active Contributor
0 Kudos

In ECC6 create an ABAP proxy and call both BAPIs from this.

I recommend to use always ABAP proxy instead of RFC/BAPI, if possible.