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

Help

Former Member
0 Likes
631

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

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

4 REPLIES 4
Read only

Former Member
0 Likes
613

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

Read only

Former Member
0 Likes
612

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

Read only

Former Member
0 Likes
612

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.

Read only

Former Member
0 Likes
612

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.