Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

can anyone tell me how to create a lock object?

Former Member
0 Kudos

I want to create a lock object for a table to lock it or unlock it, I went to SE11, but I can not create, the message is "Lock Ojbect name should begin with 'E'".....

many thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sun,

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm

https://forums.sdn.sap.com/click.jspa?searchID=115258&messageID=2656474

Do the following steps..

GO TO SE11

Select the radio button "Lock object"..

Give the name starts with EZ or EY..

Example: EYTEST

Press Create button..

Give the short description..

Example: Lock object for table ZTABLE..

In the tables tab..Give the table name..

Example: ZTABLE

Save and generate..

Your lock object is now created..You can see the LOCK MODULES..

In the menu ..GOTO -> LOCK MODULES..There you can see the ENQUEUE and DEQUEUE function

Hope this helps.

Manish

2 REPLIES 2

Former Member
0 Kudos

Hi Sun,

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm

https://forums.sdn.sap.com/click.jspa?searchID=115258&messageID=2656474

Do the following steps..

GO TO SE11

Select the radio button "Lock object"..

Give the name starts with EZ or EY..

Example: EYTEST

Press Create button..

Give the short description..

Example: Lock object for table ZTABLE..

In the tables tab..Give the table name..

Example: ZTABLE

Save and generate..

Your lock object is now created..You can see the LOCK MODULES..

In the menu ..GOTO -> LOCK MODULES..There you can see the ENQUEUE and DEQUEUE function

Hope this helps.

Manish

prasanth_kasturi
Active Contributor
0 Kudos

hi,

Its needed to create the lock objects name starting with E

So give the name starting with E and then customer name space i.e Y and Z

so your name starts with EYlock or EZlock

and you can create your lock object

check the SAP HELP in creating the lock object

http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eef3446011d189700000e8322d00/content.htm

regards

prasanth