Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Process Order (COR2) - Exit for Include Master Recipe

Former Member
0 Likes
833

Hi,

In tcode COR2, we are using the "Include Master Recipe" option from the menu.

This adds operations to the process order, based on an existing master recipe.

However, adding an operation this way, does not check if the recipe is released or not.

Are exits available to do this? I can't find any BADI's and exit PPCO0019 does not trigger.

Thanks

1 ACCEPTED SOLUTION
Read only

former_member189779
Active Contributor
0 Likes
727

Function CO_SD_INSERT_LIBRARY_NETW is used to pull the data from Master receipe.

There are many ENHANCEMENT-POINT available.

e.g Check

ENHANCEMENT-POINT CO_SD_INSERT_LIBRARY_NETW_01 SPOTS ES_SAPLCOSD STATIC.

Hi,

In tcode COR2, we are using the "Include Master Recipe" option from the menu.

This adds operations to the process order, based on an existing master recipe.

However, adding an operation this way, does not check if the recipe is released or not.

Are exits available to do this? I can't find any BADI's and exit PPCO0019 does not trigger.

Thanks

3 REPLIES 3
Read only

former_member189779
Active Contributor
0 Likes
728

Function CO_SD_INSERT_LIBRARY_NETW is used to pull the data from Master receipe.

There are many ENHANCEMENT-POINT available.

e.g Check

ENHANCEMENT-POINT CO_SD_INSERT_LIBRARY_NETW_01 SPOTS ES_SAPLCOSD STATIC.

Read only

0 Likes
727

Thank You.

I found the enhancement point to use here.

Read only

Former Member
0 Likes
727

Check if you can put it on SAVE in PPCO0007