Application Development 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: 

How to check a material being blocked by system at current time?

Former Member
0 Kudos

hi,

is there a method to to check a material being blocked by system at current time?

Thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Call the function module ENQUEUE_EMMARAE with the required material number. If sy-subrc is not 0, after the function module has executed completely then the material is locked by a different user.

Please mark points if the solution was useful.

Regards,

Manoj

1 REPLY 1

Former Member
0 Kudos

Call the function module ENQUEUE_EMMARAE with the required material number. If sy-subrc is not 0, after the function module has executed completely then the material is locked by a different user.

Please mark points if the solution was useful.

Regards,

Manoj