‎2007 Sep 27 3:52 PM
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.
‎2007 Sep 27 3:57 PM
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
‎2007 Sep 27 3:57 PM
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
‎2007 Sep 27 4:00 PM
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^
‎2007 Sep 27 4:14 PM
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.