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

Implicit enhancement created, but does not execute (old version in debugger

former_member185943
Participant
0 Likes
570

Hi!

I have created an implicit enhancement in a standard SAP program. I have pressed the "Activate Enhancement" button in ABAP editor and I have activated the Z enhancement implementation object in SE19. However, when I start the program, the enhancement does not execute, and debugger shows the old program without enhancement.

What am I missing?

Thanks!

KR,

Igor

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

Hi,

In debugging it will not show you enhancement code . Put break point in your enhancement. It will stop at your break point.

Put break point and then check.

Or just try using step by step(F5) debuging.

Edited by: Anil Mane on Jan 14, 2010 2:15 PM

2 REPLIES 2
Read only

Former Member
0 Likes
462

Hi,

In debugging it will not show you enhancement code . Put break point in your enhancement. It will stop at your break point.

Put break point and then check.

Or just try using step by step(F5) debuging.

Edited by: Anil Mane on Jan 14, 2010 2:15 PM

Read only

former_member185943
Participant
0 Likes
461

Thanks, Anil!

KR,

Igor