cancel
Showing results for 
Search instead for 
Did you mean: 

More then one BAPI execution in XI

Former Member
0 Kudos

Hi People

How to call more then one BAPI in a single scenario ( XI ).

I need to execute 'BAPI_ xxxx ' and 'BAPI_TRANSATION_COMMIT'. Since If i execute only 'BAPI_.XXX', data will not save in SAP, so I need to execute 'BAPI_TRANSATION_COMMIT'.

Please reply as early as possible...

Thanks & Regards

shekar

Edited by: raja shekar on May 28, 2008 11:26 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

By using BPM u can call more than one BAPI.

Receiver> Transformation1(To convert data in 1st bapi request)>send(call 1st bapi)>Transformation2(To convert data in 2nd bapi request)>send(call 2nd bapi)-->

Regards,

Rohit

Reward points if helpful

Former Member
0 Kudos

Hi,

Go through these links

How to call more then one BAPI in a single scenario ( XI ).

I need to execute 'BAPI_ xxxx ' and 'BAPI_TRANSATION_COMMIT'. Since If i execute only 'BAPI_.XXX', data will not save in SAP, so I need to execute 'BAPI_TRANSATION_COMMIT'.

First you import your BAPI do some operations in XI and then in R/3 you handle 'BAPI_TRANSATION_COMMIT' that will do.

i.e your import 'BAPI_.XXX' in XI after that BAPI_TRANSATION_COMMIT handle in r/3.

Thanks

Vikranth

Former Member
0 Kudos

Hi,

Check des, they would help u definitely.

Thanks,

Vijaya.

Former Member
0 Kudos

Hi,

Create a custom BAPI in which u cal 'BAPI_ xxxx ' and then 'BAPI_TRANSATION_COMMIT'.

Then call this custom BAPI in the scenario (XI)

Regards,

Shabari