<?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: What are the differences between inactive and active ABAP objects? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840344#M923403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;"When it is inactive, it is like it would not exist at all:" no - it's like it only exists to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If we just saved that one means it is stored in application server not in database": no - the inactive version is also stored in the database. You can log off and log on and it will still be there, in its inactive status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Only active objects can be executed.": no - inactive objects can be executed by you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create or modify a program, it is inactive until you activate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a change, there are two versions of the program stored in the database - the active version (as it was before you made your change), and the inactive version. If you attempt to run the program, you'll run the inactive version - the one with your changes. Everyone else on the system will run the active version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way, you can make changes without affecting anyone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you activate your program, then the inactive version becomes the active version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a create, there is no active version, until you hit the activate button. This means ONLY you can run the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An additional benefit of this model, is that if you make a change, save it, and then change your mind without activating, you can recover the active version into the editor, using version management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A downside is that sometimes you have to activate your change before you can test it, if it interacts with other, active, programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 07:58:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T07:58:46Z</dc:date>
    <item>
      <title>What are the differences between inactive and active ABAP objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840343#M923402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody tell me what are the differences between inactive and active ABAP objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion,  an active object is compiled and system wide available, that means the system do not have to compile the program again before run or use the object. While An inactive object is not system wide available and every time you run an inactive object, firstly the abap runtime will have to  generate a tempory runtime object and this inactive object can not seen by others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I right? Can anybody kindly tell me other differences?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 07:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840343#M923402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between inactive and active ABAP objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840344#M923403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;"When it is inactive, it is like it would not exist at all:" no - it's like it only exists to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If we just saved that one means it is stored in application server not in database": no - the inactive version is also stored in the database. You can log off and log on and it will still be there, in its inactive status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Only active objects can be executed.": no - inactive objects can be executed by you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create or modify a program, it is inactive until you activate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a change, there are two versions of the program stored in the database - the active version (as it was before you made your change), and the inactive version. If you attempt to run the program, you'll run the inactive version - the one with your changes. Everyone else on the system will run the active version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way, you can make changes without affecting anyone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you activate your program, then the inactive version becomes the active version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a create, there is no active version, until you hit the activate button. This means ONLY you can run the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An additional benefit of this model, is that if you make a change, save it, and then change your mind without activating, you can recover the active version into the editor, using version management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A downside is that sometimes you have to activate your change before you can test it, if it interacts with other, active, programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 07:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840344#M923403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T07:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between inactive and active ABAP objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840345#M923404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Can you explain why an inactive program can not be debugged?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 02:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840345#M923404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T02:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: What are the differences between inactive and active ABAP objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840346#M923405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Freddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging is something which you can do while executing the program. Since only active object can be executed you can not debug a inactive program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I answered you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 02:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-inactive-and-active-abap-objects/m-p/3840346#M923405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T02:38:09Z</dc:date>
    </item>
  </channel>
</rss>

