<?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 Program execution time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504300#M233190</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;     here i have an issue related to the program execution ,we have two systems ie dv1 and pf1 .&lt;/P&gt;&lt;P&gt;where pf1 is the current system .&lt;/P&gt;&lt;P&gt;while running a report (result analysis report )&lt;/P&gt;&lt;P&gt;on pf1 its taking 1 hr to complete the execution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas in dv1 its just taking HALF an hour .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: i found there where no changes to both the program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybudy give me the hint where the problem would be .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Aug 2006 12:04:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-31T12:04:48Z</dc:date>
    <item>
      <title>Program execution time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504300#M233190</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;     here i have an issue related to the program execution ,we have two systems ie dv1 and pf1 .&lt;/P&gt;&lt;P&gt;where pf1 is the current system .&lt;/P&gt;&lt;P&gt;while running a report (result analysis report )&lt;/P&gt;&lt;P&gt;on pf1 its taking 1 hr to complete the execution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas in dv1 its just taking HALF an hour .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: i found there where no changes to both the program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybudy give me the hint where the problem would be .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 12:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504300#M233190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T12:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504301#M233191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be in pf1 load on database is more than in df1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 12:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504301#M233191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504302#M233192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vinay,&lt;/P&gt;&lt;P&gt; It could be that in one system it has less number of records to process than the other system..&lt;/P&gt;&lt;P&gt;i.e, pf1 server has many records than dv1&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Santosh Kumar P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 12:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504302#M233192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T12:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504303#M233193</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;there could be different problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- different using of the index from the database-optimizer -&amp;gt; use SQL-trace (ST05) and compare&lt;/P&gt;&lt;P&gt;- different systemprofils -&amp;gt; use the report RSPARAM and compare&lt;/P&gt;&lt;P&gt;- different traffic on the systems -&amp;gt; take a look in the SM51 what happen on the systems&lt;/P&gt;&lt;P&gt;- different hardware &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 12:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504303#M233193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504304#M233194</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;may be your dv1 system has less no of records than the pf1 system to be perform..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrds,&lt;/P&gt;&lt;P&gt;vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 12:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504304#M233194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T12:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504305#M233195</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;   Thanks for your consern ,this not related to records hardware problem.&lt;/P&gt;&lt;P&gt;i have checked with that too.&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;vinay .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 12:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1504305#M233195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T12:35:32Z</dc:date>
    </item>
  </channel>
</rss>

