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

Activate/inactivate Enhancement-points

Former Member
0 Likes
6,284

Hello!

I have started to develop an explicit enhancement, with an enhancement-point and an implementation.

During the development I would like to inactivate it or "switch it off" so that it doesn't interfear with other things. Is that possible? The "Active <-> Inactive"-button is just to switch between the versions.

Best regards

Andreas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,926

Hi Andreas,

To remove an implementation, right click on the implementation and navigate to Enhancement Implementation -> Undo.

Activate the enhancement.

Note: In some cases, when changing any enhancement action (eg: creating a new implementation after changing one), it may be necessary to go out of enhancement mode and then come back into it.

For more reference:

Enhancement Framework on SAP Help

http://help.sap.com/saphelp_nw70/helpdata/en/91/f1e540f8648431e10000000a1550b0/frameset.htm

Blog series by Thomas Weiss

/people/thomas.weiss/blog

Regards,

Vivek

Hello!

I have started to develop an explicit enhancement, with an enhancement-point and an implementation.

During the development I would like to inactivate it or "switch it off" so that it doesn't interfear with other things. Is that possible? The "Active <-> Inactive"-button is just to switch between the versions.

Best regards

Andreas

4 REPLIES 4
Read only

shishupalreddy
Active Contributor
0 Likes
3,926

Hello

Within the Enhancement implementation Under EnhImplElements we have a Runttimebehaviour check box just uncheck it and see your inlpemntation will not be called anmore.

Regards,

Read only

0 Likes
3,926

Hi,

I tried to find that check-box you mentioned but I couldn't. There is a row with my implementation under the tab "Enh Implementation Elements", If I mark it I can go to the code by pressing the "ABAP"-button. There I have "Save source" and "Check" to make a syntax on the code.

Please eloborate what you mean with "Runtime behaviour"

Regards

Andreas

Read only

Former Member
0 Likes
3,927

Hi Andreas,

To remove an implementation, right click on the implementation and navigate to Enhancement Implementation -> Undo.

Activate the enhancement.

Note: In some cases, when changing any enhancement action (eg: creating a new implementation after changing one), it may be necessary to go out of enhancement mode and then come back into it.

For more reference:

Enhancement Framework on SAP Help

http://help.sap.com/saphelp_nw70/helpdata/en/91/f1e540f8648431e10000000a1550b0/frameset.htm

Blog series by Thomas Weiss

/people/thomas.weiss/blog

Regards,

Vivek

Read only

kyo_choi73
Active Participant
0 Likes
3,926

Check off the Implementation is active in Runtime Behavior.