2022 Oct 19 9:34 AM
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.
2022 Oct 19 10:42 AM
Maybe you can implement BAdI WORKORDER_UPDATE (method AT_SAVE).
2022 Oct 19 1:44 PM
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.
2022 Oct 21 7:12 AM
I did it by implementing enhancement point inside FM CO_BT_ORDER_POST.We can change the component details.