cancel
Showing results for 
Search instead for 
Did you mean: 

Tolerance % for Components Qty. Change in CO02 transaction

Former Member
0 Kudos

Dear All,

I want to apply restriction for components quantity change in CO02 transaction.

If for released order of FG material for 5 qty. and later on user changes the order qty. as 3 then BOM component qty. changes proportionately e.g. if for 5 FG qty. BOM component requirement is 5 and after changes in target qty as 3, BOM component qty. will become 3 but user changes this 3 qty. of BOM component as 5 which is not required for business process and I want to put tolerance limit of 5% for this change.

Can anybody suggest, How to achieve this?

Thanks,

Naresh

View Entire Topic
Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Naresh

This check does not exist on the standard system.

You can implement it with BAdI WORKORDER_UPDATE. Check method BEFORE_UPDATE, where you have IT_COMPONENT and IT_COMPONENT_OLD.

BR

Caetano