<?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/1019362#M80770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the break-point is coded in the program? is this the same with /h command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2005 05:04:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-30T05:04:53Z</dc:date>
    <item>
      <title>break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019359#M80767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of the break-point command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 04:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019359#M80767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T04:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019360#M80768</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;Break-Point Command is used for Debugging ur report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; u can debug using /H command or u can set break-point inside ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019360#M80768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T05:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019361#M80769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when executing a program the program would at the place where break-point statement is there in debugg mode so that you can check manually whether the desired operations are happenning. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its for development support .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info check out the abap key word documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019361#M80769</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-30T05:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019362#M80770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the break-point is coded in the program? is this the same with /h command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019362#M80770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T05:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019363#M80771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donna,&lt;/P&gt;&lt;P&gt;     It will be coded in the program. they are called the static break point. It is 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;With Regards,&lt;/P&gt;&lt;P&gt;Ranganathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019363#M80771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T05:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019364#M80772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you need a user specific break point you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break &amp;lt;userid&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019364#M80772</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-30T05:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019365#M80773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Break-point puts an unconditional break point in the program. But if you use the "ID" extension of this command, then you can use Txn. SAAB for externally activating or deactivating these break-points. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019365#M80773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T05:16: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/1019366#M80774</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;Have a look at this link,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/break_po.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/break_po.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can also use BREAK login id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work similar to BREAK-POINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using /h is before u do F8 in the selection screen enter /h and then F8 then u can debug step by step from the starting.&lt;/P&gt;&lt;P&gt;Or if u want to debug from a particular point u can use &amp;lt;b&amp;gt;BREAK-POINT or BREAK login id.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also u can place the cursor in the line where u want to break an select the &amp;lt;b&amp;gt;STOP button&amp;lt;/b&amp;gt; in the toolbar.&lt;/P&gt;&lt;P&gt;This will also work similar to others but without hard coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1019366#M80774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T05:16:57Z</dc:date>
    </item>
  </channel>
</rss>

