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

lock unlock record

Former Member
0 Likes
824

I am using BAPI_BATCH_CHANGE in my custom program and then using BAPI_OBJCL_CHANGE to update the classification data. But it seems that the first BAPI is locking the record. How to make sure that once the bapi is executed the record is available

i am using transaction commit with wait.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
695

Make sure that you execute BAPI_TRANSACTION_COMMIT between them with parameter WAIT = 'X'.

Rob

2 REPLIES 2
Read only

Former Member
0 Likes
696

Make sure that you execute BAPI_TRANSACTION_COMMIT between them with parameter WAIT = 'X'.

Rob

Read only

Former Member