Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

regarding calling multiple bapis in a new bapi

Former Member
0 Kudos

Dear gurus,

I am developing a bapi to update the data, in that bapi I am calling insert,change,delete bapis. Is it ok or is there any problems, please tell me.

is there any precautions to take while development please tell me.

Thanks and Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

there is no problem. U can call BAPI's within a BAPI... it is just like calling a FM within FM.... U need to pass exact data and finally try using BAPI_COMMIT.

2 REPLIES 2

Former Member
0 Kudos

there is no problem. U can call BAPI's within a BAPI... it is just like calling a FM within FM.... U need to pass exact data and finally try using BAPI_COMMIT.

0 Kudos

Thank you very much