2008 Jan 24 4:33 AM
plz tell wt are the different way to debug standard report
2008 Jan 24 4:35 AM
Hi,
use /h in the t-code window , and it will start the debugging immediately after execution of the t-code.
regards,
Santosh Thorat
2008 Jan 24 4:58 AM
Hi Sandeep,
You can debug report in various way.
1. As mentioned, Go to se38, display report, put /h in command field and execute.
2. Go to se38, enter program name. Follow menu path Program --> Execute --> Debugging.
3. You can follow above step even when program is displayed.
Regards,
Mohaiyuddin
2008 Jan 24 7:22 AM
Hi,
One more method is create a break-point inside the standard code and execute the code
2008 Jan 24 7:25 AM
Best way to debug is :
Take the message number and message id .
now goto Program ( When you go transaction -> system->status -> here you get program name).
click on find -> enter message number ( Select main program ) -> here you get message number ,now keep the break point ).
some times they call messages as like dynamically.
goto transaction -> enter all the data -> /h in command bar -> now create watch point -> use varaible as message id and value as message number ) ,operator is =
now it stops exact area
Rewards if useful.
2008 Jan 24 7:33 AM
Hi Sandeep,
Debugging of Standard Report:
1. You can put a hadr coded BREAK POINT.
2. You can also set the breakpoint from the EDITOR application toolbar. There is a break point icon.
3. You can use the '/H' to switch on the debugger.
4. You can set begugger from Program>Test>Debugging.
***************************************************************************reward if it is useful**********
THANKS,
Sayak....
2008 Jan 25 3:13 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |