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

break points

Former Member
0 Likes
865

Hi Experts,

In one program how many break points we can set. Is there any particular number.

Please help me.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
845

Hi,

Yes..Santosh is correct..You can set more than 30 break points

THanks

Naren

7 REPLIES 7
Read only

Former Member
0 Likes
845

Hi,

I think there is no restriction on this..

Thanks

Naren

Read only

Former Member
0 Likes
845

hi,

30 is the maximum number.

If you want more than that. Chekc out this related thread for that

Regards,

Santosh

Message was edited by:

Santosh Kumar Patha

Read only

rodrigo_paisante3
Active Contributor
0 Likes
845

Hi, see this link:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9090ee61-b6e5-2910-c4b3-bcc55beb...

They discuss about using a checkpoint to improve the quality.

Read only

Former Member
0 Likes
845

30 break points and look at debugger at break point tab

Read only

Former Member
0 Likes
846

Hi,

Yes..Santosh is correct..You can set more than 30 break points

THanks

Naren

Read only

Former Member
0 Likes
845

You can set more than 30 breakpoints if you set them after the program starts execution using the "breakpoint at..." functionality .

Rob

Read only

Former Member
0 Likes
845

hi,

<b>In Program We can set up to 30 dynamic break points.</b>

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.

no limit for static break points.

To set a static breakpoint, use the ABAP statement <b>BREAK-POINT</b> . Place the breakpoint in the line at which you want to interrupt the program.

Static breakpoints are not normally user-specific.

you can set user-specific static breakpoints using the BREAK statement followed by your user name <b>BREAK <user-name>.</b>

<b> Setting Dynamic Breakpoints in the ABAP Editor</b>

1) Position the cursor on the line of the source code at which you want to set the breakpoint.

2) Choose Utilities-->Breakpoints--->Set or the Stop icon. The system confirms that the breakpoint has been set.

<b>To set a dynamic breakpoint in the Debugger:</b>

1) Position the cursor on the line in which you want to set the breakpoint.

2) Select the line by double-clicking it or choosing Breakpoint----> Set/delete.

<b>follow this link for more information on break-points.</b>

http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm

regards,

Ashokreddy