<?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: fetching data from a big database view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926789#M940432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;     send the piece of code you are using for data access.&lt;/P&gt;&lt;P&gt;check out for performance in sap hel also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;jase&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 09:23:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T09:23:34Z</dc:date>
    <item>
      <title>fetching data from a big database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926786#M940429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a database view of four tables viz.,EKKO ,EKPO, EKBE, LFA1.So, when I retrieve the data from this view the application hangs or stops responding means this particular query which is fetching the data from this big view gets stuck somewhere.How to get around this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Mr.Sonal Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 10:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926786#M940429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T10:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: fetching data from a big database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926787#M940430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls. check your Join conditions in the view, hope they are correct. Other way is to write select statements using Joins/for all entries/into table etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 10:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926787#M940430</guid>
      <dc:creator>ritesh_dugad2</dc:creator>
      <dc:date>2008-05-27T10:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: fetching data from a big database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926788#M940431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  yes it will take time if data retrived for selection will be high in volume.&lt;/P&gt;&lt;P&gt;     insted of that u can start ur selection from EKKO , and can use SELECT FOR ALL ENTRIES to select data form other tables .&lt;/P&gt;&lt;P&gt;     INNER JOIN or VIEW's for big selection condition (WHERE condition decrease performance of report)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 10:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926788#M940431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T10:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: fetching data from a big database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926789#M940432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;     send the piece of code you are using for data access.&lt;/P&gt;&lt;P&gt;check out for performance in sap hel also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;jase&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 09:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926789#M940432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: fetching data from a big database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926790#M940433</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;Try to use criteria with key field,&lt;/P&gt;&lt;P&gt;If program return a huge data, Try to run in background!&lt;/P&gt;&lt;P&gt;More info about performance tuning &lt;A href="http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Wiparat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 16:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-big-database-view/m-p/3926790#M940433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T16:56:57Z</dc:date>
    </item>
  </channel>
</rss>

