‎2008 Nov 28 3:29 AM
Hi all,
I have a cusmized table with two key fields. While modifying the table I am locking it ENQUEUE_E_TABLE function module. But it has only one key field .
How shall I pass my both key fields to lock only the specific data.
Regards,
Anirban
‎2008 Nov 28 4:19 AM
‎2008 Nov 28 4:19 AM
‎2008 Nov 28 5:27 AM
Hi all,
I have got the solution.
Actualy we need to concatenate the key fields in left to right seqeuence into a string of type vim_enqkey (CHAR 120) and pass it to varkey field.
So I am closing the thread as answered.
Regards,
Anirban
‎2008 Nov 28 6:07 AM
Hi
If you dont specify any value there the system takes all the key fields into consideration
regards
Ramchander Rao.K
‎2008 Dec 23 6:40 AM
‎2008 Dec 23 6:52 AM
Hi
In SE 11 create Lock Object . Pass name of table and fields for which Lock object is required to be set .
Activate Lock object . Two fuction Module will be created "ENQUEUE" and "DEQUEUE" . Pass these FM to Programme and accordingly pass paremeters .
Lock table contains Logical Database locks for R/3 system and is imp for SAP LUW .There
is one Appliaction server with enqueue work process .
Check this Link