‎2009 Jul 02 1:44 PM
Hi,
How can we know that lock objects has been created for table or particular records..
Naveen M.
‎2009 Jul 02 2:24 PM
goto SE11, place your cursor in the input field for lock objects.
press F4.
in the upcoming popup in the lower part (where the buttons are) there is a button with a "+" like the Expand buttons everywhere.
press it.
in the new opened field base table, give your table of which you want to know a lock object exists anjd hit F8.
‎2009 Jul 02 2:24 PM
goto SE11, place your cursor in the input field for lock objects.
press F4.
in the upcoming popup in the lower part (where the buttons are) there is a button with a "+" like the Expand buttons everywhere.
press it.
in the new opened field base table, give your table of which you want to know a lock object exists anjd hit F8.
‎2009 Jul 02 2:35 PM
Hi,
check in TCODE: SM12
hope u'll get some help.
Regards,
Sneha.
‎2009 Jul 03 6:57 AM
Hello Naveen,
when u execute some transaction(standard sap tcodes) with a particular record in change mode, system automatically locks that.
and u can see that in sm12.
now any other user cant change the same record unless the first user comes out of the transaction.
Regards
Sajid
‎2009 Jul 05 5:54 PM
for creating lock object following naming standard has been followed in most of the organization.
first letter Z OR Y
second letter is E
from three to is table name.
press f4 on lock object and put your table name in the lock object name .
ex. i am going to search lock object belongs to the mara table
lock object name mara -
> execute search help
you will be get following lock object for the mara table.
E_PDTC_MARA
EMMARAE
EMMARAS
‎2009 Jul 07 7:38 AM
Hi Naveen Kumar,
Lock Objects usually begin with the letter 'E' -
> For Eg. EZLOCK
When a lock is created or released it does with the help of some function module.
Usually when the Lock object is created, a Funtion Module is automatically created which starts with ENQUEUE
when the Lock object is realeased, a Funtion Module is created which starts with DEQUEUE.
For eg. Create a lock object EZLOCK on some ZJK_EKKO table.
Once its activated, go to se37 and check for function module ENQUEUE_EZLOCK.
Once v delete this lock object the function module ENQUEUE_EZLOCK is also deleted .
To Go se84-->ABAP Dictionary > Lock Objects> Give the lock object name.
usually the lock object wil have the table name in it.
So if its MARA Table , Search MARA in Lock object name and it ll list out the
Lock objects and its tables.
Edited by: Jk on Jul 7, 2009 8:43 AM
‎2009 Jul 09 1:39 PM
Hi,
When a lock object is created or deleted a function module ll be created.Check out this link.
http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eebf446011d189700000e8322d00/frameset.htm.
‎2009 Jul 10 6:53 AM
Hi,
Goto SE11->Place the cursor in Lock Object field->press F4->Input help Personal value List window will appear->Select SAP Applications->Component View:Lock Objects window will come,from here you can see list lock objects.
Thx and Regards,
Veera.
‎2009 Jul 11 6:30 AM