<?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 problem for table LTAK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940900#M1487292</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;based on your stats the optimizer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;estimates a rather big result set :1,388,745 rows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT STATEMENT ( Estimated Costs = 93,679 , Estimated #Rows = 1,388,745 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which you don't have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will fetch some where 1200 records and it is taking more than 15 Mins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data is not distributed evenly as Rui and Harald already said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to help the optmizer either with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- more detailed statistics (histograms) and concrete values for the bind variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- give it a hint what should be done... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 May 2010 14:14:09 GMT</pubDate>
    <dc:creator>HermannGahm</dc:creator>
    <dc:date>2010-05-06T14:14:09Z</dc:date>
    <item>
      <title>Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940890#M1487282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;        I am fetching data from LTAK table my where clause have LGNUM, KQUIT and there exist an Index LTAK~Q for LTAK table, but my query is not using any index not even primary index as LGNUM is primary key. Can any one please put some light on this problem. &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;Anmol Bhat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 15:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940890#M1487282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T15:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940891#M1487283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, did you really count on me not seeing your next attempt after locking the last one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll leave it open for now, but explain in detail what you have done so far to solve this yourself, as I said there were several discussions of this topic before. Did you check the sticky threads of this forum?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also at least quote your actual WHERE-condition and how you know for sure that &lt;EM&gt;no index&lt;/EM&gt; is used, which I feel is very unlikely.&lt;/P&gt;&lt;P&gt;Did you run an SQL trace?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 16:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940891#M1487283</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-05-05T16:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940892#M1487284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;                Ya Actually I search the forums but did not get anything wht  I really want.&lt;/P&gt;&lt;P&gt;I ran the SQL trace there I noted that the query is not using any index .&lt;/P&gt;&lt;P&gt;Please check my Where condn...&lt;/P&gt;&lt;P&gt;SELECT                                                 &lt;/P&gt;&lt;P&gt;  "LGNUM" , "TANUM" , "VBELN" , "QUEUE"                &lt;/P&gt;&lt;P&gt;FROM                                                   &lt;/P&gt;&lt;P&gt;  "LTAK"                                               &lt;/P&gt;&lt;P&gt;WHERE                                                  &lt;/P&gt;&lt;P&gt;  "MANDT" = :A0 AND "LGNUM" = :A1 AND "KQUIT" = :A2    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This query is not using any Index , check the trace details                                                                                &lt;/P&gt;&lt;P&gt;SELECT STATEMENT ( Estimated Costs = 93,679 , Estimated #Rows = 1,388,745 )                                                                                &lt;/P&gt;&lt;P&gt;1 TABLE ACCESS FULL LTAK                                                &lt;/P&gt;&lt;P&gt;          ( Estim. Costs = 93,679 , Estim. #Rows = 1,388,745 )               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even there is a Index(LTAK~Q) with fields MANDT, LGNUM, KQUIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Suggest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Anmol Bhat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 18:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940892#M1487284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T18:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940893#M1487285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can look forever in the forums and not find a solution that exactly solves your particular question, but there are lots of discussions about this sort of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the forum for "selectivity".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 18:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940893#M1487285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940894#M1487286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;           Thanks for your replay. Can you suggest me any such forum. I tried the same but did not find anything which is similar to this and Answered. What you think may be the problem in my case. My indexes are activ and exist in database also. I am using 4.7 Version&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Anmol Bhat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anmol112 on May 5, 2010 8:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 18:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940894#M1487286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T18:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940895#M1487287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Thomas, this has all been discussed before. If you check out enough postings in the &lt;SPAN __jive_macro_name="forum" id="234"&gt;&lt;/SPAN&gt; forum, you will find plenty of references. However, I'll still answer, because I got so upset that I failed get any hit in the SAP documentation ([help.sap.com|http://help.sap.com]) for database hints using "%_HINTS"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all consider that &lt;EM&gt;not using an index&lt;/EM&gt; might actually be a feature and not a bug. E.g. if you look at your SQL execution plan you see that the CBO estimates 1,388,745 rows for the result set (how many entries in total does your table have?). Let me try a (poor) analogy: Assume you have &lt;EM&gt;one&lt;/EM&gt; telephone book for a couple of cities &lt;EM&gt;sorted by last name, first name, city, telephone number&lt;/EM&gt; and you want to retrieve &lt;EM&gt;all phone numbers of residents in one city&lt;/EM&gt;. Luckily your telephone book also has an index on &lt;EM&gt;city, last name&lt;/EM&gt; referring to the actual page in the phone book.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus you have two choices:&lt;/P&gt;&lt;P&gt;&amp;lt;ol&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;Start in the index on &lt;EM&gt;city/last name&lt;/EM&gt; and get all references for the city you're looking for and then find the actual phone numbers for each referenced entry (by looking up the entry on the corresponding page)&amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;Browse through the whole telephone book and collect all phone numbers whenever you see an entry with matching city.&amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ol&amp;gt;&lt;/P&gt;&lt;P&gt;Fairly soon you'll discover, that there's scenarios where the first approach is simply painful and inefficient. Basically the additional level of indirection (look-up index first, but then you have to go to the actual entry) results in inefficient access if you have a phone book with few cities and lots of matches for the one city you're looking for. Clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back to your problem: In general the CBO assumes equal distribution of data values for estimating the result set, which is inappropriate if you have highly skewed data. E.g. let's say that all your transfer orders have to be confirmed and are usually confirmed within a short timeframe. Thus in LTAK you'd expect a very small number of entries with &lt;EM&gt;KQUIT = 'X'&lt;/EM&gt; and very few with &lt;EM&gt;KQUIT = ' '&lt;/EM&gt;. You know that, but the CBO doesn't; the CBO just assumes it's 50/50, so a selection on KQUIT with ' ' might be highly selective (few rows). If that's what happens in your case, you should try to push the optimizer in the right direction using database hints. Just search the forum with "%_HINTS" and you'll find plenty of hits...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disclaimer: This was a naive and simplified explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 23:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940895#M1487287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T23:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940896#M1487288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the statistics for table LTAK and for the index LTAK~Q so that the forum can help you more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rui Dantas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 09:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940896#M1487288</guid>
      <dc:creator>Rui_Dantas</dc:creator>
      <dc:date>2010-05-06T09:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940897#M1487289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rui Dantas,&lt;/P&gt;&lt;P&gt;                      Thanks for your initiative, Following are the Statistics for the Table LTAK.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Last statistics date                  05/06/2010 
Analyze Method              mple 16,664,938 Rows 
Number of rows                        16,664,938 
Number of blocks allocated               617,216 
Number of empty blocks                     1,025 
Average space                                937 
Chain count                                    0 
Average row length                           263 
Partitioned                                   NO &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Statistics for LTAK~Q are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Last statistics date                  05/06/2010 
Analyze Method              mple 16,664,938 Rows 
Levels of B-Tree                               2 
Number of leaf blocks                     58,588 
Number of distinct keys                       44 
Average leaf blocks per key                1,331 
Average data blocks per key              100,319 
Clustering factor                      4,414,061 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Select Query  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT                                                
  "LGNUM" , "TANUM" , "VBELN" , "QUEUE"               
FROM                                                  
  "LTAK"                                              
WHERE                                                 
  "MANDT" = :A0 AND "LGNUM" = :A1 AND "KQUIT" = :A2   
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Will fetch some where 1200 records and it is taking more than 15 Mins.&lt;/P&gt;&lt;P&gt;Moreover this performance problem started just 1 month back, earlier it is doing good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help .&lt;/P&gt;&lt;P&gt;Anmol Bhat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anmol112 on May 6, 2010 3:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 12:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940897#M1487289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940898#M1487290</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;we need the distinct keys for the columns in index LTAK~Q as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 13:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940898#M1487290</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-05-06T13:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940899#M1487291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hermann,&lt;/P&gt;&lt;P&gt;         The Distinct  key for the sec Index LTAK~Q is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
NONUNIQUE  Index   LTAK~Q                        
                                                 
Column Name                     #Distinct        
                                                 
MANDT                                          1 
LGNUM                                          6 
KQUIT                                          2 
QUEUE                                         22 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more fact that the same program is performing good in Dev but fails in QA and PROD. And In Dev the query is using secondary index LTAK~Q but not in QA and PROD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Anmol Bhat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 13:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940899#M1487291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T13:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940900#M1487292</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;based on your stats the optimizer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;estimates a rather big result set :1,388,745 rows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT STATEMENT ( Estimated Costs = 93,679 , Estimated #Rows = 1,388,745 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which you don't have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will fetch some where 1200 records and it is taking more than 15 Mins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data is not distributed evenly as Rui and Harald already said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to help the optmizer either with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- more detailed statistics (histograms) and concrete values for the bind variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- give it a hint what should be done... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 14:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940900#M1487292</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-05-06T14:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940901#M1487293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for derailing yet another thread, but 16 Mio entries ... archiving RL_TA is sssoooo easy! And fast! The hours you have spent here trying to get advise on performance improvements could have rid yourself of at least half of your records (o.k. that's a wild guess, but stil). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RL_TA does neither face legal implications, nor financial auditings - you are free!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 14:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940901#M1487293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T14:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940902#M1487294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;          Thanks for the contributions from all of you, my basis adm tried to rebuild the indexes and now indexes are working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now clossing the Thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Anmol Bhat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 18:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940902#M1487294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T18:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940903#M1487295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thread clossed as myself got the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 18:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940903#M1487295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T18:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem for table LTAK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940904#M1487296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I'm a bit ticked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are &lt;SPAN __jive_macro_name="user" id="3625148"&gt;&lt;/SPAN&gt; and &lt;SPAN __jive_macro_name="user" id="4041519"&gt;&lt;/SPAN&gt; the same person or do they just happen to have exactly the same problem at exactly the same time?&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, 06 May 2010 19:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-for-table-ltak/m-p/6940904#M1487296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T19:08:57Z</dc:date>
    </item>
  </channel>
</rss>

