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: 

How to become Debugging Specialist? Let me know tips and Tricks

Former Member
0 Kudos

Hi,

I was rated as <b>POOR</b> debugger for SAP ABAP by my team lead. In facts he thinks I don’t know debugging at all. Now a days I am feeling that I am not performing.

Here I got to debug standard programs and Standard transaction like XD01 etc. I wanted to know how to improve my debugging skills. Please give me some tips and tricks to debug standard program or transaction like XD01, MM01, and SAPMF02D etc. in a<u><i> very small and limited time.</i></u>

I will be grateful to one and all. Please help me in becoming a <i><b>Debugging Specialist</b></i> in a very small time...

Regards,

Vidyaprasanna.

PS: If you have any documents regarding Debugging please send it to me via mail at <b>vmmagadi@gmail.com</b>

4 REPLIES 4

Former Member
0 Kudos

Hi,

You can refer the below links to develop the debugging skill,

Regards,

Hema.

    • Reward points if it is useful.

Former Member
0 Kudos

Hi ,

To be frank there is nothing like a Debugging Specialist , what i would suggest is when you debug a program please try to understand what the program is doing , so that you can find the bug easily.

The basic concept of debugging to to find what is wrong with the program or to understand how it works , so if you focus on understanding the program you can very well become a Debugging specialist.

Any way if you want some document on debugging , please see the help provided

http://help.sap.com/saphelp_nw04/helpdata/en/b3/d322540c3beb4ba53795784eebb680/content.htm

Regards

Arun

Former Member
0 Kudos

HI VIDYAPRASANNA ,

As such you can get better with debugging only when you try it out.

as we know no pain no gain so u have to do it yourself .. there are tools provided by SAP like simple debugeer where at runtime u can see variable status.. but then again you have to do it yourself.

Before debugging go though documentation of the code.

There are break points and watchpoints that helps you in debugging. you have to go through the code and see the logic for yourself ..

just go through these links maybe it helps you.

http://help.sap.com/search/highlightContent.jsp

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

hope this helps..

award forum points to helpful answers.