<?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: Why do we activate programs in ABAP? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688698#M1102131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One major advantage of separating saving/importing and activating of development objects (not only programs) is due to the many circular dependencies between these objects. This way, applications consisting of many objects can be imported into a system and be collectively activated without errors ("object ... does not exist") in a second step.&lt;/P&gt;&lt;P&gt;In your specific example, you can hack away on your program and save your work, only activating later when all dependent objects are available (otherwise: syntax errors).&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2008 10:33:40 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2008-11-13T10:33:40Z</dc:date>
    <item>
      <title>Why do we activate programs in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688697#M1102130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Subject changed by moderator.  Please use meangingful subjects in future.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="orange" __jive_macro_name="color"&gt;Moved to correct forum by moderator.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hello frinds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is   why we active a program in abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 13, 2008 11:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688697#M1102130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why do we activate programs in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688698#M1102131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One major advantage of separating saving/importing and activating of development objects (not only programs) is due to the many circular dependencies between these objects. This way, applications consisting of many objects can be imported into a system and be collectively activated without errors ("object ... does not exist") in a second step.&lt;/P&gt;&lt;P&gt;In your specific example, you can hack away on your program and save your work, only activating later when all dependent objects are available (otherwise: syntax errors).&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688698#M1102131</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-11-13T10:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why do we activate programs in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688699#M1102132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program a developer writes within development client 1 is only visible to this developer as long as the program is not activated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[refer this|http://searchsap.techtarget.com/tip/0,289483,sid21_gci1261821,00.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz search before you make a post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688699#M1102132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why do we activate programs in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688700#M1102133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;By activating the program, the required changes have been overwritten to the executable mode/source.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688700#M1102133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why do we activate programs in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688701#M1102134</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;Without activation object cann't copeid or created in data base layer rather they still exists in appliaction server itself, when we made any changes , that changes are reflected in database server only if we activate the object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688701#M1102134</guid>
      <dc:creator>rthoodi</dc:creator>
      <dc:date>2008-11-13T10:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why do we activate programs in ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688702#M1102135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any object (programs, tables, domains, etc)without activating cant be accessed by other dependent objects in SAP. The reason is, until the object is activated, it is not written to the database. For the modifications to reflect, you will have to activate the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-do-we-activate-programs-in-abap/m-p/4688702#M1102135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:37:32Z</dc:date>
    </item>
  </channel>
</rss>

