<?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 - Update response time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837948#M356425</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 find the select on m_equia and further select on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Get asset related data from the view&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; IF NOT i_asset[] IS INITIAL.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SELECT anlnr&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          equnr&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FROM m_equia&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     INTO TABLE i_asst_equi&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FOR ALL ENTRIES IN i_asset&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     WHERE anlnr = i_asset-anln1 AND&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           anlun = i_asset-anln2 AND&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           bukrs = i_asset-bukrs.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IF sy-subrc = 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     SORT i_asst_equi BY equnr.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Get Equipment related data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; IF NOT i_asst_equi[] IS INITIAL.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SELECT equi~equnr&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          herst&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          typbz&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          eqart&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          mapar&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          serge&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          iwerk&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FROM equi&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     INNER JOIN equz&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ON equi&lt;SUB&gt;equnr = equz&lt;/SUB&gt;equnr&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     INTO TABLE i_equipment&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FOR ALL ENTRIES IN i_asst_equi&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     WHERE equi~equnr = i_asst_equi-equnr.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SORT i_equipment BY equnr.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 19:13:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T19:13:17Z</dc:date>
    <item>
      <title>Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837943#M356420</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 am trying to get the equipment data and I have to link with asset. The only way I could find is through m_equia view. I select the equipment number from m_equia passing the key as asset no and from there i go to equi and get the other data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i am trying to select from m_equia the database time is more. So, can some one suggest me a better option for this other than the m_equia to get the equipment details with asset as the key. I also have cost center details with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 17:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837943#M356420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T17:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837944#M356421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to create an index on the  table..so that database access will be fast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 17:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837944#M356421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T17:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837945#M356422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pushing everything to Ztable. Do you mean I have to create an index on Ztable ? Can you explain more in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 17:46:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837945#M356422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T17:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837946#M356423</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 using FM 'AAPM_AA_READ_EQUIS_OF_ASSET'. You pass the Company code, Asset # &amp;amp; Sub Asset #. In return, you'll get the equipments linked to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shantharam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 18:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837946#M356423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T18:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837947#M356424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure is referring to putting an index on m_equia, but this is a view of multiple tables, so you would have to decide which tables to index on.   First lets examine your select statement.  Can you please post the select statement for m_equia,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 19:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837947#M356424</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-24T19:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837948#M356425</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 find the select on m_equia and further select on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Get asset related data from the view&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; IF NOT i_asset[] IS INITIAL.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SELECT anlnr&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          equnr&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FROM m_equia&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     INTO TABLE i_asst_equi&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FOR ALL ENTRIES IN i_asset&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     WHERE anlnr = i_asset-anln1 AND&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           anlun = i_asset-anln2 AND&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           bukrs = i_asset-bukrs.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IF sy-subrc = 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     SORT i_asst_equi BY equnr.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Get Equipment related data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; IF NOT i_asst_equi[] IS INITIAL.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SELECT equi~equnr&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          herst&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          typbz&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          eqart&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          mapar&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          serge&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          iwerk&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FROM equi&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     INNER JOIN equz&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ON equi&lt;SUB&gt;equnr = equz&lt;/SUB&gt;equnr&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     INTO TABLE i_equipment&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     FOR ALL ENTRIES IN i_asst_equi&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     WHERE equi~equnr = i_asst_equi-equnr.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SORT i_equipment BY equnr.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 19:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837948#M356425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T19:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837949#M356426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First lets try sorting the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;** Get asset related data from the view
 IF NOT i_asset[] IS INITIAL.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;b&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;sort i_asset ascending by anln1 anln2 bukrs&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SELECT anlnr equnr
           FROM m_equia
               INTO TABLE i_asst_equi
                       FOR ALL ENTRIES IN i_asset
                                WHERE anlnr = i_asset-anln1 AND
                                             anlun = i_asset-anln2 AND
                                             bukrs = i_asset-bukrs.
     IF sy-subrc = 0.
      SORT i_asst_equi BY equnr.
     ENDIF.
 ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 19:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837949#M356426</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-24T19:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837950#M356427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how i am using the select now....do you think i should sort ascending ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Select all the Asset/Kiosk Nos.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  SELECT bukrs&lt;/P&gt;&lt;P&gt;         anln1&lt;/P&gt;&lt;P&gt;         anln2&lt;/P&gt;&lt;P&gt;         anlkl&lt;/P&gt;&lt;P&gt;         erdat&lt;/P&gt;&lt;P&gt;         aedat&lt;/P&gt;&lt;P&gt;         xloev&lt;/P&gt;&lt;P&gt;         xspeb&lt;/P&gt;&lt;P&gt;         ktogr&lt;/P&gt;&lt;P&gt;         zujhr&lt;/P&gt;&lt;P&gt;         zuper&lt;/P&gt;&lt;P&gt;         aktiv&lt;/P&gt;&lt;P&gt;         ivdat&lt;/P&gt;&lt;P&gt;         txt50&lt;/P&gt;&lt;P&gt;    FROM anla&lt;/P&gt;&lt;P&gt;    INTO TABLE i_asset&lt;/P&gt;&lt;P&gt;    where ANLKL = '00002000'.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    SORT i_asset BY anln1.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 19:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837950#M356427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T19:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837951#M356428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try selecting ILOA-ILOAN using your asset number (secondary index).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then SELECT EQUUZ-EQUNR using ILOAN (also secondary index).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get whatever else you need using asset and equipment numbers.&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, 24 Jan 2007 19:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837951#M356428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T19:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837952#M356429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i do an inner join on ILOA &amp;amp; EQUZ by any chance (Also how do i know if its a secondary index or ..) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 19:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837952#M356429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T19:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837953#M356430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;M_EQUIA includes a join of ILOA and EQUUZ, so yes you can do your own join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the  "Indexes" button in the data dictionary to see the secondary indexes of any table.&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, 24 Jan 2007 19:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837953#M356430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T19:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue - Update response time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837954#M356431</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;Can i do an inner join on ILOA &amp;amp; EQUZ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ....&lt;/P&gt;&lt;P&gt;INTO ....&lt;/P&gt;&lt;P&gt;FROM ILOA as a inner join EQUZ as b on b&lt;SUB&gt;ILOAN = a&lt;/SUB&gt;ILOAN&lt;/P&gt;&lt;P&gt;WHERE ...&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 19:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-update-response-time/m-p/1837954#M356431</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-01-24T19:55:03Z</dc:date>
    </item>
  </channel>
</rss>

