<?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: Performance Issue in Select Statement (For All Entries) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322716#M1835613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try through given blog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="45043" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Quickly Retrieving FI document Data from BSEG" href="https://community.sap.com/" modifiedtitle="true" title="Quickly Retrieving FI document Data from BSEG"&gt;&lt;/A&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abbas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2014 20:35:53 GMT</pubDate>
    <dc:creator>former_member194739</dc:creator>
    <dc:date>2014-06-04T20:35:53Z</dc:date>
    <item>
      <title>Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322704#M1835601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report where i have two select statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First Select Statement:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select A B C P Q R&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from T1 into Table it_t1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal Table it_t1 is populated with 359801 entries through this select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second Select Statement:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select A B C X Y Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from T2 in it_t2 For All Entries in it_t1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where A eq it_t1-A &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and B eq it_t1-B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and C eq it_t1-C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Table T2 contains more than 10 lac records and at the end of select statement it_t2 is populated with 844003 but it takes a lot of time (15 -20 min) to execute second select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this code be optimized?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i have created respective indexes on table T1 and T2 for the fields in Where Condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322704#M1835601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322705#M1835602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322705#M1835602</guid>
      <dc:creator>alok_patra</dc:creator>
      <dc:date>2014-06-04T11:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322706#M1835603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;i don't know if you are taking data in your select statement from any cluster table or not (it seems), what you can do is firstly make more selection criteria to match in your first select query with respect to your screen -element, if you can make use of that table first from which you have more selection screen element can reduce the time at some extent.&lt;/P&gt;&lt;P&gt;Can you please tell us about the two table you are fetching your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322706#M1835603</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-06-04T11:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322707#M1835604</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;Before second select query try these followin methods,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete any duplicated entries in 1st internal table.&lt;/P&gt;&lt;P&gt;Use secondary index in table to supress performance issue.&lt;/P&gt;&lt;P&gt;You can use CALL FUNCTION "FMNAME" STARTING NEW TASK keyword to call second select query by&amp;nbsp; passing divided entries from first LT_1 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lingaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322707#M1835604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T11:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322708#M1835605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes to optimize the FOR ALL ENTRIES (if no JOIN/SUBQUERY solution available) which give mostly wrong performance issue with big internal table you can only manage indexes and technical parameters like blocking factor (&lt;A href="http://service.sap.com/sap/support/notes/48230" title="48230  - Parameterization for SELECT ... FOR ALL ENTRIES statement"&gt;&lt;SPAN class="title"&gt;48230)&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also split the internal table and parallelize selection of data thru some &lt;A href="http://help.sap.com/abapdocu_731/en/abapcall_function_starting.htm"&gt;asynchronous RFC call&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322708#M1835605</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-06-04T11:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322709#M1835606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few things &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Check it_t1 which is used for all entries has any duplicate records&amp;nbsp; - If more duplicates are there then sort and delete the duplicate records before second query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try with inner join - Sometime inner joins are faster &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322709#M1835606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T11:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322710#M1835607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;1.If is possible use key fileds as mandatory parameters or select-options in selection screen&amp;nbsp; and use in first select query.&lt;/P&gt;&lt;P&gt;2.Before second select query sort the 1st Internal table and delete adjacent duplicates and use some more conditions in second query .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322710#M1835607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T12:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322711#M1835608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have completed all the steps mentioned by others, in the above thread, and still you are facing issues then,.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a Select within Select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG&gt;First Select Statement:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Select A B C P Q R &lt;STRONG style="color: #ff0000;"&gt;package size 5000&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from T1 into Table it_t1&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG&gt;Second Select Statement:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Select A B C X Y Z&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from T2 in it_t2 For All Entries in it_t1&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where A eq it_t1-A&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and B eq it_t1-B&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and C eq it_t1-C&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; padding-left: 30px; background: #ffffff;"&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;do processing........&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG style="color: #ff0000;"&gt;endselect&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;This way, while using for all entries on T2, your it_t1, will have limited number of entries and thus the 2nd select will be faster.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322711#M1835608</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2014-06-04T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322712#M1835609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send execution plan? if you have already verified the what is the index(T2)? whether full scan/skip scan/unique scan.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and what is the table statistics, storage index quality?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vadamalai A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 15:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322712#M1835609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T15:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322713#M1835610</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;My first table T1 is BKPF ( Standard SAP Table ) and table T2 is BSEG ( SAP Cluster Table )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i cannot query on BSEG table first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 16:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322713#M1835610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T16:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322714#M1835611</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 have checked there are no duplicate records in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 16:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322714#M1835611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T16:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322715#M1835612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't you use the index tables (like BSIS/BSAS) instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 18:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322715#M1835612</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2014-06-04T18:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue in Select Statement (For All Entries)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322716#M1835613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try through given blog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="45043" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Quickly Retrieving FI document Data from BSEG" href="https://community.sap.com/" modifiedtitle="true" title="Quickly Retrieving FI document Data from BSEG"&gt;&lt;/A&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abbas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 20:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-in-select-statement-for-all-entries/m-p/10322716#M1835613</guid>
      <dc:creator>former_member194739</dc:creator>
      <dc:date>2014-06-04T20:35:53Z</dc:date>
    </item>
  </channel>
</rss>

