<?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: Fecthing data from a huge table VBUK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709109#M1453544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can speed up your query by using so called SD index tables instead of just selecting from VBUK.&lt;/P&gt;&lt;P&gt;For example table VEPVG contains sales order numbers for which deliveries should be created. So if you need to select sales orders you might select from VEPVG first and then from VBUK for these documents only (or join VEPVG and VBUK by VBELN).&lt;/P&gt;&lt;P&gt;You can find some other interesting SD index tables in SE11 (search for table names beginning with "V" and description containing word "index") .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2010 12:48:26 GMT</pubDate>
    <dc:creator>Maciej_DomagaBa</dc:creator>
    <dc:date>2010-02-26T12:48:26Z</dc:date>
    <item>
      <title>Fecthing data from a huge table VBUK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709106#M1453541</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;I am fetching data from VBUK table based on LFGSK ne 'C' and KOSTK ne 'C'...both are not the key fields...and this table has some 19 lacs records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am running the code it goes to dump showing TIME_OUT errror....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fetchin all the open sales doc number i.e. VBELN fields from VBUK table.&lt;/P&gt;&lt;P&gt;Can anybody suggest how to solve this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Mayank Verma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mayank Verma on Feb 25, 2010 8:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 19:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709106#M1453541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T19:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fecthing data from a huge table VBUK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709107#M1453542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run it in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 20:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709107#M1453542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T20:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fecthing data from a huge table VBUK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709108#M1453543</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;Give your selection code SQL details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 10:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709108#M1453543</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2010-02-26T10:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fecthing data from a huge table VBUK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709109#M1453544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can speed up your query by using so called SD index tables instead of just selecting from VBUK.&lt;/P&gt;&lt;P&gt;For example table VEPVG contains sales order numbers for which deliveries should be created. So if you need to select sales orders you might select from VEPVG first and then from VBUK for these documents only (or join VEPVG and VBUK by VBELN).&lt;/P&gt;&lt;P&gt;You can find some other interesting SD index tables in SE11 (search for table names beginning with "V" and description containing word "index") .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 12:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709109#M1453544</guid>
      <dc:creator>Maciej_DomagaBa</dc:creator>
      <dc:date>2010-02-26T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fecthing data from a huge table VBUK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709110#M1453545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, don't select using NOT operators, like NE... For those status codes, I'd used 'IN ('A', 'B') instead.  Use of proprietary index tables is mentioned...see &lt;STRONG&gt;SAP NOTE 185530&lt;/STRONG&gt; on this subject, alluded to by previous poster.  185530 is a must-read, IMHO, for programmers working with SD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 18:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709110#M1453545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-26T18:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fecthing data from a huge table VBUK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709111#M1453546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; First of all, don't select using NOT operators, like NE... &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This has been disdussed here recently &lt;SPAN __jive_macro_name="thread" id="1606293"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NE is not always a performance problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 19:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fecthing-data-from-a-huge-table-vbuk/m-p/6709111#M1453546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-26T19:14:02Z</dc:date>
    </item>
  </channel>
</rss>

