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

Enhancement Implementation not showing in debugger

Former Member
0 Likes
1,057

Hi,

I had implemented one enhancement in LGLINF30. But while debugging in that particualr enhancment is not showing.

and also its not going in that changed in debugger.

so how to test

Hi,

I had implemented one enhancement in LGLINF30. But while debugging in that particualr enhancment is not showing.

and also its not going in that changed in debugger.

so how to test

7 REPLIES 7
Read only

Former Member
0 Likes
956

Hi Anurodh,

Its possible to debug Enhacement Implementation. The sytem does open up the debugger at the specified breakpoint(s).

Since you are not able to view the Enhacement Implementation in the compiled version of the code, it could be that the Enhacement Implementation has not been activated and hence is not getting called at runtime.

Thanks,

Chitrali

Read only

0 Likes
956

I am able to view the enhancement in compiled version and it is activated also.

but duuring run time (debugging mode) i am not able to see.

Read only

JoffyJohn
Active Contributor
0 Likes
956

Enable,Update debugging in settting tab of Debugging and then try.

Read only

Former Member
0 Likes
956

Hi John,

How to enable...i didn't get it.

Read only

Former Member
0 Likes
956

hi,

in your case user exit is not getting fired right.

if it is right

First check it whether your input is matching to your requirement or not.

set the condition like when that user exit will get fired then you can debug that user exit.

Read only

JoffyJohn
Active Contributor
0 Likes
956

Go to debugging mode in the Tcode which you get this userexit.

Then In debugging screen. Click on setting button.

There enable the check box

Update debugging

Then continue debugging

Read only

Former Member
0 Likes
956

Hi John,

No still not working