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

Debug include LV01FNNN

Former Member
0 Likes
638

I am trying to debug INCLUDE LV01FNNN which is in SAPLV01F for batch determination in VL02N. I put a breakpoint in the code but it never stops there. How to debug such includes.

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
587

hi Megan,

try to turn on system debuging that could help. n the other hand are you sure that the include is called at some point?

ec

3 REPLIES 3
Read only

JozsefSzikszai
Active Contributor
0 Likes
588

hi Megan,

try to turn on system debuging that could help. n the other hand are you sure that the include is called at some point?

ec

Read only

Former Member
0 Likes
587

hi

good

instead of directly putting there the break point try to debug from the beginning using /h, after that check the condition which is statisfying to go to that include,use that during debugging ,and than you put the debugger at that point where exactly you want to do the testing.It ll go automatically when you execute next time.

thanks

mrutyun^

Read only

Former Member
0 Likes
587

Hi Flores,

Better to use the new debugger tool, you can switch from classic to New once debugging option starts, start the transation VL02N, apply /h then go to Breakpoints -> breakponts at subroutine ->in program give SAPLV01F and in fmla give LV01FNNN.

There u go ur breakpoint is set.