<?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: Unable to run a program without saving/activating. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002684#M76865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's been a long time since I got this error. But I think your understanding of the problem is correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Did you not get the prompt where the system gives you three options - Get Temporary Version , Get from Database and keep the temporary version, Get from database and delete the temporary version. If yes, then what did you choose ? You'll generally get this prompt when you execute a program that gives you a short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Whay are you trying to execute the program without activating it? Any speaical reason? When you execute a program, all the other objects referenced in the program (tables , FMs, external subroutines etc.,) must be active. Otherwise you'll get erroneous results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Did you try activating your program at least now? I think that should delete those temporary copies of the program. Just try that and let me know what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2005 07:05:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-19T07:05:29Z</dc:date>
    <item>
      <title>Unable to run a program without saving/activating.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002683#M76864</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;I am working on a big ALV report and I am facing a problem that the system is not allowing me to run my program unless I save it and then activate it....(Directly activating should save automatically, even that is not happening at times.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the details of the error that I am getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;No name free for internal report copy. Save the report first&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Message no. ED815&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Diagnosis&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want the editor to execute a program which has not yet been saved.&lt;/P&gt;&lt;P&gt;To do this, it creates an internal copy of the contents of the editor as&lt;/P&gt;&lt;P&gt;a program under a name which is made up from the program name by&lt;/P&gt;&lt;P&gt;overwriting the first character with '!' and possibly the second&lt;/P&gt;&lt;P&gt;character with a number.&lt;/P&gt;&lt;P&gt;All names in this name range have, however, already been filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Procedure&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Please save the contents of the editor before you execute it.&lt;/P&gt;&lt;P&gt;2.  Please check whether all reports in the name range '!......' are&lt;/P&gt;&lt;P&gt;still needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I understand from the message above is that all the internal temporary names (the ones with !) within the program range of my program name are exhausted as I have been running it unactivated/unsaved since quite some time and frequently as well. Please note that this problem is NOT coming up with other programs with different name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Please let me know if my deduction is correct, and if it is, then how can I delete the internal named copies of my programs which are not required, which were previously saved so that I can execute without saving. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case I am wrong please advice about a way out of this problem.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikhil Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 06:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002683#M76864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T06:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run a program without saving/activating.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002684#M76865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's been a long time since I got this error. But I think your understanding of the problem is correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Did you not get the prompt where the system gives you three options - Get Temporary Version , Get from Database and keep the temporary version, Get from database and delete the temporary version. If yes, then what did you choose ? You'll generally get this prompt when you execute a program that gives you a short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Whay are you trying to execute the program without activating it? Any speaical reason? When you execute a program, all the other objects referenced in the program (tables , FMs, external subroutines etc.,) must be active. Otherwise you'll get erroneous results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Did you try activating your program at least now? I think that should delete those temporary copies of the program. Just try that and let me know what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 07:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002684#M76865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T07:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run a program without saving/activating.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002685#M76866</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;First save your work with a different proram name or save in a text file .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log off and log On . You will be able to now save your original program name. Copy from the new name you just created or from text file . Text elements will however be lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 07:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002685#M76866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T07:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run a program without saving/activating.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002686#M76867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Thanks for the reply. Yes, I am getting the prompt that you mentioned in point 1, but that is only when I try activating my program (after the message mentioned in my first post) without saving it (as it should automatically save before activating). I choose 'Get Temporary Version', because if I choose any other option, the changes that I made before I try to activate it are discarded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I am trying to execute the program without activating it, to check intermediate effects of my changed code on output. I need to do the same frequently and since the throughput of the AS is not well since a few days at my end, the procedure of activating takes quite some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. I am running my program after activating it so far as there was no other way out, ever since I started facing this problem. Though even this is not deleting those temporary files and I get the same prompts at next execution try after some changes. Is there a way to explicitly delete those temporary files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikhil Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 07:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002686#M76867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T07:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run a program without saving/activating.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002687#M76868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I guess that can also do the trick as the name of the new ABAP would be different. Though, the text element loss does not sound good. Is there not another way to explicitly delete those temporary files that are causing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 07:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-run-a-program-without-saving-activating/m-p/1002687#M76868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T07:29:19Z</dc:date>
    </item>
  </channel>
</rss>

