‎2010 Jul 09 7:05 AM
Hi Experts,
I have a custom table in one SAP R/3 system A. I am updating this table from another SAP System B from two different programs ( one an user exit and another one a function module). Suppose user exit code is updating the table and at the same time the Function module also tries to update the same table. I think SAP automatically takes care of locking the table and unlocking it. I hope we don't have to explicitly code it right?
Then why SAP has provided ENQUEUE and DEQUEUE function modules? When exactly do we need to use them?
Please help.
Thanks
gopal
‎2010 Jul 09 9:56 AM
Hi,
SAP will not automatically takes care of locking the table and unlocking it. you need to explicitely create ENQUEUE and DEQUEUE function modules.
Regards,
Preetham
‎2010 Jul 09 10:10 AM
‎2010 Jul 09 11:35 AM
Please search for available information before posting, don't post basic or generic questions.
Thread locked.
Thomas