<?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: How to read data from table GLFUNCA quickly? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258058#M146793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if any view is present for this table, u can use it.&lt;/P&gt;&lt;P&gt;for creation of index, initially, take those fields which ur using in ur where condition &amp;amp; create an index for these fields. U can use this index in ur where condition &amp;amp; the data retrieval will be fast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2006 04:37:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-07T04:37:47Z</dc:date>
    <item>
      <title>How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258057#M146792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody!&lt;/P&gt;&lt;P&gt;     Recently,my colleague has programmed a report about reading data from table GLFUNCA,and its speed is very slowly and exceeded limited time sometimes .&lt;/P&gt;&lt;P&gt;Excuse me?&lt;/P&gt;&lt;P&gt;how to use INDEX and VIEW TO accelerate it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls supply my helpful solutions.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Best wishes!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 04:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258057#M146792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T04:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258058#M146793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if any view is present for this table, u can use it.&lt;/P&gt;&lt;P&gt;for creation of index, initially, take those fields which ur using in ur where condition &amp;amp; create an index for these fields. U can use this index in ur where condition &amp;amp; the data retrieval will be fast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 04:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258058#M146793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T04:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258059#M146794</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;Please check your SELECT statement to find out what are the columns being used in the WHERE clause. Then go to SE11 and find out if there are indexes on those columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Indexes don't exist then you can create indexes on those columns, which might improve the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there might be other areas also, where the performance can be improved. Do a run time analysis / trace and figure which part of the program is taking maximum time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 04:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258059#M146794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T04:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258060#M146795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use following index fields in the sequence given below in your where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RACCT	Account number&lt;/P&gt;&lt;P&gt;RFAREA	Functional Area&lt;/P&gt;&lt;P&gt;RBUSA	Business Area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use empty ranges for the index fields if they are not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, avoid negative conditions in WHERE clause as it bypasses the INDEX structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always use FM&lt;/P&gt;&lt;P&gt;RFC_READ_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258060#M146795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T05:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258061#M146796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI AUTUMN,&lt;/P&gt;&lt;P&gt;Welcome to SDN!!&lt;/P&gt;&lt;P&gt;this table will alwayz result in perfomance issue.May i know wat data u r fetching from this table so tat i can tell you the other alternatives..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258061#M146796</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-04-07T05:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258062#M146797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul Hakim:&lt;/P&gt;&lt;P&gt;Part of code list below,it will exceed time once run them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: gf2 like table of glfunca.&lt;/P&gt;&lt;P&gt;CONCATENATE  '00' rbukrs INTO rassc1 .&lt;/P&gt;&lt;P&gt;rbukrs1 = rassc+2(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT  *&lt;/P&gt;&lt;P&gt;FROM glfunca&lt;/P&gt;&lt;P&gt;INTO TABLE gf2&lt;/P&gt;&lt;P&gt;WHERE ryear = 2005&lt;/P&gt;&lt;P&gt;AND rbukrs IN (rbukrs,rassc+2(4))&lt;/P&gt;&lt;P&gt;AND  rassc IN (rbukrs1,rassc1 )&lt;/P&gt;&lt;P&gt;AND ( ( rbukrs = rbukrs1  AND rassc &amp;lt;&amp;gt; rassc )&lt;/P&gt;&lt;P&gt;OR ( rbukrs = rbukrs  AND rassc &amp;lt;&amp;gt; rassc1 ) )&lt;/P&gt;&lt;P&gt;AND hsl &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;P&gt;AND poper = 11&lt;/P&gt;&lt;P&gt;AND racct IN ('0001212000','0001214000','0001280101','0001281199',&lt;/P&gt;&lt;P&gt;'0001400012','0001400032','0002112000','0002114000')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258062#M146797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T05:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258063#M146798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi autumn,&lt;/P&gt;&lt;P&gt;may i know what data you are looking exactly from this table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258063#M146798</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-04-07T05:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258064#M146799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Abdul Hakim:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;A company BUKRS = '8088'  ,and its trade partner is '8056'&lt;/P&gt;&lt;P&gt; and vice versa.&lt;/P&gt;&lt;P&gt;I want to fetch  all data  where (bukrs = '8088' and rassc = '008056')&lt;/P&gt;&lt;P&gt;                                          OR( bukrs = '8056' and  rassc = '008088').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you understand my means?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258064#M146799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T06:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from table GLFUNCA quickly?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258065#M146800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi autumn&lt;/P&gt;&lt;P&gt;i understand your scenario.&lt;/P&gt;&lt;P&gt;i know tat the table which you are using now will create lots of performance issue.I have faced the similar scenario before in my project.&lt;/P&gt;&lt;P&gt;So if you tell what data you need from this table like document no,fiscal year,comp.code etc then i can  tell you the best alternative.&lt;/P&gt;&lt;P&gt;Hope i am very clear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-table-glfunca-quickly/m-p/1258065#M146800</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-04-07T06:33:52Z</dc:date>
    </item>
  </channel>
</rss>

