<?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 control break statments in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472122#M555861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all &lt;/P&gt;&lt;P&gt;     in control break statments AT NEW COMMAND will provide astrik and blank in the out put in  right side of the column.why!&lt;/P&gt;&lt;P&gt;    in the case of on change of  it will not give astrik and blank on the right side of the column in the out put . why!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Nagendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 12:09:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-26T12:09:29Z</dc:date>
    <item>
      <title>control break statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472122#M555861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all &lt;/P&gt;&lt;P&gt;     in control break statments AT NEW COMMAND will provide astrik and blank in the out put in  right side of the column.why!&lt;/P&gt;&lt;P&gt;    in the case of on change of  it will not give astrik and blank on the right side of the column in the out put . why!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Nagendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472122#M555861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: control break statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472123#M555862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; At new - we can use only in control break&lt;/P&gt;&lt;P&gt; on change of - we can use any loop like do.&lt;/P&gt;&lt;P&gt;That is the speciality of on change of&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;P&gt;Reward if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472123#M555862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: control break statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472124#M555863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagendra,&lt;/P&gt;&lt;P&gt; It is because of your structure. If you are keeping control AT NEW itab-&amp;lt;field1&amp;gt;&lt;/P&gt;&lt;P&gt;Then it has to be first field in the defined structure of ITAB.&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472124#M555863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: control break statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472125#M555864</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;a) When AT NEW occurs,&lt;/P&gt;&lt;P&gt;the alpha-numeric fields have ******* in their value,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) where as in case of ON CHANGE,&lt;/P&gt;&lt;P&gt;the alpha-numeric fields have their corresponding value, &lt;/P&gt;&lt;P&gt;of that particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472125#M555864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: control break statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472126#M555865</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;a) When AT NEW statement triggers, the alpha-numeric fields have ******* in their value,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) where as in case of ON CHANGE control break statement the alpha-numeric fields have their corresponding value of that particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472126#M555865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: control break statments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472127#M555866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Control Break Statements:&lt;/P&gt;&lt;P&gt;1. At First&lt;/P&gt;&lt;P&gt;2. At last&lt;/P&gt;&lt;P&gt;3. At New&lt;/P&gt;&lt;P&gt;4. At End of&lt;/P&gt;&lt;P&gt;5. on change.&lt;/P&gt;&lt;P&gt;*at first, at last, at new, at end of are also called as at &lt;/P&gt;&lt;P&gt;events and these will be used in loop.....endloop of an &lt;/P&gt;&lt;P&gt;internal table.&lt;/P&gt;&lt;P&gt;*'on change' can be used in out side of the loop...endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.At first event will be executed only for the first &lt;/P&gt;&lt;P&gt;iteration of the loop...endloop. This event is used for &lt;/P&gt;&lt;P&gt;writing headings.&lt;/P&gt;&lt;P&gt;2. At last event will be triggered for the last iteration &lt;/P&gt;&lt;P&gt;of the loop...endloop.&lt;/P&gt;&lt;P&gt;3. At new event will be triggered for every new value &lt;/P&gt;&lt;P&gt;enters in to the field.&lt;/P&gt;&lt;P&gt;4. event at end of will be triggered if the current running &lt;/P&gt;&lt;P&gt;value is the last value.&lt;/P&gt;&lt;P&gt;5. on change will be triggered for any change in the &lt;/P&gt;&lt;P&gt;specified field value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 18:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statments/m-p/2472127#M555866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T18:39:38Z</dc:date>
    </item>
  </channel>
</rss>

