cancel
Showing results for 
Search instead for 
Did you mean: 

BOM Selection Mandatory while creation of Production Order

Former Member
0 Kudos
170

Hello Friends,

I would like to know that is there any option other than production version which makes it mandatory to have valid BOM must for creation of Production order / coversion of planned order to Production order.

I have tried with Production version option but it doesnt throw any error in case BOM with inactive status has been selected in it & also Production order gets created & released.

Before going for user exit / enhancement option, I just wanted to ensure that it is not possible with standard SAP.

Kindly share your views on the same.

Your urgent replies will be highly appreciated.

Regards,

Tejas

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member209265
Active Contributor
0 Kudos

Hi Tejas,

Go to OPL8. Make routing selection mandatory..

Regards,

Krishnendu.

JeevanSagar
Active Contributor
0 Kudos

Yes, as far as I know it is not possible through standard settings, though it will the log the error it still lets you save the order.

When a production order created, has no routing field CAUFV-PLNBEZ is blank and when it is created without a valid BOM the field CAUFV-STLBEZ is blank. So, you'd have to implement the following user exit PPCO0007 (FM: EXIT_SAPLCOZV_001) and see if the structure CAUFVD has STLBEZ is initial if yes throw an error message and exit program.

former_member186193
Active Contributor
0 Kudos

Hi,

Use OPL8 setting and the user exit.

Please check the below link it clearly answers your question:

Regards,

Alok Tiwari

former_member188931
Active Contributor
0 Kudos

Hi,

You can do this by maintaining the simple setting at order level. Go to OPL8, here select the desired order type and maintain the routing selection Routing mandatory (automatic selection).

Please check and revert.

Former Member
0 Kudos

Hello Tejas,

I think this is standard SAP Behaviour.

Try with following exits:

PPCO0018

PPCO0012

Also check out the following link:

[;

Regards,

Vinod