2010 Mar 26 5:44 AM
Hi experts,
I have created and activated a user-exit and saved it as a local object. Now i do not want the user exit since it is causing some problems. Can any one suggest me how to delet the z include which was created in cmod.
Thanks in advance,
Neela
2010 Mar 26 5:53 AM
You can either delete the code inside the exit and activate it or
delete the project from CMOD directly.
2010 Mar 26 5:46 AM
No need to delete . simply delete all the code inside the include and activate the same include
a®
2010 Mar 26 5:53 AM
You can either delete the code inside the exit and activate it or
delete the project from CMOD directly.
2010 Mar 26 6:07 AM
Hi,
I have tried deleting the code and activating, deleted the cmod directly but no go.. I have created the exit for me9f. Initially befor the exit was created a spool request is generated when we click on output types but now after creating the exit the spool request is not generating..
So even after deleting the code and cmod the spool request is not generated..
Any suggestions,pls.
Thanks in advance,
Neela
2010 Mar 26 6:25 AM
Hey Neela,
Don't delete the code inside the include just comment it,and activate the include as well as PROJECT again,
because there may be other enhancements are there in the project due to which some process may be taking place,if u deactivate the project that will hamper the previous flow.
2010 Mar 26 7:54 AM
Hi,
I have also tried commenting and check the issue is the same.. Any further suggestions pls..
Thanks in advance,
Neela
2010 Mar 26 8:15 AM
Hi,
My question is whether you created a new project via CMOD to activate this enhancement or you used existing one?
Means the same project is assigned to other enhancements also? If yes, dectivation of that project will lead to deactivation of other assigned enhancements as well. So, create a new project and assign your user exit to this new project. Delete previous assignment of this enhancement to previous project.
Then, deactivate the project (Undo Activation) via CMOD. There is no need to comment out your user exit changes.
Thanks,
Archana
2010 Mar 26 8:51 AM
Hi Archana,
I ahve created a new project for this enhancement alone. I have tried deactivating the project, Commenting the code, deleting the project..No go..Pls help me resolve it.
Thanks in advance,
Neela
2010 Mar 26 8:58 AM
Hi,
So, uncomment your code in user exit. And place a breakpoint in it adn execute your tcode. Check if breakpoint is going inside this user exit.
It might be the case, that the problem you are facing might be because of some other enhancement.
Just a suggestion.
Thanks,
Archana
2010 Mar 26 9:37 AM
U just do one thing, go to quality system, and compare both programs, and check with the same enhancement if it exists there...
2010 Mar 26 9:58 AM
2010 Mar 26 10:23 AM
go to se38 for that Z include and delete this include. thats it..it sets back to normal..
2010 Mar 26 10:44 AM