‎2007 Mar 28 5:05 PM
Hi All,
How you find out all the user exits associated with a standard SAP program. eg. SAPLCOKO.
regards,
Raman
‎2007 Mar 29 4:14 PM
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
‎2007 Mar 28 5:07 PM
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
‎2007 Mar 28 5:09 PM
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
‎2007 Mar 29 4:14 PM
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
‎2007 Mar 29 4:27 PM
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
‎2007 Mar 29 4:35 PM
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
‎2007 Mar 29 4:40 PM
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