- This topic is empty.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Arthur Wang Digital Blog
Home › Forums › ABAP Programming › Find a Particular User Exit
Tagged: User Exit
Question:
Have you worked on User Exits?
If Yes, then can you tell me how you will find out a particular user exit?
Answer:
Go to CMOD.
I will check according to the modules where it is residing. Or if I know the project name then I will go directly into that project from CMOD and I will look for Components.
Other way is I will search for the available user exits in particular program and then I will pick the right one which I need to modify or create.