cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Planned Order With Its Custom Component

0 Kudos

Hi, all experts. We are using SAP ECC 5.0

We have this requirement :

- User want to copy Planned Order 1298704

- Planned Order 1298704 component has been changed from standard / master BOM

- User want to COPY Planned Order 1298704, with its Material Code, Qty, Date, and Components.

Currently, we only could copy Planned Order 1298704, with its Material Code, Qty, and Date. However the components are re-exploded from master BOM

Now, how could we achieve this requirement with SAP standard. We are not expecting custom program solution, but EXIT or BADI is acceptable.

Thank you, regards,

Nicko

0 Kudos

If you're wondering, we use MD11 to COPY Planned Order with Reference.

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

The BOM explosion of a planned order from MD11 or MD12 does take the setting stored in the plant parameters / in the MRP group in standard SAP.

You may try BADI MD_PLDORD_POST using the method POST_AFTER_SAVE_MAN,

You can run the method during planned order processing in the following cases:

•When creating a planned order

•When changing a planned order

Note that when you update data on in-house production planned orders the transferred component table IM_MDPMX corresponds to the BOM explosion. Check you can overwrite standard BOM explosion to copy data from old planned orders for components.

If it does not work then may be you will have to go for an modification or an enhancement on the standard programs.

Best Regards,

R.Brahmankar

0 Kudos

Great Brahmankar, thanks a lot for your solution.

I already check MD_PLDORD_POST-POST_AFTER_SAVE_MAN and it's triggered on MD11. So I will work on this BADI to try to change the standard BOM.

Thank you,

Nicko

Answers (2)

Answers (2)

0 Kudos

Hi Lingaiah,

Our production often need to change standard BOM for each planned order beacuse they want to use some deadstock, or running change component in each planned order.

Then in future, they need to split those planned order with "not standard BOM". Let's say old planned order qty is 100, becoming 80 and 20. They want to split it with exactly same component.

Thank you.

Nicko

lingaiahvanam
Active Contributor
0 Kudos

Hi,

Provide more details about your requirement (copy existing planned order info to another planned order).

While creating new planned order active BOM components copied and it is SAP standard behavior.

Best Regards,

Lingaiah