cancel
Showing results for 
Search instead for 
Did you mean: 

over delivery tolerance

ilavarasan_td
Participant
0 Kudos

Is it possible to restrict over delivery tolerance limit for child components qty in production order.If so can you explain in detail.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In standard SAP configuration it is not possible to restrict extra goods issue.

To restrict the users for doing so, you need to do enhancement. You can refer below SCN threads which will guide you for such enhancement,

Regards,

Narresh

ilavarasan_td
Participant
0 Kudos

Hi Naresh,

I need to have tolerance limit for production order components qty.

Please suggest.

Former Member
0 Kudos

Hi,

If you want to restrict the user for issuing the components to production order which should not be more than the quantity specified in BOM then you should follow the SAP standard way like as shown in below screen shot. For example in MB1A transaction, enter Movement Type, Plant and clik on tab/button 'To Order'. You will get 'Reference: Order' screen wherein enter Order Number then Click on "Adopt+Details" tab, as shown in below screen.

If you follow above process then system will record the issuing components to order because you have entered the reference order and you can not issue more than BOM quantity. If you try to do so then system will throw an error message.

But many time user enters Movement Type, Plant and then press Enter without click on "To Order" tab. This is wrong way. By this way system can not record the issuing components for reference order. If you follow this process then you issue more than BOM component quantity.

Hence by using ABAPer, make the 'Reference Order' screen mandatory.

Above is the way you can proceed and if you want to issue with respect to tolerance limit then by using ABAP help you can apply the logic wherein you can restrict the user either at Goods issue transaction or in Production Order Create/Change Transaction.

Regards,

Narresh

kiran_kumar179
Active Contributor
0 Kudos

Ilavarasan,

In standard configuration you can not control the extra goods issue for BOM components you have to use BAdi WORKORDER_GOODSMVT and put restrictions.

Br

KK