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

User Exit Deactivation

Former Member
0 Likes
1,692

Hi SDN's

I tried to implement a user exit for Asset Master, for this i found a user exit and did the necessary changes according to the documentation.

But now it did not meet my requirement.

How do i undo all the changes done for the exit implementation. And i would be glad if anyone can mention what all changes should i UNDO?

Just to go in detail -

I had enhanced a standard SAP structure by creating it and inserting one new field in it. but later to undo the changes i tried to take out the field from the strucuture, but it did not allow me as it should contain one field minimum.

so i wnt to SE11 and deleted the whole structure by giving its name.But later i have not received any error msgs.

What impact does this have?

Please note that i am the one who used the structure , created it and deleted it. Its no where used in the whole system..

Regards

Pratyusha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,057

Hi pratyu,

for the user exit implementation you must have written a code inside any z include just go and comment the code inside that include.if its a screen exit you have to goto table t 180 and t181 to delete the entries related to your exit

thanks

vivekanand

4 REPLIES 4
Read only

Former Member
0 Likes
1,058

Hi pratyu,

for the user exit implementation you must have written a code inside any z include just go and comment the code inside that include.if its a screen exit you have to goto table t 180 and t181 to delete the entries related to your exit

thanks

vivekanand

Read only

Former Member
0 Likes
1,057

HI

when your creating that USER EXIT u will creat one project

if you deactivate that project t hen it won't active

if it is active then it will effect ur programs

rewrd if useful

Read only

Former Member
0 Likes
1,057

Hi frend,

U can go to CMOD transaction and enter project name which u want to undo and click on Deactivate button near Activate button or else just delete the code u have written and activate the entire program.

Regards,

Ameet

Read only

Former Member
0 Likes
1,057

Hi Pratyu,

UNDO for uerexit :-

1)First you have to go t-code SE01/SE09. select the work bench request under which your user exit and structure have stored, and delete both user exit and structure under that request number.

2) suppose if you have been created this user exit under new project delete the user exit directly or if you created under exitsting project then delete the perticular enhancement from 'Enhancement assignment' column. or suppose if you r using under existing project under exitsting enhance ment go to code under perticular include delete the code and come back, deactive the project.

<b>Note: suppose if you delete only the attributes like structure and userexit under work bench request in SE01,then no need to make undo changes in cmod or se11. but these changes remains in development cleint only.</b>

<b>Reward with points if helpful.</b>

Regards,

Vijay