cancel
Showing results for 
Search instead for 
Did you mean: 

Control availability check on basis of minimum delivery quantity maintained in the material master

Former Member
0 Kudos

Hi,

Is there any setting using which we can control availability check of basis on minimum delivery quantity maintained in the material master.

Eg.

In material master, minimum delivery quantity (MDQ) is set as 5.

Current stock available - 13

Sales order created with quantity 15, the confirmed stock should be 10 (multiple of MDQ). Currently all 13 units gets confirmed.

I could not get any standard way to control this.

If there is no standard way to control this, which user exit can be used for the same.

Regards,

Rathish

Accepted Solutions (1)

Accepted Solutions (1)

RahulHanda
Active Contributor
0 Kudos

Rathish,

Use exit USEREXIT_AVAILABILITY_OUT (RV03VFZZ) or EXIT_SAPLATPC_002 (ATP00001). Please refer SAP note 1644443.

You need to be very cautious using this as you need to round down the confirmed schedule line as per value maintained in material master. Example we have maintained 1280 in material master but stock available is 49000. But confirmed is 48640 which is multiple of 1280 but less then 49000. This is done to avoid over-confirmation. Please do good amount of testing considering all scenario's in your business before moving this to production.

I hope this resolves your issue. Let us know in any case.

Regards

Rahul

Former Member
0 Kudos

Thank you. Ill check this and post the results.

Answers (2)

Answers (2)

stone_cold
Participant
0 Kudos

Hello ,

Try maintaining with Min. dely qty in material master basic data also you can set a rounding profile underneath to it.(Commercial rounding)

Br,

Stone.

former_member223981
Active Contributor
0 Kudos

Hi Rathish,

As per note 548779, this is not possible in standard.

You could use user exit EXIT_SAPLATPC_002 to change the result of the ATP check. See KBA 1644443.

Hope this helps.

Noel