Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reports

Former Member
0 Likes
596

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

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."

3 REPLIES 3
Read only

Former Member
0 Likes
573

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

Read only

Former Member
0 Likes
574

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."

Read only

Former Member
0 Likes
573

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.