<?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 Function Module Not Getting Activated in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625011#M873342</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;We are using a customised function module which we are calling in a user exit. We would like to call this function module in update task in the user exit to populate data in a custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have given the following parameters to the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import Parameters&lt;/P&gt;&lt;P&gt;ITAB	LIKE	ZPRUNDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export Parameters&lt;/P&gt;&lt;P&gt;l_subrc	TYPE	sy-subrc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the attributes tab of the function module, Update Module has been selected under processing type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we try to activate this function module we get the following message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING parameters are not allowed in the update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the function module does not get activated. What should we change to get the function module activated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 19:35:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-02T19:35:35Z</dc:date>
    <item>
      <title>Function Module Not Getting Activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625011#M873342</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;We are using a customised function module which we are calling in a user exit. We would like to call this function module in update task in the user exit to populate data in a custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have given the following parameters to the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import Parameters&lt;/P&gt;&lt;P&gt;ITAB	LIKE	ZPRUNDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export Parameters&lt;/P&gt;&lt;P&gt;l_subrc	TYPE	sy-subrc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the attributes tab of the function module, Update Module has been selected under processing type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we try to activate this function module we get the following message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING parameters are not allowed in the update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the function module does not get activated. What should we change to get the function module activated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 19:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625011#M873342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T19:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Not Getting Activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625012#M873343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below link same kind of issue has been discussed here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="294954"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 19:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625012#M873343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T19:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Not Getting Activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625013#M873344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't also use exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just put the sy-subrc in a return table, and problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 19:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625013#M873344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T19:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Not Getting Activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625014#M873345</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;Please try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In tables Section add this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RETURN TYPE BAPIRET2 and then activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if its useful reward points&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 05:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-getting-activated/m-p/3625014#M873345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T05:01:04Z</dc:date>
    </item>
  </channel>
</rss>

