‎2007 Aug 10 2:02 PM
hi to all,
In how many ways that we can debug a report?wat r they pls let me know all the ways.
thanx and regards,
loki
‎2007 Aug 10 2:06 PM
well debugging is debugging nad it works in one way only.
there are several ways to get INTO the debugging. if thats what you want to know, then listen
1. while running your report type "/h" in your ok-code field and press enter.
2. in your report place the cursor on the line from which you want to debug and press the stop button.
3. in your code implement following coding "Break-point."
4- in your code implement following coding "Break USERNAME."
‎2007 Aug 10 2:04 PM
Hi,
1) /H
2) Put a Break point in the Program
3) Write BREAK-PONIT in the Program
4) BREAK SY-UNAME
5) In the Mune --> Select Execute in Background
Regards
Sudheer
‎2007 Aug 10 2:06 PM
well debugging is debugging nad it works in one way only.
there are several ways to get INTO the debugging. if thats what you want to know, then listen
1. while running your report type "/h" in your ok-code field and press enter.
2. in your report place the cursor on the line from which you want to debug and press the stop button.
3. in your code implement following coding "Break-point."
4- in your code implement following coding "Break USERNAME."
‎2007 Aug 10 2:06 PM
Hi,
we can do it from the initial screen of the abap editor.give the program name in SE38 and click on the debugging button.
we can write BREAK-POINT in the report then when u execute that report it will start debugging from that point.
if ur report has any screens.then while executing write /h in command field and press enter then debugging will be switched on.after that it will go to debugging mode when u perform an action(pressing a menu item or button or pushbutton,etc...)
also we can start debugging by putting a break point(place ur cursor in the report from which u want to start the debugging and press the STOP button in the application tool bar and execute the report)
rgds,
bharat.