<?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 query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835094#M663799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;                 i am using two tables EKKO EKPO FOR PRICE VARIANCE&lt;/P&gt;&lt;P&gt;suppose in a particular date there are five PO ARE created i have to fetch the latest PO from the data base in ascending order  and i have to show the price variance also for the particular period .&lt;/P&gt;&lt;P&gt;but my problem is that i have to fetch data thru date wise not FROM -TO IT IS VICE -VERSA  TO -FROM PLZ HELP ME OUT FROM THIS PROBLEM....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 09:12:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-01T09:12:46Z</dc:date>
    <item>
      <title>query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835094#M663799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;                 i am using two tables EKKO EKPO FOR PRICE VARIANCE&lt;/P&gt;&lt;P&gt;suppose in a particular date there are five PO ARE created i have to fetch the latest PO from the data base in ascending order  and i have to show the price variance also for the particular period .&lt;/P&gt;&lt;P&gt;but my problem is that i have to fetch data thru date wise not FROM -TO IT IS VICE -VERSA  TO -FROM PLZ HELP ME OUT FROM THIS PROBLEM....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 09:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835094#M663799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T09:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835095#M663800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ebeln  FROM ekko into it_ebeln WHERE date in s_date&lt;/P&gt;&lt;P&gt;  ORDER BY ebeln DESCENDING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 09:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835095#M663800</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-10-01T09:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835096#M663801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a simple way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retrieve the record according to the specified date and include the purch. doc. (EKKO-EBELN) in your selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then sort your itab descending. Out from the result in your itab, you can now do any processing as you wish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 09:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835096#M663801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T09:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835097#M663802</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;SELECT ebeln FROM ekko into it_ebeln WHERE date in s_date and sy-uzeit = p_time&lt;/P&gt;&lt;P&gt;ORDER BY ebeln DESCENDING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 09:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2835097#M663802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T09:26:36Z</dc:date>
    </item>
  </channel>
</rss>

