2008 Mar 11 7:29 AM
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.
2008 Mar 11 4:11 PM
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
2008 Mar 11 7:44 AM
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?
2008 Mar 11 8:13 AM
Actually that lock object exist in quality but its giving dump that enqueue_ezmucitm is not fount.
2008 Mar 11 9:38 AM
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
2008 Mar 11 4:11 PM
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
2008 Mar 12 5:54 AM
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