‎2008 May 14 8:08 AM
‎2008 May 14 3:48 PM
or what you should have done in the first place:
https://www.sdn.sap.com/irj/sdn/advancedsearch?query=howtodebugaprogram&cat=sdn_all
‎2008 May 14 3:30 PM
‎2008 May 14 3:41 PM
Number of ways
When in SE80, and executing by a Tran Code, one of the options is to run in Debug mode.
Another is to set a break point in the program and then run it. It will stop at the break point IF it gets there
Yet another is once a program is running and is stopped at a screen, use /H in the transaction field in the Top Left area of
every screen (unless you have it shut off).
‎2008 May 14 3:42 PM
‎2008 May 14 3:48 PM
or what you should have done in the first place:
https://www.sdn.sap.com/irj/sdn/advancedsearch?query=howtodebugaprogram&cat=sdn_all
‎2008 May 15 5:21 AM
hi,
i use call transformation statement to call the simple transformation program from my main program.
when i debugg the main program, the call transformation is executed but the pointer does not go to simple transformation program. It just executes the call transformation statement and hence the simple transformation program and points to next line in main program.