2007 Dec 02 1:38 AM
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.
2007 Dec 02 3:05 AM
Make sure that you execute BAPI_TRANSACTION_COMMIT between them with parameter WAIT = 'X'.
Rob
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.
2007 Dec 02 3:05 AM
Make sure that you execute BAPI_TRANSACTION_COMMIT between them with parameter WAIT = 'X'.
Rob
2007 Dec 02 4:44 AM