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

Debug Only User's Code

Former Member
0 Likes
701

Hi Experts,

I need some help, I want to be able to debug just the code I wrote and I don't want the debugger to go to all SAP standards functions or methods I am calling in my ABAP program.

is this possible, How ?

Thanks

6 REPLIES 6
Read only

Former Member
0 Likes
677

Put a break point at the spot you want to stop.

Read only

Former Member
0 Likes
677

Hi

Place the Break Point at that particular and excute u r transaction.

Debugging will start from that point, once u r code debugging is completed, press F8.

regards,

Raghu

Read only

Former Member
0 Likes
677

Which release are you on? In higher releases (I think 7.10) there is a feature called "layered debugging" in the new debugger.

It does that which you have described.

Cheers,

Julius

Read only

0 Likes
677

Thanks for your answers.

I am using version 7.0 , does it support layer debugging ?

Thanks

Read only

0 Likes
677

Hi,

In the debugging mode press F6 key, this will not take you inside the functions or methods you write in the program...

In case, certain times it goes then you can press F7 key to directly come out of that function or method....

Regards,

Siddarth

Read only

0 Likes
677

As far as I know, you will find this available as of release 7.00 Enhancement Package 1 because I first learnt of this in a presentation on new ABAP features introduced with EhP 1.

Cheers,

Julius