‎2007 Apr 17 1:07 PM
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
‎2007 Apr 17 1:24 PM
Hi,
Please change the code as follows :
break <username>.
Say username is ppatil, then
break ppatil.
Best regards,
Prashant
‎2007 Apr 17 1:13 PM
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
‎2007 Apr 17 1:15 PM
I use the statmentBREAK-POINT <username>. an an Dynamic BREAK-POINT
But there is no result
‎2007 Apr 17 1:18 PM
‎2007 Apr 17 1:13 PM
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
‎2007 Apr 17 1:24 PM
Hi,
Please change the code as follows :
break <username>.
Say username is ppatil, then
break ppatil.
Best regards,
Prashant
‎2007 Apr 19 10:06 AM
it worksm, but i dot know why.
Solveld on my own.
Thanks for help...