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

Project for user exit

Former Member
0 Likes
502

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.

2 REPLIES 2
Read only

rthoodi
Active Participant
0 Likes
433

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

Read only

Former Member
0 Likes
433

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