‎2007 Mar 01 4:35 PM
i am using the statement break <sy-uname> to set the breakpoint. But the control is not stopping at that point. how do i do that.
‎2007 Mar 01 4:40 PM
Hi,
Is the break-point given in an update task module..Then I believe it will not stop..
Also you have to give in single quotes..
Example..
BREAK 'USER1'.
Thanks,
Naren
‎2007 Mar 01 4:40 PM
Hi,
Is the break-point given in an update task module..Then I believe it will not stop..
Also you have to give in single quotes..
Example..
BREAK 'USER1'.
Thanks,
Naren
‎2007 Mar 01 4:41 PM
‎2007 Mar 01 4:42 PM
deepthi,
I think u r trying to use static break point.
In ur program at the desired place u have to code BREAK-POINT.
so that system will start debugging when it reaches that statement.
Regards...
Arun.
‎2007 Mar 01 4:49 PM
Thanks it worked finally .Thanks everyone for the prompt replies.
‎2007 Mar 01 4:47 PM
Hello Deepthi
It is always better to use BREAK UNAME. SInce the control will stop when u execute the program
BREAK-POINT AND BREAK USER will do the same work.
Vasanth
‎2007 Mar 01 4:47 PM
Have you switched off the system debugger?
When system debugging is switched off, BREAK-POINT statements
in system programs are ignored at runtime unless you use the
AT NEXT APPLICATION STATEMENT addition.
‎2007 Mar 01 4:47 PM
Hello Deepthi
It is always better to use BREAK UNAME. SInce the control will stop when u execute the program
BREAK-POINT AND BREAK USER will do the same work.
Vasanth
‎2007 Mar 01 5:01 PM
Hi,
Please close the thread if the question is answered..And make sure to reward points for helpful answers..
Thanks,
Naren