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: 

while debug implicit enhancement is not showing/triggering

Former Member
0 Kudos

Dear,

i created one implicit enhancement for VL02N in prog LV51GF06 and form DETAILDATEN_AENDERN_60x0, i did every thing fine and activated but when i am debugging vl02n it is not showing implicit enhancment and code not executing.plz help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Goto SE80, Click Repository Information systems, You will get a list of all the repository Information system elements. Click on Enhancements and then click on Enhancement Implementations.

You will get a screen on to your right where you need to enter your enhancement name which you have given while creating. Then You will get a screen with your enhancement opened.

Here select your enhancement and click on ABAP button and then save and activate there.

Now go and look at the code. You will be able to see it there.

6 REPLIES 6

Former Member
0 Kudos

Hi,

Goto SE80, Click Repository Information systems, You will get a list of all the repository Information system elements. Click on Enhancements and then click on Enhancement Implementations.

You will get a screen on to your right where you need to enter your enhancement name which you have given while creating. Then You will get a screen with your enhancement opened.

Here select your enhancement and click on ABAP button and then save and activate there.

Now go and look at the code. You will be able to see it there.

0 Kudos

Hi Manoj,

A couple ideas:

- After creating or changing the enhancement, make sure you exit the transaction/program completely. Otherwise it may run the old code.

- It's possible that the enhancement is active and working, but not showing up in the debugger. The debugger has trouble sometimes with enhancements. Try exiting the system and reopening. Set the breakpoint in the enhancement, not the standard code near the enhancement.

0 Kudos

Dear,

thanks for repling, but even my enhancement code is also not executing even i written BREAK-POINT also.

0 Kudos

This means you are not using proper test data.

Please try to understand the flow and based on this decide the test data that is to be used.

Also, if possible take help of functional for inputs related test data.

Hope this helps you.

Former Member
0 Kudos

Hi

Goto SE19 - enter the enh name - change mode - make some changes-

Save it using the icon on enhancement editor and Check the syntax and then activate the enhancement using the menu.

Regards

Shiva

Former Member
0 Kudos

hi