‎2006 Sep 22 6:02 PM
Hi all,
can u tell me a example of lock obj in real time
Ranjith
‎2006 Sep 22 6:04 PM
For example u want to update a material program wise.
When u lock that material using the lock object FM
ENQUEUE_EMMARAE
Then that material can be opened in change in MM02.
After u are unlocking that material using the unlock FM
DEQUEUE_EMMARAE
You can go in change mode in MM02.
So whenever a lock object is created two FM (ENQUEUE_<lock object name> and DEQUEUE_<lock object name>). You have to use that FM for locking and unlocking.
Regards,
Prakash.
Message was edited by: Prakash Ramu
‎2006 Sep 22 6:04 PM
For example u want to update a material program wise.
When u lock that material using the lock object FM
ENQUEUE_EMMARAE
Then that material can be opened in change in MM02.
After u are unlocking that material using the unlock FM
DEQUEUE_EMMARAE
You can go in change mode in MM02.
So whenever a lock object is created two FM (ENQUEUE_<lock object name> and DEQUEUE_<lock object name>). You have to use that FM for locking and unlocking.
Regards,
Prakash.
Message was edited by: Prakash Ramu
‎2006 Sep 22 6:11 PM