Application Development and Automation 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: 
Read only

regarding calling multiple bapis in a new bapi

Former Member
0 Likes
510

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
Read only

Former Member
0 Likes
468

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.

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

2 REPLIES 2
Read only

Former Member
0 Likes
469

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.

Read only

0 Likes
468

Thank you very much