cancel
Showing results for 
Search instead for 
Did you mean: 

Goods issue more than BOM quantities

Former Member

Hi,

How we can restrict excess material issuance agianst production orders?

Please suggest.

Thanks,

Ajay Kumar

Accepted Solutions (1)

Accepted Solutions (1)

svs_sap
Active Contributor
0 Kudos

Hi

You can use enhancement during order confirmation as specified by Mr. Bhaskar above, or else use BADI WORKORDER_GOODSMOVEMENT to restrict the excess issue of material.

You have to look for required quantity for the order in RESB table and based on that you should restrict the withdrawn quantity should not exceed the required quantity, if the entry exceed then do not allow to save the transaction.

You have to go for customization for this.

Best regards,

Sharat

Former Member
0 Kudos

Hi,

we need to restrict the excess goods issue performing by MB1A or MIGO.

Please suggest the best way.

Thanks,

Ajay

svs_sap
Active Contributor
0 Kudos

Hello Ajay,

Go through below steps,

1.In MB1A or MIGO always make it mandatory to enter production order if goods issue has to be carried out for production order.

Based on the components called in the order, you get entries in the transaction, and all these entries are in the table RESB and you get the required quantityin the table with reference to the order.

Ask you ABAP person to develop the enhancement for MB1A and MIGO to check the below logic,

You can use above said exits and BADI and your ABAP person will get it,

Ask the ABAP person to check the entries against the production order in RESB table, pass the production order number which you enter in MB1A or MIGO, wrt the order find the components inside the order and check the required quantities.

Compare the quantities enters for withdrawal in MB1A or MIGO (which can be determined in program), and allow to save the transaction or do goods movements if,

withdrawal quantity < = Required quantity from the order, or else ask to set error message to change the quantity.

Hope you will solve with this logic with your ABAP person.

Best regards,

Sharat

sjeevan
Active Contributor
0 Kudos

You can also go to OMCQ and make the following message as error message (M7 362).

Former Member
0 Kudos

Dear Jeevan,

While performing GI we are not getting this error message(M7 362)as a warning or information even.

Thanks,

Ajay

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

There is no customization. You can do it in exit ZXMBCU02.

Regards.

Former Member
0 Kudos

Hi,

Work with your ABAP er to dig more into the following enhancements for the same:

1.PPCO0009 Enhancement in goods movements for prod. process order

2.PPCO0023 Checks changes to order components

3.PPCO0008 Enhancement in the adding and changing of components

Hope this helps

Regards,

Bhaskar