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

Maximum Break points

Former Member
0 Likes
1,073

Hi experts,

I am creating one new program and when I am going to test it by setting one break point.

At the time of setting break point, the system is giving me one error "You cannot set more than 30 breakpoints".

In my program this is the only breakpoint.

The problem is related to number of break points, There are around 15 users who are using this user id.

How I can findout these breakpoints and remove the same ?

Please help,

Regards,

Study SAP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
857

hi,

You can goto SE38 editor in change mode And then choose menu path

Utilities->Breakpoints->Set/Delete path.

Here you can able to set and delete existing breakpoints in that program.

You can choose Utilities->Breakpoints->Display Menu path to view the existing Breakpoints in that program.

Regds

Parvathi

Please reward points if helpful...

5 REPLIES 5
Read only

Former Member
0 Likes
858

hi,

You can goto SE38 editor in change mode And then choose menu path

Utilities->Breakpoints->Set/Delete path.

Here you can able to set and delete existing breakpoints in that program.

You can choose Utilities->Breakpoints->Display Menu path to view the existing Breakpoints in that program.

Regds

Parvathi

Please reward points if helpful...

Read only

0 Likes
857

Thanks Parvathi,

It works,

Read only

Former Member
0 Likes
857

Hi,

if this is the case,

just press 'F8' it will go to that previously set break-point.

if it is set in changable mode(ie, the whole line will be in yellow) then just double click on that, the break-point will be deleted.

if it is set manually coded like 'break-point' then go to the code and delete this 'break-point'.

hope this helps.

Read only

Former Member
0 Likes
857

Hi,

we can put maximum breakpoints is more than 30 for each login,

if you want to check the program those who r using by the tcode sm12.

please reward points, if it is useful.

Regards,

satish.

Read only

Former Member
0 Likes
857

Goto Utilities -- > Breakpoints --> Display

and click 'All Break Points of the Session'.

TO Delete All Break Points Click ' Sel Displayed Objs' or Select Required Break Points.

Then Click ' Delete Selected Objects'.

Awrd Points if Useful

Bhupal