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
508

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
466

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

Former Member
0 Likes
467

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
466

Thank you very much