<?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 Select Table ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689347#M303109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;arch_date-high = sy-datum - 730 .&lt;/P&gt;&lt;P&gt;  arch_date-sign = 'E'.&lt;/P&gt;&lt;P&gt;  arch_date-option = 'BT'.&lt;/P&gt;&lt;P&gt;  append arch_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select vbeln posnr vbtyp auart kunnr bstnk bstdk&lt;/P&gt;&lt;P&gt;         vkorg vtweg vkbur meins abrvw matnr pstyv werks abgru vkaus&lt;/P&gt;&lt;P&gt;         prctr netpr netwr waerk route&lt;/P&gt;&lt;P&gt;         from  zvbakvbap6&lt;/P&gt;&lt;P&gt;         into corresponding fields of table tab_zvbakvbap6&lt;/P&gt;&lt;P&gt;         where vbeln in l_r_vbeln&lt;/P&gt;&lt;P&gt;         and   audat in &amp;lt;b&amp;gt;arch_date&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;         and   vkorg in l_r_vkorg&lt;/P&gt;&lt;P&gt;         and   kunnr in l_r_kunnr&lt;/P&gt;&lt;P&gt;         and   auart in l_r_auart       " Sales document type&lt;/P&gt;&lt;P&gt;         and   auart &amp;lt;&amp;gt; 'LZ'&lt;/P&gt;&lt;P&gt;         and   werks in l_r_werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arch_date-low has nothing in it ...the select statement will return the orders after the arch_date or before ?&lt;/P&gt;&lt;P&gt;I thought it would be any orders after the arch_date-highdate...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2006 19:43:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-06T19:43:53Z</dc:date>
    <item>
      <title>Select Table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689347#M303109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;arch_date-high = sy-datum - 730 .&lt;/P&gt;&lt;P&gt;  arch_date-sign = 'E'.&lt;/P&gt;&lt;P&gt;  arch_date-option = 'BT'.&lt;/P&gt;&lt;P&gt;  append arch_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select vbeln posnr vbtyp auart kunnr bstnk bstdk&lt;/P&gt;&lt;P&gt;         vkorg vtweg vkbur meins abrvw matnr pstyv werks abgru vkaus&lt;/P&gt;&lt;P&gt;         prctr netpr netwr waerk route&lt;/P&gt;&lt;P&gt;         from  zvbakvbap6&lt;/P&gt;&lt;P&gt;         into corresponding fields of table tab_zvbakvbap6&lt;/P&gt;&lt;P&gt;         where vbeln in l_r_vbeln&lt;/P&gt;&lt;P&gt;         and   audat in &amp;lt;b&amp;gt;arch_date&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;         and   vkorg in l_r_vkorg&lt;/P&gt;&lt;P&gt;         and   kunnr in l_r_kunnr&lt;/P&gt;&lt;P&gt;         and   auart in l_r_auart       " Sales document type&lt;/P&gt;&lt;P&gt;         and   auart &amp;lt;&amp;gt; 'LZ'&lt;/P&gt;&lt;P&gt;         and   werks in l_r_werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arch_date-low has nothing in it ...the select statement will return the orders after the arch_date or before ?&lt;/P&gt;&lt;P&gt;I thought it would be any orders after the arch_date-highdate...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 19:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689347#M303109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-06T19:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select Table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689348#M303110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select returns orders &amp;lt;= arch_date-highdate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 19:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689348#M303110</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-11-06T19:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select Table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689349#M303111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah ...but the statement thats there above using IN operator will return orders upto the date ?&lt;/P&gt;&lt;P&gt;This is a bw extract function modules and it seems to me that it should be fetching any orders after the archive date calculated ..but this selection doesnt suggest so ...so i wanted to make sure ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 19:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689349#M303111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-06T19:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select Table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689350#M303112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just checked this  arch_date-sign = 'E' line,&lt;/P&gt;&lt;P&gt;Theselect excludes ordersfrom 00000000 to HIGH data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sridhar K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 19:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table/m-p/1689350#M303112</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-11-06T19:53:46Z</dc:date>
    </item>
  </channel>
</rss>

