cancel
Showing results for 
Search instead for 
Did you mean: 

Validation before Goods Movement

Former Member
0 Kudos

Dear Gurus,

We want to put validation for GR (movement 101) to production order. System should not allow user to do GR to production order if system status is not CNF (confirm). Please suggest the options with required details.

Regards,

SAP CONS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Kanthi

Former Member
0 Kudos

Hi,

One way is to create a user status in BS02 and forbid the Goods Movement to production order when the status in Not confirmed. Attach the status profile to the Order type.

Once the order is released, the production user can select this status, after confirmed the production user can select another status.

If the status is not confirmed, warehouse person cannot enter Goods receipt to the order.

Optionally you can also look into the following BADI

Enhancement - MBCF0002

Functional Module - EXIT_SAPMM07M_001

Include - ZXMBCU02

Implement the BADI -BADI - WORKORDER_GOODSMVT

in that MANUAL_GOODS_RECEIPT,

Seek the help of your ABAP consultant and try to code to check the system status before creating the goods receipt document

Thanks,

JK