‎2006 Jul 31 10:25 AM
‎2006 Jul 31 10:28 AM
‎2006 Jul 31 10:29 AM
‎2006 Jul 31 10:30 AM
‎2006 Jul 31 10:30 AM
‎2006 Jul 31 10:30 AM
‎2006 Jul 31 10:33 AM
HI,
There are 2 types of Break points we can use in ABAP
<i><b>Static Breakpoints</b></i>
Static breakpoints are not normally user-specific. Once a user has inserted the statement BREAK-POINT or BREAK name in an ABAP program, the system always interrupts the program at that point for that user or only for the user name. you can write this statements as many as you want in the programs
<u><b>Dynamic Breakpoints</b></u>
Dynamic breakpoints are user-specific. Therefore, you should use them if you only want the program to be interrupted when you run it yourself, not when it is being executed by other users. All dynamic breakpoints are deleted when you log off from the R/3 System
You can set up to <b>30 dynamic breakpoints</b> without changing the program code. Dynamic breakpoints can be set either in the ABAP Editor or directly in the Debugger
Thanks
Sudheer
‎2006 Jul 31 10:37 AM
‎2006 Jul 31 10:55 AM
‎2006 Jul 31 10:37 AM
‎2006 Jul 31 10:58 AM
Hi Pavan,
You can set 30 break points and 10 watch points for a program
to check put one breakpoint in a program and debug , there click on the break points push button , there u can check
‎2006 Aug 01 12:52 PM
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
<b></b>