<?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 AUFK Table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505796#M1747812</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;if you want to access AUFK by the fields ZZEBELN and ZZEBELP then you have to create a new Z-index.for them (for example index ZEB with fields MANDT,&amp;nbsp; ZZEBELN and ZZEBELP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also suggest to set the init flags for both fields in AUFK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 12:00:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-06-13T12:00:08Z</dc:date>
    <item>
      <title>Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505793#M1747809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;Hello all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;in database table AUFK, i have craeted a include with 2 fields:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;zzebeln , zzebelp &amp;gt;&amp;gt;purchase order no, and item no.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;i have used used these fields in CO01.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/230809" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;my problem is when am fetching data by entereing these P.O. no and item no...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;the query takes unlimitede amount of time and eventually the transaction &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'comic sans ms', sans-serif;"&gt;exits...timeout problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;here is my query:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;select aufk~aufnr aufk~auart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aufk~ERDAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aufk~werks aufk~zzebeln&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aufk~zzebelp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; afko~gamng"prod qty&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from aufk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INNER JOIN afko&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on aufk~aufnr eq afko~aufnr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into TABLE i_aufk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOR ALL ENTRIES IN i_ekpo "&lt;STRONG&gt;CONTAINS ebeln and ebelp from ekpo&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where zzebeln eq i_ekpo-ebeln&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND zzebelp eq i_ekpo-ebelp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and werks eq i_ekpo-werks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and bukrs eq '1000'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and autyp eq '10'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;nbsp; secandary index used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and kokrs eq '1000'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp; and auart eq 'YBM3'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&amp;nbsp; and ABKRS eq Space.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;as these are manually created fields...these is not present any index....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;please suggest me how to extract data (PROD. ORDER NO. From AUFK)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;by using ZZEBELN ZZEBELP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 11:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505793#M1747809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T11:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505794#M1747810</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;&amp;nbsp; Did you checked , whether PO num, another fileds are updating or not in AUFK 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;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 11:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505794#M1747810</guid>
      <dc:creator>krishna_k19</dc:creator>
      <dc:date>2013-06-13T11:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505795#M1747811</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 think you will have to create secondary index on EBELN and EBELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 11:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505795#M1747811</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2013-06-13T11:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505796#M1747812</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;if you want to access AUFK by the fields ZZEBELN and ZZEBELP then you have to create a new Z-index.for them (for example index ZEB with fields MANDT,&amp;nbsp; ZZEBELN and ZZEBELP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also suggest to set the init flags for both fields in AUFK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505796#M1747812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505797#M1747813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;of-course, the values for zzebeln&amp;nbsp; and zzebelp are updating in the table.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/230873" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505797#M1747813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T12:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505798#M1747814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think that you should test that into&amp;nbsp; i_ekpo there is at least one record and then you can try to create a secondary index on ebeln and ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ivan Marconato&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505798#M1747814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505799#M1747815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;klaus,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;i have already created a z index in the aufk table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;have a look,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/230874" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;but this hardly helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;kindly guide me how to use this &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;newly created index ZEI.. in the select query.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;I would also suggest to set the init flags for both fields in AUFK.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;Please Shed some light &amp;gt;&amp;gt; What do you mean by that?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505799#M1747815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T12:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505800#M1747816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ivan,&lt;/P&gt;&lt;P&gt;i have made sure that i_ekpo is filled with data.&lt;/P&gt;&lt;P&gt;moreover, before the select query starts i have placed a condition.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;If i_ekpo[] is not initilal.&lt;/P&gt;&lt;P&gt;"select query&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505800#M1747816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T12:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505801#M1747817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your screenshot shows that the index is not created yet on the database. Create it via SE14 and try again.&lt;/P&gt;&lt;P&gt;You might not need ZZEBELP in the index, as ZZEBELN should be very selective already. Saves a little space...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another suggestion: change the description of the index so that it briefly explains why it was created, e.g. for which process. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505801#M1747817</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-06-13T12:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505802#M1747818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; r u sorted table &lt;SPAN style="color: #000000; font-family: helvetica, arial; font-size: 12px; background-color: #f8f8f8;"&gt;i_ekpo&lt;/SPAN&gt; before calling the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Verdana, sans-serif; text-align: justify; background-color: #ffffff;"&gt;SELECT * FROM spfli&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Verdana, sans-serif; text-align: justify; background-color: #ffffff;"&gt;&amp;nbsp; INTO TABLE t_spfli&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Verdana, sans-serif; text-align: justify; background-color: #ffffff;"&gt;&amp;nbsp; %_HINTS ORACLE 'INDEX("&lt;SPAN style="color: #000000; font-family: Arial, Verdana, sans-serif; text-align: justify; background-color: #ffffff;"&gt;&amp;lt;tablename&amp;gt;&lt;/SPAN&gt;" "&lt;SPAN style="color: #000000; font-family: Arial, Verdana, sans-serif; text-align: justify; background-color: #ffffff;"&gt;&amp;lt;tablename&amp;gt;~&amp;lt;Index Identifier&amp;gt;&lt;/SPAN&gt;")'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505802#M1747818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T12:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505803#M1747819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Index does not exist in database system.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use DB02 to create index in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/f2/31ad7d810c11d288ec0000e8200722/content.htm"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/f2/31ad7d810c11d288ec0000e8200722/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mordhwaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505803#M1747819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505804#M1747820</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;&lt;/P&gt;&lt;P&gt;You will have to add all the fields which are there in select query where condition into your created secondary index ZEI and in same sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-xml" start="1"&gt;&lt;LI&gt;&amp;nbsp; where zzebeln eq i_ekpo-ebeln&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND zzebelp eq i_ekpo-ebelp&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and werks eq i_ekpo-werks&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and bukrs eq '1000'&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and autyp eq '10'&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;nbsp; secandary index used.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and kokrs eq '1000'&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp; and auart eq 'YBM3'&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp; and ABKRS eq Space.&amp;nbsp; &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 13:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505804#M1747820</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2013-06-13T13:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505805#M1747821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not correct, ZZEBELN is very selective so sufficient for this index, order of fields in WHERE-clause and in index need not match to make the index be found by the optimizer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 13:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505805#M1747821</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-06-13T13:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505806#M1747822</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;you have created an index, but it seeems, that it still doesn't exist on the database. That's why it doesn't work yet. Go to the index overview, right-click the new index and try option CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The init flags can be set in SE11 for structure CI_AUFK with Extras-&amp;gt; DB Attributes -&amp;gt; Initialization Flag On/Off. If they are set to on, you cold it see in AUFK (look at your 1st picture 3rd column).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 04:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505806#M1747822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T04:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505807#M1747823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You had created 2 custom includes in your DB Table. But there are non primary key fields. &lt;/P&gt;&lt;P&gt;Try to build the secondary index to the fields which you are using in the select query to&lt;/P&gt;&lt;P&gt;fetch the data from the table.It will increase the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any clarification/help required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards.&lt;/P&gt;&lt;P&gt;Pavan Neerukonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 04:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505807#M1747823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T04:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505808#M1747824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;change the description of the index so that it briefly explains why it was created, e.g. for which process.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;That's what a quality response should look like! &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1495/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 05:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505808#M1747824</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2013-06-14T05:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505809#M1747825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;now i have created index and it also exists in database DB6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/231186" width="450" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;but still it is taking long time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;if i_ekpo containes 500 entries, then extracting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;data from AUFK..takes longer than 5 minutes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;now what could optimize more?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505809#M1747825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T06:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505810#M1747826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After building the secondary index how you are writing the select query to fetch the data will you paste that code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT carrid connid cityfrom FROM spfli INTO (xcarrid, xconnid, xcityfrom) WHERE carrid = 'LH ' AND cityfrom = 'FRANKFURT' %_HINTS ORACLE 'INDEX("SPFLI" "SPFLI~001")'. WRITE: / xcarrid, xconnid, xcityfrom. ENDSELECT. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Pavan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505810#M1747826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T06:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505811#M1747827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our database system Oracle a new index will not be taken from system automatically in all cases. Sometimes a new database statistic run has to be done, if the last statistic run is too old.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ask your basis team to start a database statistic run in your development system for table AUFK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505811#M1747827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T06:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue AUFK Table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505812#M1747828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using the same select query..as i have mentioned in my question..see my very first post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i thought that abap/sql optimizer used the index automatically..whatever it suits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-aufk-table/m-p/9505812#M1747828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T06:43:28Z</dc:date>
    </item>
  </channel>
</rss>

