cancel
Showing results for 
Search instead for 
Did you mean: 

How to bundle two BAPIS in one interface.

Former Member
0 Kudos

Hi Experts,

i have two BAPIs, first one is for Adding New Addres in the R3 and Second BAPI is for COMMIT Transaction. when i submit the first BAPI, data will not be updated in the tables, when i submit second BAPI i.e COMMIT Transaction , the table will be updated.

I am doing R3 <----> XI<--


> Webservice

1) When i enter data from Webservice Client for updating the data in R3.

plz help me out how to handle COMMIT transaction in this scenario.

thanks

siva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Siva,

U create a RFC function module from SE37 with same parameters of BAPI and then call the two BAPIs from there.

This is the simplest form of handling two BAPIs.

Regards

Rajeev

Answers (2)

Answers (2)

turmoll
Active Contributor
0 Kudos

Hi,

Take a look at: <a href="https://service.sap.com/sap/support/notes/730870">Note 730870 - FAQ XI 3.0/ PI 7.0/ PI 7.1 RFC Adapter</a> particularly at: Q 10: What's about BAPIs?

Regards,

Jakub

prabhu_s2
Active Contributor
0 Kudos

make use of wrappers.....bapi wrappers.