‎2006 Oct 19 12:39 AM
Hi, does anyone knows how to use the function module MARA_EAN11? Every time I use it, the message WE225 ("Material & currently blocked by user &"), but i checked and nobody exept me were using that material...
It seems like something remains blocked after using that function...
Please let me know if someone got the same error... and solved it.
Greetings.
‎2006 Oct 19 6:24 AM
Hello,
You should try to find if there is a FM to queue the material before calling the fm you are using. Then unqueue it again after using.
Hope this helps,
Gabriel P.
‎2006 Oct 19 6:17 AM
Dear Sergio
Can we know the reason behing using this FM, maybe that can help to get better advices.
Kind Regards
Eswar
‎2006 Oct 19 6:24 AM
Hello,
You should try to find if there is a FM to queue the material before calling the fm you are using. Then unqueue it again after using.
Hope this helps,
Gabriel P.
‎2006 Oct 19 6:25 AM
Hello,
Try with FM MATERIAL_DEQUEUE before calling the fm.
Gabriel P.
‎2006 Oct 19 3:06 PM
Hi, I was using that FM in order to check wether or not a barcode could be asigned to a material code. Later on, while debugging the standard program, I found that it uses function modules ENQUEUE_EWEANQE / DEQUEUE_EWEANQE to enqueue/dequeue the material code.
I guess the FM MATERIAL_DEQUEUE would work the same as DEQUEUE_EWEANQE...
thank you very much for your advice...!