cancel
Showing results for 
Search instead for 
Did you mean: 

Details on SAP User Exit or Enhancement available to check discontinuted materials in Production Order

Former Member
0 Kudos

Hi,

I need information and help on suitable SAP user exit or enhancement for Production order for this below scenario.

  • While creating production order in CO01 system  does material  status checks if master data is fine then i can save the the production order.        But if a BOM component had been updated with Discontinuation indicator  in MPR4 view and details of follow up material  updated in Material  master then system pops up message informing

        "The component XXXX has material status Phase out ROH. Do you still want to adopt the component?".

  • Then there is option of Yes, No and Cancel in the Pop Up message.
  • If i click on Yes then new component gets replaced with discontinuation material and then i can save the production order
  • If i click on No then new component will not get replaced and production order should not  be saved

If you have come across this scenario and would like to know which User exit or enhancement can be used

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member209265
Active Contributor
0 Kudos

Dear Ramesh,

If your requirement is with discontinuation indicator I will recommend you to use the standard setting. In that case system will first find the availability of the discontinuation material. If it is not there, then system will check for the follow up material.

Please refer the document below.

http://scn.sap.com/community/erp/manufacturing-pp/blog/2014/04/22/basics-of-using-discontinuation-da...

But if you want exactly what you have mentioned, talk to the ABAP person with the  exits.

PPCO0023  Checks Changes to Order Components

PPCO0007  Exit when saving production order

Regards,

Krishnendu.

Former Member
0 Kudos

Hi Krishnendu,

Thank you for forwarding the link details and inputs on UE. I had gone thru the link and document created by Dora. I had noticed that follow up material does not get requirement quantity details updated with respective to discontinued material.

Do you have any idea on this.

Even if we save the production order what will happen to ATP check. Any thought on this point

kiran_kumar179
Active Contributor
0 Kudos

Ramesh,

Check below User exits with your ABAP people.

PPCO0023  Checks Changes to Order components

PPCO0007  Exit when saving production order

PPCO0008  Enhancement in the adding and changing of components

PPCO0019  Checks for changes to order operations

Also check below BADI.

WORKORDER_UPDATE           Business Add-In PM/PP/PS/PI Orders  Operation: UPDATE.

BR
KK

Former Member
0 Kudos

Hi KK,

Thank you for your inputs will check with ABAP team for further analysis