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: 

User exits for Production Order confirmation: Goods movement (CO11N)

Former Member
0 Kudos
1,234

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.

4 REPLIES 4

kesavadas_thekkillath
Active Contributor
0 Kudos
293

Check with badi WORKORDER_GOODSMVT.

0 Kudos
293

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

0 Kudos
293

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.

0 Kudos
293

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.