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

user exit

Former Member
0 Likes
1,214

Hi All,

How you find out all the user exits associated with a standard SAP program. eg. SAPLCOKO.

regards,

Raman

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
955

I have certain issues :

1. Now, i have list of user exits used for the dev class CO.

lets take any one...PPCO0020, now how can i find where exactly this user exit is triggered in the main program SAPLCOKO.

2. If i need to create another user exit, which way should i go

a. I use any of the empty includes(old style user exit) and add my code there.

b. I create another user exit via SMOD/CMOD.

Regards,

Raman

6 REPLIES 6
Read only

Former Member
0 Likes
955

Hi,

Take the development class of the program SAPLCOKO

Then go to SMOD..Press F4..press information system..

GIve the development class ...Then press enter..You will get the enhancements for the program..

OR

In the program search for user exit..or search for customer..You might get the user exit..

Thanks,

Naren

Read only

Former Member
0 Likes
955

hi

go into the program...

goto GOTO --> Attributes --> get the package name ..

Now go to transaction SE80 --> Repository Information System --> Enhancements --> Customer Exits --> Enhancements --> now give the package name in the seletion screen ...... and execute ... u'll get all the user xits name .....

This is one of the way to find the user exit

Read only

Former Member
0 Likes
956

I have certain issues :

1. Now, i have list of user exits used for the dev class CO.

lets take any one...PPCO0020, now how can i find where exactly this user exit is triggered in the main program SAPLCOKO.

2. If i need to create another user exit, which way should i go

a. I use any of the empty includes(old style user exit) and add my code there.

b. I create another user exit via SMOD/CMOD.

Regards,

Raman

Read only

0 Likes
955

You have to do both the steps.

First go to CMOD and Create one Z* project and then include the enhancement component say PPCO0020...

Then activate the project and add your code in the empty include.

This project from CMOD MUST be activated to trigger.

Cheers

Manohar

Read only

0 Likes
955

Thanks for your reply Manohar,

but if i need to see the existing exit...PPCO0020 where its triggered from the main program SAPLCOKO...wht should i do...

Regards,

Raman

Read only

0 Likes
955

Raman,

This exit has two Function exits, go to function exit EXIT_SAPLCOKO_005 and click on where used, it will show you from where it is getting triggered.

Cheers

Manohar