<?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 Select query Timeout error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-timeout-error/m-p/348455#M6695</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have a Select query that is resulting in timeout error (only in Production). After analyzing, and trial and error, I think I can avoid the error by either introducing Package Size in Select query or by splitting the Select query (taking the View out) into 2. Both result in little extra time, 10-15%. Which one would be better? Any other solution to this problem or any other way to improve its performance?&lt;/P&gt;&lt;P&gt;  SELECT a~wapos a~rectask d~fsavd a~mtetype e~wmrefnr2 d~ktext b~aufnr
        d~vornr d~ltxa1 d~tplnr d~objnr d~v_objnr &lt;/P&gt;&lt;P&gt;INTO TABLE i_fast_data &lt;/P&gt;&lt;P&gt;FROM zdc_rt_report AS a &lt;/P&gt;&lt;P&gt;        INNER JOIN mhio AS b &lt;/P&gt;&lt;P&gt;        ON a~wapos = b~wppos &lt;/P&gt;&lt;P&gt;        INNER JOIN mpos AS e &lt;/P&gt;&lt;P&gt;        ON a~wapos = e~wapos &lt;/P&gt;&lt;P&gt;        INNER JOIN viaufk_afvc AS d &lt;/P&gt;&lt;P&gt;        ON b~aufnr = d~aufnr and d~sumnr = '' &lt;/P&gt;&lt;P&gt;        WHERE d~iphas &amp;lt; 3.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2017 11:27:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-01-25T11:27:45Z</dc:date>
    <item>
      <title>Select query Timeout error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-timeout-error/m-p/348455#M6695</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have a Select query that is resulting in timeout error (only in Production). After analyzing, and trial and error, I think I can avoid the error by either introducing Package Size in Select query or by splitting the Select query (taking the View out) into 2. Both result in little extra time, 10-15%. Which one would be better? Any other solution to this problem or any other way to improve its performance?&lt;/P&gt;&lt;P&gt;  SELECT a~wapos a~rectask d~fsavd a~mtetype e~wmrefnr2 d~ktext b~aufnr
        d~vornr d~ltxa1 d~tplnr d~objnr d~v_objnr &lt;/P&gt;&lt;P&gt;INTO TABLE i_fast_data &lt;/P&gt;&lt;P&gt;FROM zdc_rt_report AS a &lt;/P&gt;&lt;P&gt;        INNER JOIN mhio AS b &lt;/P&gt;&lt;P&gt;        ON a~wapos = b~wppos &lt;/P&gt;&lt;P&gt;        INNER JOIN mpos AS e &lt;/P&gt;&lt;P&gt;        ON a~wapos = e~wapos &lt;/P&gt;&lt;P&gt;        INNER JOIN viaufk_afvc AS d &lt;/P&gt;&lt;P&gt;        ON b~aufnr = d~aufnr and d~sumnr = '' &lt;/P&gt;&lt;P&gt;        WHERE d~iphas &amp;lt; 3.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 11:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-timeout-error/m-p/348455#M6695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-25T11:27:45Z</dc:date>
    </item>
  </channel>
</rss>

