‎2007 Dec 06 5:09 AM
Hi all
i get to know that we can set some 30 breakpoints in a transaction. if the fact is true , for example if i open a transaction i mean to say standard one and through set breakpoint-----> in statement--
>call function. and makeing a breakpoint in all the call function statement.
if the above said max 30 brkpoint fact is true what will happen to be above said scenario if the transaction contains more than 30 call function statements???
kindly help me out in this case..
thanks in advance..
arun.j
‎2007 Dec 06 5:16 AM
u can set manually 30 breakpoint.but
set breakpoint-----> in statement--
>call function .it will assizn automatically more than 30 breakpint. we reach 30 breakpoint automatically reassizn 31 goto 1 breakpoint.
‎2007 Dec 06 5:16 AM
u can set manually 30 breakpoint.but
set breakpoint-----> in statement--
>call function .it will assizn automatically more than 30 breakpint. we reach 30 breakpoint automatically reassizn 31 goto 1 breakpoint.
‎2007 Dec 06 5:28 AM
Hi,
If you see the debugging screen it can display only 30 breakpoints but as such there is no limit of the number of breakpoints.
Check the BREAKPOINTS tab in the debugging screen. It can only show 30 of them.
Dynamic Breakpoints
You can set up to 30 dynamic breakpoints without changing the program code. Dynamic breakpoints can be set either in the ABAP Editor or directly in the Debugger.
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cc1e68c11d2b2ab080009b43351/frameset.htm