‎2009 Jun 20 6:14 AM
Hello Mates.,
how to find a material is locked or not that is material used by another user or any other transcation.
This is because i am writing BDC for co11n where there is requirement of above mentioned case .
while making entrying the manual production order confirmation error is getting triggered - Material is locked.
Regards,
Murugesh R
‎2009 Jun 20 8:44 AM
Hi.
You can see SAP locks using SM12 transaction,
where you can also release them if required.
‎2009 Jun 20 9:32 AM
Hi,
Check whether the material is locked by the lock object.
Call the function module ENQUEUE_EMMARAS with the material number.
Incase the material is locked by some user you will get the error message from the FM.
Regards,
Ankur Parab
‎2009 Sep 04 10:50 AM