<?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: Function Module to activate objcts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243992#M1013006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe RS_SYNTAX_CHECK would be better, as it wraps the other function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2008 13:46:33 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2008-08-04T13:46:33Z</dc:date>
    <item>
      <title>Function Module to activate objcts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243990#M1013004</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;Is there any function module which will do a syntax check and activate objects, and return errors and status whether object was activated or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 13:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243990#M1013004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to activate objcts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243991#M1013005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the function module EDITOR_SYNTAX_CHECK.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 13:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243991#M1013005</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-08-04T13:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to activate objcts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243992#M1013006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe RS_SYNTAX_CHECK would be better, as it wraps the other function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 13:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243992#M1013006</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-08-04T13:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to activate objcts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243993#M1013007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activation is a little more complex I think.  Depending on the object, there would be different implementations of the actviation process. For example, there is a function RS_FUNCTION_ACTIVATE which appears to activate a function, in the underlying code you can see that it deals heavily with the INSERT REPORT statement, which writes the source code in an active state, this is basically the way that regular programs are activated as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What object are you referring to specifically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 13:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243993#M1013007</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-08-04T13:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to activate objcts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243994#M1013008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found what I was looking for. The name of the function module is RS_WORKING_AREA_ACTIVATE, which internally calls FM RS_CHECK_SOURCE. In this FM there is class with the method longtext, which gives the error message in case of errors while activating or while doing a syntax check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 14:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-activate-objcts/m-p/4243994#M1013008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T14:05:22Z</dc:date>
    </item>
  </channel>
</rss>

