‎2010 Apr 23 2:14 PM
Hi ppl,
I have a requirement wherein I'll be modifying the user exit 'EXIT_SAPLKMA1_003' of enhancement 'COOMKS02'.
Now, I'll be using SMOD to write my code.
But, I've a query. Is it "necessary" to create a Project (through CMOD) for my enhancement ?
Or will the exit work correctly even if the enhancement is not assigned to a Project ?
Regards.
‎2010 Apr 23 2:18 PM
David,
Unless you create project, assign user exit to it and activate the user exit in project , this exit can't get triggered, so it is necessary to add user exit to project and don't forget to activate it.
Thanks
RK
‎2010 Apr 23 3:16 PM
HI,
It is necessary that project be linked to enhancement and enhancement to exit.
You can use existing project also.
Only fear is if you use existing project, then if some one deactivate the project then your exit will also be deactivated.
Edited by: Anurag_n on Apr 23, 2010 4:16 PM