<?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 b/w Generate and Activate a programme in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840390#M44124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a similar discussion on this sometime back. I would like to refer you to that. Here's the link - &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="41125"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2005 08:39:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-14T08:39:59Z</dc:date>
    <item>
      <title>Difference b/w Generate and Activate a programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840386#M44120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello..&lt;/P&gt;&lt;P&gt;I wanna ask the Difference b/w Generate a ABAP program and Activate a ABAP report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurabh Garg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Saurabh Garg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 07:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840386#M44120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T07:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Generate and Activate a programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840387#M44121</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;I think it's like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option generate will compile your ABAP code to an executable runtime object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option active will set the program to active and replaces the active runtime object with the new compiled code. So anyone who will start the program will now use the new code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generation only will not do this. The users will still use the previously activated code (the "old" version).&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;Arjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 07:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840387#M44121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T07:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Generate and Activate a programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840388#M44122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it like generating the program means for testing purpose and activating the programming means using that code in project ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 08:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840388#M44122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T08:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Generate and Activate a programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840389#M44123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is somnething like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: if you create or change a report in the ABAP editor and then generate it. If you than execute that program directly from the editor, you can see you are testing a temporary version of that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If activating it: your code becomes final and available for everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But most of the time you just press CRTL-F3 (= acitvate) directly and start testing your new code.&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;Arjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 08:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840389#M44123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T08:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Generate and Activate a programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840390#M44124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a similar discussion on this sometime back. I would like to refer you to that. Here's the link - &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="41125"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 08:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840390#M44124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T08:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w Generate and Activate a programme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840391#M44125</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;I know that the above link talks about activation of database tables. The concept in case of a program is not much different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like you cannot access table components in your program without first activating the table, you cannot access the program and/or its components outside from other programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you will not be able to SUBMIT the program from another program if it is not activated (at least once). You also cannot call a subroutine from this program from another program if it is not activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And remember, Activation always includes generation. Refer to the following link in the library as well -http://help.sap.com/saphelp_nw04/helpdata/en/d1/801a6e454211d189710000e8322d00/frameset.htm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 08:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-generate-and-activate-a-programme/m-p/840391#M44125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T08:45:47Z</dc:date>
    </item>
  </channel>
</rss>

