<?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: Active objects by abap code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377362#M1543699</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;don't worry: Includes are part of the program. You can not activate the include without (at least one) program where it is included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you activate a program, it will activate all includes of the program as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Called functions or used classes are NOT activated implicitly.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Oct 2010 13:37:37 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2010-10-24T13:37:37Z</dc:date>
    <item>
      <title>Active objects by abap code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377358#M1543695</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;I have a problem but don't have way to resolve yet. I can active objects in &lt;STRONG&gt;abap dictionary&lt;/STRONG&gt; by abap code(I call function module).&lt;/P&gt;&lt;P&gt;But I don't find any function module to active a program (smart form, function group,...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me solutions please!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regard&lt;/P&gt;&lt;P&gt;huandv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2010 09:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377358#M1543695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-24T09:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Active objects by abap code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377359#M1543696</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;This is an example &lt;A href="http://goo.gl/Y24c" target="test_blank"&gt;http://goo.gl/Y24c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2010 10:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377359#M1543696</guid>
      <dc:creator>_IvanFemia_</dc:creator>
      <dc:date>2010-10-24T10:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Active objects by abap code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377360#M1543697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi huandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try transaction SGEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a SAP system, objects are activated 'on demand', that is when used. The run time system determines if any used dictionary objects used in the generated code have changed since last activation and will then automatically re-generate the code when used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this strategy, the system saves a lot of development time (no re-generation of all objects where a changed object is used) and disk storage space for generated objects that are never used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes it is helpful to run SGEN in the test and/or production system after changes have been imported. This avoids lots of annoying and time-consuming generation/activation messages in status line.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2010 11:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377360#M1543697</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-10-24T11:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Active objects by abap code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377361#M1543698</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;Thank for you answer. Your answer is so good. But It only active program that haven't got any include, screen. My program have screens, includes.&lt;/P&gt;&lt;P&gt;Can you give me the way to resolve this case. (I'm writing a program that active others, for example: program, smart form,...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Huandv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2010 13:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377361#M1543698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-24T13:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Active objects by abap code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377362#M1543699</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;don't worry: Includes are part of the program. You can not activate the include without (at least one) program where it is included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you activate a program, it will activate all includes of the program as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Called functions or used classes are NOT activated implicitly.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2010 13:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-objects-by-abap-code/m-p/7377362#M1543699</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-10-24T13:37:37Z</dc:date>
    </item>
  </channel>
</rss>

