Application Development 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: 

lock unlock record

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Rob

2 REPLIES 2

Former Member
0 Kudos

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

Rob

Former Member