<?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: report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157281#M455899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if you write &lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;at new&lt;/P&gt;&lt;P&gt;write : / itab.&lt;/P&gt;&lt;P&gt;end loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives syntax error, there is no full stop after at new.&lt;/P&gt;&lt;P&gt;after putting full stop it says that you have to use the AT NEW with a field in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also the table should be sorted  before using at new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Apr 2007 16:31:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-29T16:31:37Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157277#M455895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've internal table namely itab,in tht i've 4 records with 4 four fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f1 f2 f3 f4 &lt;/P&gt;&lt;P&gt;q 2   e  4&lt;/P&gt;&lt;P&gt;a 3   s  1&lt;/P&gt;&lt;P&gt;z 1   d  5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now while populating , in the loop i've used at new statement i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;at new&lt;/P&gt;&lt;P&gt;write : / itab.&lt;/P&gt;&lt;P&gt;end loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what will be the output.pls explain in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;loki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2007 15:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157277#M455895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-29T15:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157278#M455896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at new &amp;lt;field name&amp;gt;&lt;/P&gt;&lt;P&gt;ur output is based on tht field value since here we have different values in the field u will not find any difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2007 15:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157278#M455896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-29T15:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157279#M455897</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;1. The code sample provided is incorrect. "At New &amp;lt;field&amp;gt;" will also have "ENDAT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The code inside 'At New' and 'Endat' will be executed once for every new line (means when ever the data changes). If the table has duplicate records, this will be executed once for every unique line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. When using AT control statements, you must move the data into temporary work area. Else, the display will have *.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sumant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2007 15:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157279#M455897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-29T15:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157280#M455898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sumant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose if i write like that then wat will happen.it's my interview question.if once it clear full points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;loki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2007 16:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157280#M455898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-29T16:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157281#M455899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if you write &lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;at new&lt;/P&gt;&lt;P&gt;write : / itab.&lt;/P&gt;&lt;P&gt;end loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives syntax error, there is no full stop after at new.&lt;/P&gt;&lt;P&gt;after putting full stop it says that you have to use the AT NEW with a field in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also the table should be sorted  before using at new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2007 16:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157281#M455899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-29T16:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157282#M455900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this if i'll write at new on some field wat wil be the output.if i'l use on change of wqt wil be the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;loki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2007 16:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2157282#M455900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-29T16:34:48Z</dc:date>
    </item>
  </channel>
</rss>

