<?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: Selection from VEDA table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-veda-table/m-p/3340003#M800622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln&lt;/P&gt;&lt;P&gt;from veda&lt;/P&gt;&lt;P&gt;into table it_tab&lt;/P&gt;&lt;P&gt;where VBEGDAT gt start_date&lt;/P&gt;&lt;P&gt;and VENDDAT lt end_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will select all orders where the start date is on or after 1/23/2004 and the end date is on or before 1/17/2008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 16:08:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T16:08:46Z</dc:date>
    <item>
      <title>Selection from VEDA table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-veda-table/m-p/3340002#M800621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please help me out in this regard.&lt;/P&gt;&lt;P&gt;I want to select the document no's VBELN from VEDA table using the date range.&lt;/P&gt;&lt;P&gt;start_date -- VBEGDAT = 01/23/2004&lt;/P&gt;&lt;P&gt;end_date -- VENDDAT   = 01/17/2008&lt;/P&gt;&lt;P&gt;Using this date range i want to select the documents.&lt;/P&gt;&lt;P&gt;Please tell me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-veda-table/m-p/3340002#M800621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T16:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from VEDA table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-veda-table/m-p/3340003#M800622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln&lt;/P&gt;&lt;P&gt;from veda&lt;/P&gt;&lt;P&gt;into table it_tab&lt;/P&gt;&lt;P&gt;where VBEGDAT gt start_date&lt;/P&gt;&lt;P&gt;and VENDDAT lt end_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will select all orders where the start date is on or after 1/23/2004 and the end date is on or before 1/17/2008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-veda-table/m-p/3340003#M800622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T16:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from VEDA table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-veda-table/m-p/3340004#M800623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Veda have POSNR with 000000 so when you say &lt;/P&gt;&lt;P&gt;select vbeln from VEDA&lt;/P&gt;&lt;P&gt;into itab&lt;/P&gt;&lt;P&gt;where vbeln = pa_vbeln.       &amp;lt;&amp;lt;&amp;lt;&amp;lt;you will get many vbeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you needed header details then you need to say &lt;/P&gt;&lt;P&gt;select vbeln from VEDA&lt;/P&gt;&lt;P&gt;into itab&lt;/P&gt;&lt;P&gt;where vbeln = pa_vbeln and &lt;/P&gt;&lt;P&gt;          posnr = '00000'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-veda-table/m-p/3340004#M800623</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-24T16:15:31Z</dc:date>
    </item>
  </channel>
</rss>

