2012 May 07 11:10 AM
Dear Experts,
I have a requirement to restrict only materials with 261 Movement type to appear in Goods movement of CO11N Tcode.
Currently even 101 Movement type is also appearing. I want to restrict 101 movement type as it is the finished good. So how can I achieve this ?
Is there any user exit available for the same.
Thanks in advance.
2012 May 07 11:40 AM
2012 May 07 12:42 PM
Thank you Kesavadas for your reply.
I tried with a break point in the above mentioned method, But I see it is stopping only at GOODS_RECEIPT and GM_SCREEN_OKCODE_CHECK methods, None of the methods are getting called.
How do I proceed further.
Thanks and regards,
Harish
2012 May 07 1:10 PM
Hi,
Generally 101 movement type will appear when you will confirm last operation of the order.
Check with functional consultant that if this is the case. If yes I guess there is customizing which will say ""Automactic Goods Movement" checkbox on last operation which actually does 101 movement and you can restrict that.
Otherwise GOODS_RECEIPT seems to be correct method.
2012 May 07 1:21 PM
Dear Vinit,
Thanks a lot for the info.
I got the solution for the same, In the same GOODS_RECEIPT method, I just refreshed the itab ct_goods_receipt and its working according to my requirement.
Thanks again.