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

Problem with Debug authorization

Former Member
0 Likes
679

Hello guru

How can it be, that the program at a BREAK POINT in the functional module does not hold??

With my colleagues with exact the same authorization goes it.

How can be?

By Chris

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
657

Hi,

Please change the code as follows :

break <username>.

Say username is ppatil, then

break ppatil.

Best regards,

Prashant

6 REPLIES 6
Read only

Former Member
0 Likes
657

Is the breakpoint hardcoded in the program with your colleague's user id?

BREAK-POINT <username>.

In this case, it will stop at that point only for the user name specified.

Sudha

Read only

0 Likes
657

I use the statmentBREAK-POINT <username>. an an Dynamic BREAK-POINT

But there is no result

Read only

0 Likes
657

So did you code the statement as,

BREAK-POINT sy-uname

?

Sudha

Read only

Former Member
0 Likes
657

Hi,

The breakpoint you put should be in Same client and that should be activated before executing the code. if you still face the same problem, then use /H to debug the code

Regards

Sudheer

Read only

Former Member
0 Likes
658

Hi,

Please change the code as follows :

break <username>.

Say username is ppatil, then

break ppatil.

Best regards,

Prashant

Read only

Former Member
0 Likes
657

it worksm, but i dot know why.

Solveld on my own.

Thanks for help...