cancel
Showing results for 
Search instead for 
Did you mean: 

CO01 & CO02 -Component Qty & Storage location

Former Member
0 Kudos

Hi,

I Know that the system is pick storage location from MRP 2 view -Prod.storage location & mmsc.

But i observed that system is allowing creating order without storage location, i try into SHD0 with mandatory field for stor. location,

but still system is allowing. Is there another option?

I also wish to restrict the changes made into CO02 into BOM Qty & Storage location.

Regards,

Devendra

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I think transaction variants (SHD0) is not a valid solution to this problem: if the user doesn't goes through the screen the control doesn´t apply.

User-exit PPCO0007 can be used, but as storage location isn't available in it's interface, you have to do some ABAP trick to catch it from the screen field.

Regards,

m.

former_member186193
Active Contributor
0 Kudos

Hi,

Other than using the user exit and BADI, you can make production storage location mandatory in material master MRP2 view and can make that field grey so that no one can change it later.

Regards,

Alok Tiwari

former_member184655
Active Contributor
0 Kudos

Dear Dev,

Check with these user exits- PPCO0007 or else using this BADI - WORKORDER_UPDATE and ensure the field for storage

location is containing the allowed values for the components.

Regards

Mangalraj.S