‎2009 Feb 09 7:15 PM
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
‎2009 Feb 09 7:35 PM
‎2009 Feb 09 7:36 PM
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
‎2009 Feb 09 9:07 PM
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
‎2009 Feb 10 8:18 PM
Thanks for your answers.
I am using version 7.0 , does it support layer debugging ?
Thanks
‎2009 Feb 10 9:13 PM
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
‎2009 Feb 11 4:53 AM
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