‎2008 May 25 5:27 AM
if we execte bapi what will happen to data is it stores data base or not?explain me.
‎2008 May 25 11:05 AM
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