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: 

Help: DDIC Lock object

Former Member
0 Kudos
206

Hi All,

I have doubt about lock object,

when we create lock object ENQUEUE_OBJ AND DEQUEUE_OBJ also gets created but what about transporting it? should we transport it saparately or automatically its get transported?

Thx.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
155

Check the below link

[http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eef3446011d189700000e8322d00/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eef3446011d189700000e8322d00/content.htm]

When you save a lock object, it will ask for a trasport request to be saved under. Once that is given, the generated FMs ENQUEUE_<lockobjectname> and DEQUEUE_<lockobjectname> are also saved under the same transport request.


1. Check your QA system whether the 2 generated FMs for the <lockobjectname> exist in QA? 
2. Also check in SE11 whether <lockobjectname> exist in QA?

Hope it helps.

Thanks,

Balaji

5 REPLIES 5

prabhu_s2
Active Contributor
0 Kudos
155

havent created a lock object but i feel that there will be no issue in transporting the ENQUEUE_OBJ AND DEQUEUE_OBJ unless these objects are added manually to the transport. What is the object id atttached to it?

Former Member
0 Kudos
155

Actually that lock object exist in quality but its giving dump that enqueue_ezmucitm is not fount.

prabhu_s2
Active Contributor
0 Kudos
155

enqueue_ezmucitm is a module that would be attached to generate the lock objects when moved to further system. this follows a naming convention: enqueue_<lock object> in ur case the lock object is ezmucitm. see in quality if the f.n module enqueue_ezmucitm is present

Former Member
0 Kudos
156

Check the below link

[http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eef3446011d189700000e8322d00/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eef3446011d189700000e8322d00/content.htm]

When you save a lock object, it will ask for a trasport request to be saved under. Once that is given, the generated FMs ENQUEUE_<lockobjectname> and DEQUEUE_<lockobjectname> are also saved under the same transport request.


1. Check your QA system whether the 2 generated FMs for the <lockobjectname> exist in QA? 
2. Also check in SE11 whether <lockobjectname> exist in QA?

Hope it helps.

Thanks,

Balaji

Former Member
0 Kudos
155

Hi,

Actully the lock objet ot trasported to QA but the FM wa not got transported because of some reason.So I create new equest and transported to QA an my problem got solved.

Thanks for help.

Tanisha