Hi,
I created one lock object named as ez_lockworkid in developement system and i stored that in YMM package . Two standard function modules(enque,deque) was created successfully . It was in $enq package . I moved the lock object to quality .
The problem is only lock object is moved but the two standard function modules didnt move to the lockobject. How can i solve the issue.
Hello Karthick,
The ENQUEUE* & DEQUEUE* FMs are not transported via the transport request(TR). I you wont get reference of these FMs in the object list of your TR either.
When your TR is imported in your QAS the objects included in the TR will get activated. During the activation of your lock object, these FMs are "automatically" generated by SAP & saved in the the package $ENQ!
Check the TR log & verify if the Lock object has been activated correctly in the QAS.
Read the documentation of "[Lock Objects|http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21eebf446011d189700000e8322d00/content.htm]" for further details.
BR,
Suhas
Add a comment