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

debugging

Former Member
0 Likes
613

hai all,

i wanted to know how todebug a std.program and finding out the error where ever it lies.please explain me the procedure.

6 REPLIES 6
Read only

dani_mn
Active Contributor
0 Likes
590

HI,

by entering '/H' in command line you can start dubugging. Or put a break point in program source code.

REgards,

Read only

Former Member
0 Likes
590

hi kumar,

First test your code with '/h' type in command window which shall take you to debug or by putting break points with F8. You test your program from code and then go to se30 performance analysis transaction and there you can know what are the drawbacks. Then go to SLIN transaction and do extended syntax check or from code in menu options where you have debugging -> extended check and the program id ready without error.

Regards,

~Sri.

Read only

Former Member
0 Likes
590

Hi kumar,

just have a look in the following threads you will find the procedure also --

ABAP DEBUGGING

http://help.sap.com/saphelp_webas620/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9cbb7716-0a01-0010-58b1-a2d...

Debug Program scheduled Background

Regards,

pankaj singh

Read only

Former Member
0 Likes
590

Hello,

press /h in the command prompt and press enter or set a break-point in your program.

See thelink

http://help.sap.com/saphelp_webas620/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

Regards,

Shehryar Dahar

Read only

Former Member
0 Likes
590

Hi kumar,

Check the message class and message number of that error. Then go to the standard program,click on search button on the menu bar, put the message clsas and number, search in the main program where all the message it, put the break point over there and see what is happening.

Shweta

Read only

abdul_hakim
Active Contributor
0 Likes
590

hi

type /h in the command field and execute the program.

else you can set a break point statically and execute.

Cheers,

Abdul Hakim