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

Deactivated Exits

SurendarT
Explorer
0 Likes
1,273

Hi ,

I need to add two Exits in CMOD..(In a Single PROJECT)..... in that one should be in ACTIVE state and other should be INACTIVE state.....

How to do it?

With Regards,

Surendar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,237

Hi

in sap we have 3 generation of exits.

first generation or user exit ->t-code is se38

second generation exit or customer exit ->smod and cmod

third generation exit or Badi ->se18 and se19.

user exit comes under modification.

both 2 & 3 rd comes under enhancement.

if u dont want ur project (saying about customer exit) click on deactivate button .

if u dont want ur user exit go to version management and set the previous version.

With Regards

Nikunj Shah

Hi

in sap we have 3 generation of exits.

first generation or user exit ->t-code is se38

second generation exit or customer exit ->smod and cmod

third generation exit or Badi ->se18 and se19.

user exit comes under modification.

both 2 & 3 rd comes under enhancement.

if u dont want ur project (saying about customer exit) click on deactivate button .

if u dont want ur user exit go to version management and set the previous version.

With Regards

Nikunj Shah

7 REPLIES 7
Read only

Former Member
0 Likes
1,238

Hi

in sap we have 3 generation of exits.

first generation or user exit ->t-code is se38

second generation exit or customer exit ->smod and cmod

third generation exit or Badi ->se18 and se19.

user exit comes under modification.

both 2 & 3 rd comes under enhancement.

if u dont want ur project (saying about customer exit) click on deactivate button .

if u dont want ur user exit go to version management and set the previous version.

With Regards

Nikunj Shah

Read only

0 Likes
1,237

Hi ,

I need to add two Exits in CMOD..(In a Single PROJECT)..... in that one should be in ACTIVE state and other should be INACTIVE state.....

Read only

Former Member
0 Likes
1,237

Hi,

In CMOD>project>Activate project and Deactivate project.

Or

F4 help on project field>info system>check box as activate inactivate..seelct required..

Regards,

Shiva Kumar

Read only

Former Member
0 Likes
1,237

Hi Surendar,

U have no such option provided so that u can activate one enhancement and deactivate another.

Normally the scenario doesnt come.

If such a case occurs,u remove the enhancement component

and add later if required or create two different projects.

or comment the code in the exits that you want to deactive so that it wont affect the other exit.

Thanks,

Surya

Read only

Former Member
0 Likes
1,237

Hi Surendra,

You have no such option of making one exit active and the other inactive in a single project...

regards

padma

Read only

Former Member
0 Likes
1,237

Hi Surendar.

I would like to suggest that you go through below reference, as it relates to the similar kind of issues -

[SDN - Reference for De-activating user exits|;

[SAP Help - De-activating User Exits|http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm]

[SDN - Reference for de-activating Exits (Other ways also)|;

Hope that will be usefull.

Good Luck & Regards.

Harsh Dave

Edited by: Harsh Dave on Jul 14, 2008 1:07 PM

Read only

Former Member
0 Likes
1,237

Hi surendar...

Try this link out,

Best of luck,

Bhumika