cancel
Showing results for 
Search instead for 
Did you mean: 

Overdelivery

Former Member
0 Kudos

Hi,

can anyone please help in the following scenario:

process order is confirmed without automatic goods receipt with overdelivery. Now when MIGO is done for goods receipt, system again allows overdelivery that is more than the confirmed quantity. If tolerance limit is set for the material, then even though confirmation is allowed but overdelivery is not allowed. It is desired that overdelivery be allowed at confirmation but in MIGO delivery should not exceed more than the actual quantity confirmed.

Regards

Abhik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Understanding your scenario you have go for user exit which can give error if you are trying to overdeliver during migo.Please check below:

FM : J_1I7_MIGO_SAVE

Short Text

User exit in MIGO during saving

Functionality

This user exit will called three times during saving with different

interfacing parameter.

Please use where used list to know the interfacing parameters.

Parameters

CS_EXCHDR

CT_PART1

CT_RGSUM --- select this parameter for comparing the quantities.

CT_RG1

CT_RG23D

CT_GRXSUB

CT_EXCDTL

CT_PART2

CT_GRXREF

CT_ACCIT

You can take the help of a ABAP'r to test the same.

reward if found help ful.

prakash