Once we created a lock object for the particular table in SAP ABAP from SE11, is it possible to create entries in the table? If yes then what is the special thing in lock object?
I have tried creating a lock object in SE11 and after that in SE37 I have executed a lock object. My question is once lock object is created then we should not able to add entries but here I am able to add entries in my table. What is the special thing in lock object?
Lock mechanism doesn't work on DB/Kernel level. So you need to manually check the lock status in your report/function/class. The SE16/SE16N doesn't check lock status. Also you can create report a report for modifying table without the lock check.