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

Error in BAPI_0050_CREATE

Former Member
0 Likes
488

hi Guys!

I encountered an error with BAPI BAPI_0050_CREATE, saying <b>'Data locked by user <my username></b>' however I'm only running my program. In my custom program, I post 12 consecutive FM docs (1 for every month). Have any of you encountered said error?

Thanks!

Ian

2 REPLIES 2
Read only

Former Member
0 Likes
383

have u use bapi_transaction_commit

after this BAPI

pass X in parameter

Read only

0 Likes
383

also clear memory variable if you are calling BAPI in a loop..:)