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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear All,

Thanks for your reply.

We have done this enhancement by using user exit.

Naresh

muhammad_umar2
Active Participant
0 Kudos

Dear Narish,

You can create transaction variant by bringing order quantity in display mode,

Regards'

Muhammad Umar

Former Member
0 Kudos

Hi Naresh,

Instead of including tolerance % for components quantity change in order, you can restrict the component quantity change in the order totally and then include tolerance % check referring the reservation quantity during goods issue with exit.

Regards,

Ravi Kumar C.