<?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: How to activate Function module programatically ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872837#M1687309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Former Member&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for suggestion. But anyother way ? like any FM or any method to get this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2012 07:52:31 GMT</pubDate>
    <dc:creator>ankur_sharma16</dc:creator>
    <dc:date>2012-07-30T07:52:31Z</dc:date>
    <item>
      <title>How to activate Function module programatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872835#M1687307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to Activate the FM programatically without showing any screen or sub-screen that is like Activation is done in background.&lt;/P&gt;&lt;P&gt;I tried to debug the SAP's functionality but not getting much. All i know is class CL_FUNCTION_BUILDER is used. But throught it am not being able to achieve my goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872835#M1687307</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-30T07:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate Function module programatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872836#M1687308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/ankur.sharma16" id="jive-46356012484256572450603" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Ankur&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write a BDC for SE37, just pass the name of FM &amp;amp; use mode "N" in you piece of code. &lt;/P&gt;&lt;P&gt;It may work for your case as you don't want to display any pop-up or any screen while going for activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872836#M1687308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T07:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate Function module programatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872837#M1687309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Former Member&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for suggestion. But anyother way ? like any FM or any method to get this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872837#M1687309</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-30T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate Function module programatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872838#M1687310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what exactly your requirement is..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872838#M1687310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T07:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate Function module programatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872839#M1687311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM FUNC_OBJECT_ACTIVATE or RS_FUNCTION_ACTIVATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872839#M1687311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-30T07:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate Function module programatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872840#M1687312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Hi Former Member&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;My requirement is to activate FM without using BDC. During activation no screen should come. So only way is to use some Function module or method which does activation. I tried few but no success.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Ankur Sharma&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 08:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872840#M1687312</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-30T08:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate Function module programatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872841#M1687313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/shambu.vs3" id="jive-40193412485474170966540" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; text-decoration: underline !important; color: #3778c7;"&gt;Shambu VS&lt;/A&gt;&lt;/STRONG&gt; and &lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Former Member&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 08:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-function-module-programatically/m-p/8872841#M1687313</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-30T08:07:34Z</dc:date>
    </item>
  </channel>
</rss>

