<?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 Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651932#M289586</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;Here i getting for the one material only,but i want to show for multiple material no.the index is taking for the first material no of the latest updated data and last updated dated date based on sort by descending the date.but my requirement is to display for all the material no i want to show the latest and last updated data.help me to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2006 07:17:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-20T07:17:48Z</dc:date>
    <item>
      <title>Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651927#M289581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  In a report from the intrnal table i sort descending by date.but i want to display the top first data should be displayed in a field1 and the top second data should be displayed in the field2.means the field 1 is the latest updated and the field 2 is last updated(befor the latest updated).They want to see the latest updated data and the previously updated(before the latest)data. so help me to display this prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 06:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651927#M289581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T06:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651928#M289582</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;You can use control statement at first and at last in the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After sorting the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at first.&lt;/P&gt;&lt;P&gt;  ***display first record&lt;/P&gt;&lt;P&gt;at last.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; display last record&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want first and second record then just read the internal table with index.&lt;/P&gt;&lt;P&gt;sort the internal table.&lt;/P&gt;&lt;P&gt;read table itab index 1.&lt;/P&gt;&lt;P&gt;read table itab index 2.&lt;/P&gt;&lt;P&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>Fri, 20 Oct 2006 06:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651928#M289582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T06:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651929#M289583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Sort by date itself might not solve your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please try to find another field which can differentiate the latest, maybe some thing like time or document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  After finding another field for the same, sort internal table with both fields descending and then read by index 1 &amp;amp; 2 to retreive the latest and the last before latest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 06:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651929#M289583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T06:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651930#M289584</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;&lt;/P&gt;&lt;P&gt;use method of Ahmed (read your desc. sorted tab with index 1 and 2) , but put values in a new itab with the fields field1 and field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 06:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651930#M289584</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-20T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651931#M289585</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;   Here i getting for the one material only,but i want to show for multiple material no.the index is taking for the first material no of the latest updated data and last updated dated date based on sort by descending the date.but my requirement is to display for all the material no i want to show the latest and last updated data.help me to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 07:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651931#M289585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T07:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651932#M289586</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;Here i getting for the one material only,but i want to show for multiple material no.the index is taking for the first material no of the latest updated data and last updated dated date based on sort by descending the date.but my requirement is to display for all the material no i want to show the latest and last updated data.help me to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 07:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651932#M289586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T07:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651933#M289587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 01:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1651933#M289587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T01:56:58Z</dc:date>
    </item>
  </channel>
</rss>

