<?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/1654017#M290320</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 am getting for the first material no 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 matl no and  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>Wed, 25 Oct 2006 02:41:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-25T02:41:23Z</dc:date>
    <item>
      <title>Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654014#M290317</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:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654014#M290317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T07:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654015#M290318</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;U should create a query on change document tables: CDHDR e CDPOS. The object class should be MATERIAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 08:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654015#M290318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T08:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654016#M290319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sort is by matlno docno descending date descending.&lt;/P&gt;&lt;P&gt;loop at ih.&lt;/P&gt;&lt;P&gt;clear is.&lt;/P&gt;&lt;P&gt;loop at is where matlno = ih-matlno.&lt;/P&gt;&lt;P&gt;--If you remove the exit in the loop you would be able to loop through all the records in descending order. So if you wish to display you can do it here by just taking out the exit statement and applying your code. In short the first record in the loop would be the one with latest date.&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Exit.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;no data in is&lt;/P&gt;&lt;P&gt;else. &lt;/P&gt;&lt;P&gt;is data with latest date.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 08:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654016#M290319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654017#M290320</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 am getting for the first material no 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 matl no and  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>Wed, 25 Oct 2006 02:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654017#M290320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T02:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Report Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654018#M290321</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:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-display/m-p/1654018#M290321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T01:56:21Z</dc:date>
    </item>
  </channel>
</rss>

