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: 

Customizing program in abap

Former Member
0 Kudos

Hai All,

i'm new in abap programming.

Currectly i facing a problem in customizing program which is i need to debug it. can anyone guide me on it? if possible pls give me some useful link in abap.

Thank you so much...............

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please check these links for Debugging -

Hope this helps.

ashish

5 REPLIES 5

Former Member
0 Kudos

Hi,

Please check these links for Debugging -

Hope this helps.

ashish

Former Member
0 Kudos

Hi,

Check link on debugging

http://www.sap-img.com/abap/testing-and-debugging-abap-codes-functions.htm

And to learn ABAP best place is SDN and help.sap.com

Regards,

Atish

Former Member
0 Kudos

Hi Jee Jee,

Please reward points if helpful. Good luck and welcome to the world of abap!

Check out the following links for how to debug your program.

This link is a <b>demo</b> on how to debug your program :

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

<b>other links on debugging :</b>http://www.sap-img.com/abap/testing-and-debugging-abap-codes-functions.htm

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

Former Member
0 Kudos

Thank you for all............

Now i hv a problem is i dun know how to set my break point cos inside the program has 4 included, but the 4 include files i cant find the selection section, wat should i do?

waiting for ur respond.....................

former_member223537
Active Contributor
0 Kudos

Goto SE38

Type the program name

Click on Display

On the top.. Menu bar.. click on FIND

Enter "SELECT" in the text box & find

you will get a list of objects having word "SELECT"

Search for Selection screen.

If you find the word, double click on it & place the cursor on that word

On the menu bar click on STOP/Break-point button

Execute the program

It will stop at the break point