‎2007 May 12 12:29 AM
Hi Friends,
I am a functional person. My client has a lot of customizing and finding really hard without knowing how to debug because most of the issues are pertaining to customizing. Is there any way to learn debugging. This might sound funny. But is it possible to learn. Plz advise........ Thanks in advance for your help.
Sandon.
‎2007 May 12 12:47 AM
Hi,
Press /h in the command field to start debugging...
For more details check this link
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
Thanks,
Naren
‎2007 May 12 12:47 AM
Hi,
Press /h in the command field to start debugging...
For more details check this link
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
Thanks,
Naren
‎2007 May 12 12:54 AM
Hi Sandon,
Debugging will be useful only if you know ABAP. Debugger is a tool that would let you the exact location of the error in the code.
https://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Debugger
Regards,
Ravi
‎2007 May 12 3:08 AM
hi,
In ABAP when u open the ABAP editor screen u have a tab strip called as debugging ...once u have done with ur code save , check n activates it n the come back to the editor screen n click on debugg......n this will help u to know the step wise process as to how the program runs in the background........n it will be easy for u to find the errors also....just try it out...
if useful reward with points,
regards,
madhuri.
‎2007 May 12 4:20 AM
Using the ABAP debugger is very easy but I am afraid it will not be useful to you (a functional consultant) unless you have some knowledge of ABAP. Try using an ABAP developer to debug for you.