cancel
Showing results for 
Search instead for 
Did you mean: 

Planned Order BOM change/update exit BADI?

former_member228481
Contributor
0 Kudos

Dear Experts,

We are looking to make deletion of few components which are read by MRP,

after Creation of these Planned orders we want replace or make Qty Zero of the components which are in other Z table.

So reading Components in Planned Orders and update Qty of Components which are in Z table.

Can this be achieved?

Thanks..!

BR

Raghu

Accepted Solutions (1)

Accepted Solutions (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

There is no BAdI provided to change the planned order components.

BAdI MD_PLDORD_CHANGE is called when the planned order is changed, but it does not provide an interface to change the components. Of course, you can use some workaround to change the components, but this is not a solution recommended by SAP.

Otherwise, you could try to make a modification on the standard code or try to find an enchandement to be used during the BOM explosion. You can find the programs called during the BOM explosion on the WIKI Debugging on MRP - ERP Manufacturing (PP) - SCN Wiki.

BR
Caetano

former_member228481
Contributor
0 Kudos

Thanks Caetano for fast reply.

But can this req be achieved by Planned order to Prod ord conversion?

that to read BOM and change it? We checked at production order level its not possible there as well.

Thanks again..!

solomon_macwan
Active Contributor
0 Kudos

hi Raghu,

maintain components with material status -  PO/network item block in OMS4 transaction and maintain in material master.

so while converting plan to production order it will skip the components.

regards,

Solomon

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Yes, for a production order this is possible. Check the available BAdIs and exits on BAdIs and Exits for production and process orders | SCN. Here you will find an exit to manipulate the production order components.

BR
Caetano

Answers (0)