‎2008 Feb 07 7:06 AM
Hello all,
I have a doubt, i want to execute my BAPI in background. that means after entering all the data in correponding structure if i run then it should correspondingly update the database.how i can achieve this?
‎2008 Feb 07 7:10 AM
I think that will automatically do...just execute your report in background. Most of the BAPIS are developed to handle this situation.
~Amit
‎2008 Feb 07 8:42 AM
it does automatically in the background only ,mean while also use bapi_transaction_commit to update data base.
and loop the return table and display so that u can know errors.