Question:
Hi all,
Could any one explain how to go back to a statement and start debugging there.Suppose my debugging point is at 7'th line and I would like to debug from the 6'th line, which contians subroutine
Rgds,
Tkp
Answer:
Just put your breakpoint on the 6th line, from the beginning. Going back is not possible.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
Hi,
It is possible to go back to a partcular line in debug mode. Put the cursor over the line and then Go to following path.
Debugging -> Goto Statement.
But this is possible only in ABAP Componnet 'SAP R/3 Enterprise' and above.
Regards,
Mukesh
Answer:
Also a bit pointless, it's not really debugging once you start back tracking.
Debugging in SAP can be a hard slog so just be prepared to abandon and restart if you think you missed the bug.
Keep notes and save certain key breakpoints. once you narrow down the search you can delete the ones that are 'off'.
_________________
Tuly Idiot (probationer)
Now available for work in the UK!
Answer:
Hi,
It is possible to go back to a partcular line in debug mode. Put the cursor over the line and then Go to following path.
Debugging -> Goto Statement.
If it's possible, it makes sense only if you are doing some simple calculation, no DB/function calls/etc.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
It is possible to go back to a partcular line in debug mode. Put the cursor over the line and then Go to following path.
Debugging -> Goto Statement.
This works! It is crazy!! You can make the control go anywhere.. back, forward, within IF-ENDIF, skip few lines, etc.
So, I could not stop trying it out in production system..
Thank God, it checks authorization for Replace and does not allow it!
LOL, I din't know you could do that.
Careful - even without replace it could still be dangerous.
_________________
First he pinches my sig, Now he's cribbing my posts too!