Application Development and Automation 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: 
Read only

Help: DDIC Lock object

Former Member
0 Likes
769

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
Read only

Former Member
0 Likes
718

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
Read only

prabhu_s2
Active Contributor
0 Likes
718

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?

Read only

Former Member
0 Likes
718

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

Read only

prabhu_s2
Active Contributor
0 Likes
718

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

Read only

Former Member
0 Likes
719

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

Read only

Former Member
0 Likes
718

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