Application Development 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: 

problem with exit PPCO0002

former_member185116
Active Participant
0 Kudos

hello all,

when i tried to create a project in CMOD for an enhancement(

PPCO0002)

, i found below ,

when i selected the icon under Exp ,i found a code with include = LXCO1F02,

what is this code and how it was assigned there ,

however there isn't any code in all the 5 function modules,

EXIT_SAPLCORE_001

EXIT_SAPLCORE_002

EXIT_SAPLCORE_003

EXIT_SAPLCORO_001

EXIT_SAPLCORO_002

my requirement is to write code in FM = EXIT_SAPLCORE_003

does the above code is going to interfere with my code in FM = EXIT_SAPLCORE_003, if i move the developed project to production.

thanks all.

2 REPLIES 2

SimoneMilesi
Active Contributor
0 Kudos

Hi Vinay

Each customer function is indipendent.

It could be they are chained somehow but each one surely got its own function.

In your case EXIT_SAPLCORO_001 is triggered when you try to set the Deletion Flag while EXIT_SAPLCORE_003 is triggered when you try to set TECO status on a Prod. Order.

They are 2 different events so the existing code doesn't interfere at all.

Plus each customer function has its own Z...include to implement and separate the logic.

former_member185116
Active Participant
0 Kudos

Hi simone,

thanks for your reply,

i wanted to know what exactly the icon under Exp represents,

this did not present for other projects,