<?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: activate vs inactivate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842165#M665682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya subu... it is possible to run your report without activating.. if u r not activating your report than it'll not show any effect if it is being used anywhere else in system..&lt;/P&gt;&lt;P&gt;but if u want to see output... u can run it w/o activating it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2007 06:54:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-28T06:54:06Z</dc:date>
    <item>
      <title>activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842162#M665679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz xplain me in depht abt activate and inactivate......is it possible 2 check the output  with out activate...the material teach only basis but i want 2 know whats happen internally&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 06:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842162#M665679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T06:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842163#M665680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi subu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When tables, types (data elements, structures, table types) and views are activated, they are placed at the disposal of the runtime environment in the form of runtime objects. These runtime objects contain the information about the object in a form that is optimal for access by ABAP programs and screens. The runtime objects are buffered so that ABAP programs and screens can access the information relevant to them quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP programs and screens get the information they require about ABAP Dictionary objects from the runtime objects. Changes to ABAP Dictionary objects are determined by comparing the time stamps (see Runtime Objects). Changes to ABAP Dictionary objects therefore become effective in all system components when the objects are activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When an object is activated, all the objects dependent on it are also reactivated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After changing a domain, for example changing the data type or the length, all tables in which a field refers to this domain must be reactivated. This ensures that all these tables are adjusted to the changed technical field information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activating an object can therefore affect numerous dependent objects. Prior to activating a modified object, you should therefore find out what the effect of this action will be. You can display all the objects that are dependent on an object with the Where-used list  in the maintenance screen of the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also activate a large number of objects simultaneously using the mass activation program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a long runtime is expected in an activation because of a large number of dependent objects (for example, if a domain that is used in many tables is to be activated), you should choose Activating Objects in the Background for the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 06:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842163#M665680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T06:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842164#M665681</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;Ya we can run the program with out activation and see the corresponding output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the thing is if you are not activate means the last coding you added will not saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 06:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842164#M665681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T06:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842165#M665682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya subu... it is possible to run your report without activating.. if u r not activating your report than it'll not show any effect if it is being used anywhere else in system..&lt;/P&gt;&lt;P&gt;but if u want to see output... u can run it w/o activating it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 06:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842165#M665682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T06:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842166#M665683</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;wen we activate,  object object which is in application server gets transfered to database server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 06:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842166#M665683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842167#M665684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gem's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks 4 ur very gud xplanation............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgd&lt;/P&gt;&lt;P&gt;subu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 07:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842167#M665684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T07:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842168#M665685</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;        Yes you can execute report without active it but only for test purpose if you want to transport that report to other server then all component used by that report should be active.activation of object perform commit work to database otherwise that object is not in data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of module pool if you dont activate ur program then it will not run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Script and smart form also not run without activation they all took previous activated version instead of latest inactive version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 07:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842168#M665685</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2007-09-28T07:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842169#M665686</link>
      <description>&lt;P&gt;How i can do that? I want to run/execute the program without activating every time! The reason is because i practise with some exercises and i change things in my code all the time and every freaking time it asks me to activate it first and then see the output of my code. I want to see the output of my code 1st and then activate the program if i want!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 19:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842169#M665686</guid>
      <dc:creator>former_member939579</dc:creator>
      <dc:date>2021-09-26T19:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: activate vs inactivate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842170#M665687</link>
      <description>&lt;P&gt;Thanks for coming to SAP
Community for answers. Please post your question as a new question &lt;A href="https://answers.sap.com/questions/ask.html"&gt;here&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;Since you're
new in asking questions here, check out &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;our &lt;/A&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;tutorial
about asking and answering questions &lt;/A&gt;(if you haven't already), as it
provides tips for preparing questions more effectively, that draw responses
from our members. &lt;/P&gt;&lt;P&gt;Please note,
that your post here won't be answered.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 19:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-vs-inactivate/m-p/2842170#M665687</guid>
      <dc:creator>former_member751591</dc:creator>
      <dc:date>2021-09-26T19:39:08Z</dc:date>
    </item>
  </channel>
</rss>

