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

bapi

Former Member
0 Likes
247

if we execte bapi what will happen to data is it stores data base or not?explain me.

1 REPLY 1
Read only

Former Member
0 Likes
228

In general, when u execute a bapi with some functionality (such as bapi_order_create - creates an order, etc.) then it will create an order in the database. Please note that most bapis don't do commit themselves - so u have to do it for them by calling bapi_transaction_commit after the original bapi has ended with success. To be sure if the bapi u r using needs the commit - read the specific bapi's documentation.

After that it should all appear in the database.

Hope this helps, pls reward points if so.

Igal