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: 

EXIT/BADI for creation/change production order

0 Kudos
699

I want to create production order through CO01. Once I will enter material details, all the component also has come automatically. So, once I will click on save button as per my requirement I will add some manual logic for operation field and I need to replace that existing operation field value by my custom piece of code.

Any exit or enhancement available please reply. Thanks in advance

So, I want once I click on save button, the operation value I will be able to change from 10 to 20.

3 REPLIES 3

thkolz
Contributor
0 Kudos
646

Maybe you can implement BAdI WORKORDER_UPDATE (method AT_SAVE).

0 Kudos
646

Tried but IT_COMPONENT is only importing parameter. Due to no export parameter or change parameter we can not change the component table. In AT SAVE there is no parameter for change the component.

0 Kudos
646

I did it by implementing enhancement point inside FM CO_BT_ORDER_POST.We can change the component details.