<?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: Program timed out in production system. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655599#M291004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you and the consultant run with different selection criteria? It's hard to give an answer without seeing the code. Could you post it please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 15:32:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-13T15:32:30Z</dc:date>
    <item>
      <title>Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655598#M291003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one program . when functional consultant run the program , it was timed out at bseg selection. But when I run the same Program in production-giving out put as no data selected.&lt;/P&gt;&lt;P&gt;Could any body can tell me what was the reason.&lt;/P&gt;&lt;P&gt;THANKS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 15:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655598#M291003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655599#M291004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you and the consultant run with different selection criteria? It's hard to give an answer without seeing the code. Could you post it please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 15:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655599#M291004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T15:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655600#M291005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes we ran in production - the same program with the same variant ( test data ), but functional consultant id is different and my log id is different .&lt;/P&gt;&lt;P&gt;Could you please tell why ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 17:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655600#M291005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T17:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655601#M291006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't tell you the exact reason without knowing the entire situation. But here's an idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may have to do with authorizations. The program could be doing something like finding all cost centers that the user is authorized to look at. Then it may be looking for all CO documents for all of the cost centers and then the corresponding FI documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may also be a bug in the program that causes the program to select &amp;lt;i&amp;gt;all&amp;lt;/i&amp;gt; documents when the user is not authorized to look at &amp;lt;i&amp;gt;any&amp;lt;/i&amp;gt; cost centers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 18:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655601#M291006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T18:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655602#M291007</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;Also check if the program flow can be altered with user parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 09:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655602#M291007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T09:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655603#M291008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is difficult to pin point at the root cause unless we see the code..but from the query it seems that the difference is due to authorisation, where it is possible that you are not having requisite rights to select/update the data while your functional consultant does have the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for time out, it is due to the fact that your select query from BSEG is taking lots of time thereby exceeding the runtime limit. The solution for that is to tune your ABAP so as to reduce the runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 09:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655603#M291008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655604#M291009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As everyone said, its quite tedious to tell root cause of problem without seeing the code.  The one could be....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Are you getting any values from BSEG based on authorization object and using the same into your &amp;lt;b&amp;gt;SELECT&amp;lt;/b&amp;gt; query.&lt;/P&gt;&lt;P&gt;2. Check the Roles are the same for your User Id &amp;amp; Functional User id&lt;/P&gt;&lt;P&gt;3. If so, Enable the performance trace while running the program &amp;amp; analysis it. (Trans. &amp;lt;b&amp;gt;ST05&amp;lt;/b&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 10:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655604#M291009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T10:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655605#M291010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;As with the same variant two different id gives different result, I think the problem mt be related with user authorization. Check if there is some function module call for which one id doesn't have the proper authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best thiong is run the program in debug mode if possible and check step by step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 11:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655605#M291010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655606#M291011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is not an authorisation issue. &lt;/P&gt;&lt;P&gt;Pls check yur code while accessing from the BSEG table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 15:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655606#M291011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T15:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655607#M291012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the above is also the possible chances and also better check with the BSEG table by passing the same parameter that you are passing in select query and find.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 08:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655607#M291012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T08:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Program timed out in production system.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655608#M291013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks most probably  due to Authorization please run SU53 after the execution of program it will give all failed/successfull authority objects .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check ur Profile and ur function guy profile .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it is timing out u need to check ur query using SE30 and do some analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramvelu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 10:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-timed-out-in-production-system/m-p/1655608#M291013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T10:40:39Z</dc:date>
    </item>
  </channel>
</rss>

