<?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-pint in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003031#M709472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of break-points. Soft &amp;amp; Hard.&lt;/P&gt;&lt;P&gt;Soft break points can be set on a particular line of code by keeping cursor on that line and pressing the STOP push button on the toolbar. This break point is active only for that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard break point is created by putting a statement BREAK-POINT in the code. because of this, every time u execute the program, when ever the control comes to this break point it goes to dubugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info is helpful to u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gokul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Oct 2007 07:05:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-27T07:05:56Z</dc:date>
    <item>
      <title>break-pint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003029#M709470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is hard break-point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 06:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003029#M709470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T06:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: break-pint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003030#M709471</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;If you write "BREAK-POINT" in your prog  or set break-point in prog this is called hard brack point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 07:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003030#M709471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T07:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: break-pint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003031#M709472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of break-points. Soft &amp;amp; Hard.&lt;/P&gt;&lt;P&gt;Soft break points can be set on a particular line of code by keeping cursor on that line and pressing the STOP push button on the toolbar. This break point is active only for that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard break point is created by putting a statement BREAK-POINT in the code. because of this, every time u execute the program, when ever the control comes to this break point it goes to dubugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info is helpful to u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gokul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 07:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003031#M709472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T07:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: break-pint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003032#M709473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in Earlier ver the only way to go to debugger mode was to start the prog in debugger mode or .. place a hard coded break-point (very rarely used or not recommended).. but now a day we have a soft break which we place  just by pressing RED STOP Button on the application tool bar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference bet both breakpoints&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soft break point are user specific.. that means break points place by you is not valid / visiable to others.&lt;/P&gt;&lt;P&gt;Soft break point are Session specific.. i.e once place they will be active will the time u r log on. they are invalidated or removed as soon as u log off..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just disadvantages u can remove by using hardcoded breakpoint.. but remember they are also transported as a part of code. so be aware..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also go through tcode SAAB.. to enable u to break at hard coded break point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No rewards Plz..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 08:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003032#M709473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T08:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: break-pint</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003033#M709474</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;There are two types of break-points. Soft &amp;amp; Hard.&lt;/P&gt;&lt;P&gt;Soft break points can be set on a particular line of code by keeping cursor on that line and pressing the STOP push button on the toolbar. This break point is active only for that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard break point is created by putting a statement BREAK-POINT in the code. because of this, every time u execute the program, when ever the control comes to this break point it goes to dubugging mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 09:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-pint/m-p/3003033#M709474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T09:07:44Z</dc:date>
    </item>
  </channel>
</rss>

