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

how to debug a program.

Former Member
0 Likes
344

Hello experts:

Thank you in advance for all your replies.

I begin to have to work on some sap standard program errors, I am really troubled by it.

because the code mount is very huge, what tips you use to debug a peice of program, how to debug a peice of program smartly , would you please share it with us?

couldn't thank you more.

Best regards.

Frank

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
325

Hi,

For debugging either a report or a FM pls do the needful. Goto SE38 and select the report program. Activate the report program and then set the break points in the report. (The red colour icon in the report is used to set the break points).

Set as many break points as needed and then execute the program.

Once executed the debugger automatically runs and then click on F5 to find out the values of the variables.

Pls revert if further info on debugger is needed.

Pls reward if useful.

Thanks,

Sirisha.

1 REPLY 1
Read only

Former Member
0 Likes
326

Hi,

For debugging either a report or a FM pls do the needful. Goto SE38 and select the report program. Activate the report program and then set the break points in the report. (The red colour icon in the report is used to set the break points).

Set as many break points as needed and then execute the program.

Once executed the debugger automatically runs and then click on F5 to find out the values of the variables.

Pls revert if further info on debugger is needed.

Pls reward if useful.

Thanks,

Sirisha.