‎2012 Mar 19 1:03 AM
I'm not sure if this is the relevant area for this thread but I was really stuck up on this issue. I'm trying to debug a couple of programs for the last few days and every single time I set a breakpoint and I execute the program, the debugger does not start. Is this because, this is an ALV report? I read somewhere that the new debugger does not support screen debugging.
So, anyways, I manually entered '\h' after selecting the input fields.. But even after going in the debugger, I can't jump to a specific line by using the goto statement.
It says "not possible to jump to this line".
I would really appreciate any help.
‎2012 Mar 19 9:59 AM
Hi,
GOTO is used for some command lines only .In few cases it is not possible to go to particular line of code and GOTO may not work there and hence you have to restart your code to reach that point by putting a break-point and saving it during debugging