<?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: Difference between 'ACTIVATE' and 'SAVE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156076#M750665</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;"Save" only saves the information in the Application server memory.But on saving u cant use the DB Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Activate" makes the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. syntax check&lt;/P&gt;&lt;P&gt;2. saving&lt;/P&gt;&lt;P&gt;3. creation of a runtime object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This runtime object is interpreted during execution.The runtime object stores in Repository and can be transported also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Hema sundara&lt;/P&gt;&lt;P&gt;pls reward if u find it helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 10:33:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-28T10:33:32Z</dc:date>
    <item>
      <title>Difference between 'ACTIVATE' and 'SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156069#M750658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone clarify the difference between 'Activating' and 'Saving' of a program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 12:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156069#M750658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T12:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 'ACTIVATE' and 'SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156070#M750659</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;When you execute a program its the last activated version which gets executed, you may have saved your program after making changes but if you have not activated the chenges will not come in to effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 12:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156070#M750659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T12:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 'ACTIVATE' and 'SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156071#M750660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when You activate your program, it checks for errors, if no errors found. it generates an executable version of the program that is used to run the program later.&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;P&gt;Regards&lt;/P&gt;&lt;P&gt;ANUPAM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 12:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156071#M750660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T12:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 'ACTIVATE' and 'SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156072#M750661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi This is not only applicable for Program this is applicable for all development objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a development object,or change and then you save it the system first stores only the inactive version in the repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you have an active and inactive version of the object at the end of your object developmet you have to activate the inactive "editing version" of the object.The version becomes new active version of the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The request release and hence the transport of the object is possible if all objects in the request is active.&lt;/P&gt;&lt;P&gt;If your program is available in both the versions you can switch the between the displays of these 2 versions by using the corresponding buttons in the editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The activation of an object includes the following function:&lt;/P&gt;&lt;P&gt;1.Saving the object as and inactive version.&lt;/P&gt;&lt;P&gt;2.Syntax or consistancy check of the in active version.&lt;/P&gt;&lt;P&gt;3.Overwriting the previous active version with the inactive version(only sfter successful check)&lt;/P&gt;&lt;P&gt;4.Generating the rRelevent untime objects for later execution (if it' is a program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general ACTIVATE means that object is available(with changes that u have made) throught the system ( in all clients)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sathishkumar.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 13:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156072#M750661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T13:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 'ACTIVATE' and 'SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156073#M750662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saving  is a step done only in the development client. It commits your form changes and marks its status as inactive. we can not get output in this inactive state. When you are making a lot of changes to a form, it may be a good idea to save periodically. &lt;/P&gt;&lt;P&gt;    the object must be active before it can be used.if u save the changes without activating ,the objects that refer to itwill not know about the change.it wil check for errors while activating and providde the detailed description of the error.the program can be saved inspite of the errrors,but it cant be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 13:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156073#M750662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T13:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 'ACTIVATE' and 'SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156074#M750663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u activate it automatically saves it............it even shows the syntax errors if there are errors.......&lt;/P&gt;&lt;P&gt;if u save then it only saves it but it wont shows errors........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 09:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156074#M750663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T09:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 'ACTIVATE' and 'SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156075#M750664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I thank all those who took time to answer my question.In every answer i received gave good points to note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: C Lakshman Rao Imandi on Dec 27, 2007 6:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156075#M750664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 'ACTIVATE' and 'SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156076#M750665</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;"Save" only saves the information in the Application server memory.But on saving u cant use the DB Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Activate" makes the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. syntax check&lt;/P&gt;&lt;P&gt;2. saving&lt;/P&gt;&lt;P&gt;3. creation of a runtime object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This runtime object is interpreted during execution.The runtime object stores in Repository and can be transported also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Hema sundara&lt;/P&gt;&lt;P&gt;pls reward if u find it helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-activate-and-save/m-p/3156076#M750665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:33:32Z</dc:date>
    </item>
  </channel>
</rss>

