<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Break Point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178799#M1198895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nachy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Break point can also be hard coded in the program Syntax  BREAK-POINT, such breakpoints work across users. By using a breakpoint once you enter the debugger then the program can be examined in detail for removing the bugs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2009 03:08:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-18T03:08:55Z</dc:date>
    <item>
      <title>Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178796#M1198892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to set the break point for all users while executing the program&lt;/P&gt;&lt;P&gt;Note:i dont want to add  code in program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 02:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178796#M1198892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T02:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178797#M1198893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nachy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without coding, I think it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 03:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178797#M1198893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T03:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178798#M1198894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that this is not possible. Only static break points are not user-specific. You can create static break point using only ABAP statement BREAK-POINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 03:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178798#M1198894</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-02-18T03:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178799#M1198895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nachy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Break point can also be hard coded in the program Syntax  BREAK-POINT, such breakpoints work across users. By using a breakpoint once you enter the debugger then the program can be examined in detail for removing the bugs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 03:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178799#M1198895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T03:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178800#M1198896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set a static brkpoint to achieve this &lt;/P&gt;&lt;P&gt;To set a static breakpoint, use the ABAP statement BREAK-POINT . Place the breakpoint in the line at which you want to interrupt the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program RSDEBUG_01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run the program, the runtime processor interrupts it when the breakpoints occur. You can number your breakpoints to make them easier to identify ( BREAK-POINT 1, BREAK-POINT 2 u2026).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static breakpoints are not normally user-specific. The program is, therefore, always interrupted as soon as the runtime processor reaches the line containing the breakpoint. The program is interrupted regardless of the user who executes it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can set user-specific static breakpoints using the BREAK statement followed by your user name. For example, if you use the statement BREAK SMITH , the program is only interrupted when user Smith runs it. Although user-specific breakpoints appear in the program code, they are not active when other users run the program. You should, however, be careful if an application is being used by several users with the same name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 03:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178800#M1198896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T03:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178801#M1198897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use BREAK-POINT [ID group].&lt;/P&gt;&lt;P&gt;You need to create the group ID first using transaction SAAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantage of using this breakpoint is that, you can deactivate it from SAAB. You can also set the breakpoint for specific or all users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 03:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178801#M1198897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T03:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178802#M1198898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You can satisfy your requirement by hard coding the break point.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;break-point.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 05:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/5178802#M1198898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T05:24:02Z</dc:date>
    </item>
  </channel>
</rss>

