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,796

hi,

I need to decativate user exit.(M06E0004).I found out its in package ME.As I am new to user exit.Please tell how to deactivate the particular user exit.

Regards ,

Bathri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,451

Hi,

Goto CMOD...give the project name under which this M06E0004 ehancement is stored, then go to componenets, you can see the exits.

Select deactivation button on the appliaction tool bar, In case the exit is deactivated the icon will be shown in red colour

hi,

I need to decativate user exit.(M06E0004).I found out its in package ME.As I am new to user exit.Please tell how to deactivate the particular user exit.

Regards ,

Bathri.

4 REPLIES 4
Read only

Former Member
0 Likes
1,451

Hi,

First Find out the project in which the enhancement M06E0004 is included. This can be found from the table MODACT.

Then goto tcode CMOD and enter the project name and press the Deactivate Button ( the Second one) or press CTRL + F4.

Regards

Karthik D

Read only

Former Member
0 Likes
1,452

Hi,

Goto CMOD...give the project name under which this M06E0004 ehancement is stored, then go to componenets, you can see the exits.

Select deactivation button on the appliaction tool bar, In case the exit is deactivated the icon will be shown in red colour

Read only

Former Member
0 Likes
1,451

Hi ,

Go to the transaction SMOD and in the Enhancement field give the name M06E0004 .

Then Hit the Test button .

Now you will get the the Exit EXIT_SAPLEBND_002 .

Now Click the Deactive button in the Application tool bar.

The deactivation will be done .

Regards

Pinaki

Read only

Former Member
0 Likes
1,451

Thanks for all.