<?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: ABAP Program - Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784572#M337992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. similar to your case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. there are practically / may be practically&lt;/P&gt;&lt;P&gt;   programs which will take lot of time,&lt;/P&gt;&lt;P&gt;   (even after fine-tuning and optimising)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; They may take time more than the basis setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In such cases, for all practical purposes,&lt;/P&gt;&lt;P&gt;   its a practice to &lt;/P&gt;&lt;P&gt;  run such programs in background, where there is no time limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 14:22:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-03T14:22:02Z</dc:date>
    <item>
      <title>ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784563#M337983</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;&lt;/P&gt;&lt;P&gt;I was running a program in the debug mode and it goes to a short dump. I looked into the error it says the maximum run time exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took something around 20 minutes and showed the error. How can this be prevented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784563#M337983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T13:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784564#M337984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do Runtime analysis(SE30) and SQL trace(ST05) to your report and analyse which statements are consuming more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do optimization to those statements and re run the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime analysis tool will display information about:&lt;/P&gt;&lt;P&gt;1) Executed instruction&lt;/P&gt;&lt;P&gt;2) Accessed execution time.&lt;/P&gt;&lt;P&gt;3) Tables and Types of access.&lt;/P&gt;&lt;P&gt;4) Chronological execution flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL trace is a tool which which allows displaying and analyzing the contents for the database calls, which are made by the reports and transactions written in ABAP/4. It monitors programs and transactions on the database level. It generates trace file and analyse the trace file.&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>Wed, 03 Jan 2007 14:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784564#M337984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784565#M337985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;max time period for the execution will be set by Basis  people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the performance.&lt;/P&gt;&lt;P&gt;other alternate is to run background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784565#M337985</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2007-01-03T14:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784566#M337986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that your program runs too long, there is a system setting, that does not allow any program to run after the threshold in a dialog process.  Run the program in the background, or you must optimize the program code and make it run in less time.  Check ST05 and see if the SELECT statements in your program are running good, if not,  fix them.&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, 03 Jan 2007 14:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784566#M337986</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-03T14:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784567#M337987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;Actually this program is in PRD and has been moved to PRD just recently and it did well in QAS. It always runs in the background. &lt;/P&gt;&lt;P&gt;does the time matter if it runs in the background..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know &lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784567#M337987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784568#M337988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check st05,sql trace and find out which statements are taking more time .&lt;/P&gt;&lt;P&gt;Try to reduce the time taken by optimizing the code .Then execut ethe program.&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;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784568#M337988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784569#M337989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;Actually this program is in PRD and has been moved to PRD just recently and it did well in QAS. It always runs in the background. &lt;/P&gt;&lt;P&gt;does the time matter if it runs in the background..&lt;/P&gt;&lt;P&gt;Actually I was just running in the foreground just to see how its doing. But in reality it will tun in the background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know &lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784569#M337989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784570#M337990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, there is not a limit on runtime in background process.   At least not in my system.  I would imagine that there may be setting for background process too(so that programs don't run for weeks), but I would assume that it would be a very large number.   Check with your basis people. &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;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784570#M337990</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-03T14:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784571#M337991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich for the very helpful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran my Job in background today morining and when i came in i dont see any error message in SM37. It says completed. however i cant check the spool because it dosent have a write statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in SM37 if it says complete so should I assume it Ran.&lt;/P&gt;&lt;P&gt;It send an outbound file to a different place in a different time zone so would take time to here a confirimation fom them ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784571#M337991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784572#M337992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. similar to your case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. there are practically / may be practically&lt;/P&gt;&lt;P&gt;   programs which will take lot of time,&lt;/P&gt;&lt;P&gt;   (even after fine-tuning and optimising)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; They may take time more than the basis setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In such cases, for all practical purposes,&lt;/P&gt;&lt;P&gt;   its a practice to &lt;/P&gt;&lt;P&gt;  run such programs in background, where there is no time limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784572#M337992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784573#M337993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich for the very helpful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran my Job in background today morining and when i came in i dont see any error message in SM37. It says completed. however i cant check the spool because it dosent have a write statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in SM37 if it says complete so should I assume it Ran.&lt;/P&gt;&lt;P&gt;It send an outbound file to a different place in a different time zone so would take time to here a confirimation fom them ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784573#M337993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784574#M337994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one answer this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran my Job in background today morining and when i came in i dont see any error message in SM37. It says completed. however i cant check the spool because it dosent have a write statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in SM37 if it says complete so should I assume it Ran.&lt;/P&gt;&lt;P&gt;It send an outbound file to a different place in a different time zone so would take time to here a confirimation fom them ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784574#M337994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T14:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784575#M337995</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 are right Madhu, If there is no Write statement we can't verity the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a status Complete on the Job, it means it ran successfully...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;manju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 15:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-urgent/m-p/1784575#M337995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T15:09:58Z</dc:date>
    </item>
  </channel>
</rss>

