Application Development 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: 

Inactive UserExit

Former Member
0 Kudos

Hi ,

I am not able to understand what happend when a user exit which is implemented is deactivated.

I created an enhancement ZABC and include EXIT_SAPLV09A_002 as one of the components , implemented the Exit .

and the control gets transfred to the exit when the transaction VA03 is executed .

Now i go to SMOD and deactivate the implemenataion for EXIT_SAPLV09A_002 , so what i assume is that the control must now not go to the FM , but when i exeucte the transaction it goes to the FM even when the exit is inactive.

I am able to prevent it only when i delete the implementation for the exit.

Regards

Arun

5 REPLIES 5

Former Member
0 Kudos

hi,

dont deactivate the eixt.instead comment all the unwanted codings in the exit and activate the exit.try..it will work.

regards,

sangeetha.a

Former Member
0 Kudos

Hi Arun,

Just for my understanding when you deactivate the implementation the 'green' light in front of that is gone!.

Also,

did u try reloggin in after you deactivated the implementation.This sounds silly but sometimes this works!!.

Regards

Nishant Rustagi

raymond_giuseppi
Active Contributor
0 Kudos

When you wrote "i go to SMOD" did you actually go to CMOD to deactivate project or component in project?

Regards

0 Kudos

SAP online help extract

<i><b>Activating and Deactivating a Project </b>

After you have attached add-on functionality to the exits in your project, you need to activate the project. Activating a project turns on all your add-ons. You also need to activate your project after you have transported it from a development system into a productive system.

When you activate your project, the system turns on all add-ons that the project contains. You cannot activate individual add-ons separately. To activate an add-on project, proceed as follows:

Call the Project management transaction.

Choose Activate project.

The system displays a message confirming that the project was activated.

You can now call up any standard SAP transaction that contains an exit you used in your add-on project. The newly added add-on function(s) should appear.

If you need to make changes to any of your add-ons, you must first deactivate the project that contains that add-on. Deactivating a project turns off all of that project’s add-ons. To deactivate an add-on project, proceed as follows:

Call the Project management transaction.

Choose Deactivate.

The system confirms that the project was deactivated.

Once the project is turned off, you can make changes to the project’s add-ons or build new functions and attach them to other exits in the project.</i>

Regards

Former Member
0 Kudos

Hi,

Deactive the enhancement project ZABC using transaction <b>CMOD</b>. Now when you goin CMOD and hit "component" button, you should see "red" light. This means that exit is deactivated.

Let me know if you have any question.

Regards,

RS