cancel
Showing results for 
Search instead for 
Did you mean: 

Excess Quantity in DO based on % and fixed quantity as well

Former Member
0 Kudos

Hi,

There is a scenario related to over delivery.

Client's requirement is to calculate the over delivery tolerance based on percentage and fixed quantity as well at the same time. the rule should be that which ever is higher (i..e the percentage of quantity)

in customer master/sales order we can define the tolerance based on percentage. how can we handle excess shipment based on fixed quantity. Do we need to do abap for this?

Thanks in advance.

Regards,

Robert.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

This can be achieved through enhancements.

You can take a ABAP'er help.

Use MV45AFZZ -> userexit_save_document_prepare.

You need to maintain a Z table, which should have material number & quantity tolerence.

Whenever you enter a quantity for this material in sale order, system will refer to this table & pick the additional quantity.

thank you

Former Member
0 Kudos

i m going for abap..thanks for ur input

Former Member
0 Kudos

i m going for abap..thanks for ur input