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

Deleting a user exit

Former Member
0 Likes
2,424

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

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
2,134

You can either delete the code inside the exit and activate it or

delete the project from CMOD directly.

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

12 REPLIES 12
Read only

former_member194669
Active Contributor
0 Likes
2,134

No need to delete . simply delete all the code inside the include and activate the same include

Read only

GauthamV
Active Contributor
0 Likes
2,135

You can either delete the code inside the exit and activate it or

delete the project from CMOD directly.

Read only

Former Member
0 Likes
2,134

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

Read only

Former Member
0 Likes
2,134

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.

Read only

Former Member
0 Likes
2,134

Hi,

I have also tried commenting and check the issue is the same.. Any further suggestions pls..

Thanks in advance,

Neela

Read only

Former Member
0 Likes
2,134

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

Read only

Former Member
0 Likes
2,134

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

Read only

Former Member
0 Likes
2,134

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

Read only

Former Member
0 Likes
2,134

U just do one thing, go to quality system, and compare both programs, and check with the same enhancement if it exists there...

Read only

Former Member
0 Likes
2,134

Hi,

The same enhancement exists in quality also.

Read only

Manohar2u
Active Contributor
0 Likes
2,134

go to se38 for that Z include and delete this include. thats it..it sets back to normal..

Read only

Former Member
0 Likes
2,134

Hi Manohar,

Thank u so much issue resolved.

Regards,

Neela