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 filterartion

Former Member
0 Likes
589

Hi Experts,

I have one query regarding user exit. I have one project in which I have added various function module exit. That project is active. Now I have to delete one of function module exit from that project & that project should also be active.

Can anybody will suggest me how I will do that?

Thanks,

Neha

Hi Experts,

I have one query regarding user exit. I have one project in which I have added various function module exit. That project is active. Now I have to delete one of function module exit from that project & that project should also be active.

Can anybody will suggest me how I will do that?

Thanks,

Neha

2 REPLIES 2
Read only

Former Member
0 Likes
520

in cmod,

open the component of the project.

select the component and deactivate

Read only

Former Member
0 Likes
520

Comment the code present in that Exit

Or

open project in CMOD.

Click on Enhancement and Click on Component Button

Now Click on Deactivate Button.

Note this will deactivate complete Enhancement.

for Example, In MRMH0002 we have 5 Exit

EXIT_SAPLMRMH_011

EXIT_SAPLMRMH_012

EXIT_SAPLMRMH_013

EXIT_SAPLMRMH_014

EXIT_SAPLMRMH_015

It will Deactivate all.

Thanks & regards,

ShreeMohan