<?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: Program using control break statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-using-control-break-statement/m-p/3294867#M788459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What makes you fear using the Control Break Statement ? Is that the break point you are talking about. You can use BREAK-POINT to halt a program before a particular statement. For eg: &lt;/P&gt;&lt;P&gt; Have a look at the following program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : a type i,&lt;/P&gt;&lt;P&gt;       b TYPE i,&lt;/P&gt;&lt;P&gt;       res TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a = 5.&lt;/P&gt;&lt;P&gt;b = 3.&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;res = a + b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : / ' Result is ', res.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the above program, When i put a BREAK-POINT in the above program the program will halt before the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;res = a + b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i click on a, i would come to know that a is holding 5 .  This is a simple example that i have used to make you understand. Usually we use when we need to check whether the tables are getting populated or not. You can see the Actual execution of the program line by line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need more info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2008 15:49:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-16T15:49:32Z</dc:date>
    <item>
      <title>Program using control break statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-using-control-break-statement/m-p/3294866#M788458</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 am always fearing to write a program using CONTROL BREAK STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frnds can anyone help me how to understand it easily and make use of it whenver required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 15:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-using-control-break-statement/m-p/3294866#M788458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T15:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Program using control break statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-using-control-break-statement/m-p/3294867#M788459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What makes you fear using the Control Break Statement ? Is that the break point you are talking about. You can use BREAK-POINT to halt a program before a particular statement. For eg: &lt;/P&gt;&lt;P&gt; Have a look at the following program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : a type i,&lt;/P&gt;&lt;P&gt;       b TYPE i,&lt;/P&gt;&lt;P&gt;       res TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a = 5.&lt;/P&gt;&lt;P&gt;b = 3.&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;res = a + b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : / ' Result is ', res.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the above program, When i put a BREAK-POINT in the above program the program will halt before the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;res = a + b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i click on a, i would come to know that a is holding 5 .  This is a simple example that i have used to make you understand. Usually we use when we need to check whether the tables are getting populated or not. You can see the Actual execution of the program line by line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need more info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 15:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-using-control-break-statement/m-p/3294867#M788459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T15:49:32Z</dc:date>
    </item>
  </channel>
</rss>

