‎2010 Jan 14 8:28 AM
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
‎2010 Jan 14 8:37 AM
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
‎2010 Jan 14 8:37 AM
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
‎2010 Jan 14 9:01 AM