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 in background processing

Former Member
0 Likes
402

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?

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
355

I think that will automatically do...just execute your report in background. Most of the BAPIS are developed to handle this situation.

~Amit

Read only

Former Member
0 Likes
355

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.