<?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: Exceede maximum permitted runtime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586120#M591726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason of the dump analysis is that the query you hv written taking to much time to extract data from BSET table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consider primary key combination while extracting data from any table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following code for fine tunning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT fwste MWSKZ FWBAS from bset INTO (itab3-fwste,ITAB3-MWSKZ,ITAB3-FWBAS) &lt;/P&gt;&lt;P&gt;WHERE bukrs = itab1-bukrs and &lt;/P&gt;&lt;P&gt;belnr = itab1-beln and&lt;/P&gt;&lt;P&gt;gjahr = itab1-gjahr and &lt;/P&gt;&lt;P&gt;mwskz in ('B1','B2','B3','B4','B6','B5','A3').&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please select teh data based on company code, document number and fiscal year combination.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work more faster then wt you hv written.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Rewards points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2007 05:04:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-24T05:04:50Z</dc:date>
    <item>
      <title>Exceede maximum permitted runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586119#M591725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;  I am handling sales tax return report. It&amp;#146;s working fine in development system but in production system because of heavy data it&amp;#146;s dumping. The reason for this dump is &amp;#147;Has exceeded the maximum permitted runtime &amp;#147;, below one  is the statement where it&amp;#146;s dumping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT fwste MWSKZ FWBAS  from bset INTO (itab3-fwste,ITAB3-MWSKZ,ITAB3-FWBAS)  WHERE belnr = itab1-beln and mwskz in ('B1','B2','B3','B4','B6','B5','A3'). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DO anyone now what&amp;#146;s may be the main reason for this error &amp;amp; have the solution for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586119#M591725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exceede maximum permitted runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586120#M591726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason of the dump analysis is that the query you hv written taking to much time to extract data from BSET table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consider primary key combination while extracting data from any table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following code for fine tunning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT fwste MWSKZ FWBAS from bset INTO (itab3-fwste,ITAB3-MWSKZ,ITAB3-FWBAS) &lt;/P&gt;&lt;P&gt;WHERE bukrs = itab1-bukrs and &lt;/P&gt;&lt;P&gt;belnr = itab1-beln and&lt;/P&gt;&lt;P&gt;gjahr = itab1-gjahr and &lt;/P&gt;&lt;P&gt;mwskz in ('B1','B2','B3','B4','B6','B5','A3').&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please select teh data based on company code, document number and fiscal year combination.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work more faster then wt you hv written.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Rewards points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 05:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586120#M591726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T05:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exceede maximum permitted runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586121#M591727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;time limit may be very less..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask ur BASIS person for extending time limit.&lt;/P&gt;&lt;P&gt;U have to take care of proper Primary key for better performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If even then dump occurs, u have to increase the time limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 15:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586121#M591727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T15:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exceede maximum permitted runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586122#M591728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rathod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is tremendous improvement by using company code.&lt;/P&gt;&lt;P&gt;Wonderful. I have just tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am benefitted by this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijaya Chamundi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 10:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586122#M591728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T10:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exceede maximum permitted runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586123#M591729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kinjal,&lt;/P&gt;&lt;P&gt;  Thanks for your reply. It really helped me lot. I haven't tested it in production system, it take some time to test there, I think it should work well there also.&lt;/P&gt;&lt;P&gt;I do need another clarification from your side, If I use all the primary key for the selection, can't you think there may be chances of losing some of the records, because fiscal year may be 2007 or 2008. This report is used for &amp;lt;b&amp;gt;Quaterly Return statement of Exports.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 04:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586123#M591729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T04:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exceede maximum permitted runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586124#M591730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prax,&lt;/P&gt;&lt;P&gt;     I am not authorized to check the time limit. I think we can increase the time limit upto some extent, after that limit we can't increase it seems, mine some other reports also dumping in production system, if you clearly tell me how to check the time limit &amp;amp; also how to convenience BASIS people it will be very helpful for me, since I am working in client side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;    Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 04:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586124#M591730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T04:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exceede maximum permitted runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586125#M591731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;  How did you check the improvement,  using company code. Please tell me the process which I need to follow to compare the improvement of the both the programs( With company code &amp;amp; without company code). &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&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 04:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586125#M591731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T04:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exceede maximum permitted runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586126#M591732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are concerned with fiscal year then use the function module which gives you fiscal year based on your system date or date you processed. By using this you can definitely solve fiscal year problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 08:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceede-maximum-permitted-runtime/m-p/2586126#M591732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T08:10:41Z</dc:date>
    </item>
  </channel>
</rss>

