Application Development 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: 

debugging

Former Member
0 Kudos

can any one tell the actual real time step by step procedure of debugging and the various types of debugging in detail,a short note.I will be very thankful to those who have done it

5 REPLIES 5

Former Member
0 Kudos

HI

refer this link.

/people/boris.gebhardt/blog/2005/10/11/the-new-abap-debugger

Reward all helpfull answers.

Regards.

Jay

Former Member
0 Kudos

Hi,

String processing

The display of the data types STRING and XSTRING can now be scrolled. You can position the cursor on the string by double-clicking it. Also, you can declare strings as watchpoints.

Enhancements in ABAP Objects

Static attributes and handlers of static events can now be displayed without specifying an instance. You can also find all references to a specific object. The same is valid for data references.

Other features

The 'System debugging' setting is also saved when you save breakpoints. A new pushbutton called 'Last short dump' is now available which you can use to display the last runtime error generated. Alternatively, you can use transaction 'last_shortdump'.

Regards

Suprith.

jaheer_hussain
Active Contributor
0 Kudos

Hai,

Mak sure your program will be without any error.

put break point where ever you want to make debug.

From program editor .

Menu:Utilities->break point.

During debug,

single step f5

execute f6.

Return f7.

Run F8.

With Regards,Jaheer.

Former Member
0 Kudos

Hi,

System Debugging

If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.

Update Debugging

Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.

Normal Debugging

Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points.

http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm

For debugging tutorial:

http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm

http://www.sapdevelopment.co.uk/tips/debug/debughome.htm

http://www.sap-basis-abap.com/sapab002.htm

Debugging Document.

http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc

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

http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm

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

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm

Regards,

Priyanka.