<?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: Problem with Functional Module Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066771#M1969745</link>
    <description>&lt;P&gt;Did you forget to (create and) activate the function group before creating the first function module?&lt;/P&gt;&lt;P&gt;Also your forum Id doesn't display the SAP employee icon, so use a Customer namespace - Function group starting with Y or  Z, module starting with Y_ or Z_ (ref: &lt;A href="https://launchpad.support.sap.com/#/notes/16466"&gt;16466 - Customer name range for SAP objects&lt;/A&gt;)&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 07:35:07 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2019-08-22T07:35:07Z</dc:date>
    <item>
      <title>Problem with Functional Module Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066767#M1969741</link>
      <description>&lt;P&gt;I am trying to write a functional module to read data from a table and then export it. Issue i am facing is with &lt;STRONG&gt;&lt;EM&gt;Function &lt;/EM&gt;&lt;/STRONG&gt;, &lt;STRONG&gt;&lt;EM&gt;ENDFUNCTION&lt;/EM&gt; &lt;/STRONG&gt;keywords. It says I need to write FUNCTIONAL-POOL instead of Function. I have tried that also. It didn`t help either.&lt;/P&gt;
  &lt;P&gt;Please point out what is the issue with this thing.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1725666-annotation-2019-08-21-153338.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 14:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066767#M1969741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-08-21T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Functional Module Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066768#M1969742</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You need to know how to create FM. Please, check the following link&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/saphelp_46c/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm?no_cache=true"&gt;https://help.sap.com/saphelp_46c/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm?no_cache=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After take in account you have some ranges for creating your own objects in workbench. Please, look at Note 16466 - Customer name range for SAP objects. So, for FM the function must be begin by Z_ or Y_&lt;/P&gt;&lt;P&gt;I hope it helps you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 14:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066768#M1969742</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2019-08-21T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Functional Module Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066769#M1969743</link>
      <description>&lt;P&gt;May be FM name is an issue here , try creating functionmodule name starting with 'Z' or 'Y'.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 14:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066769#M1969743</guid>
      <dc:creator>former_member596005</dc:creator>
      <dc:date>2019-08-21T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Functional Module Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066770#M1969744</link>
      <description>&lt;P&gt;A function module belongs to a function pool (or function group) which has a FUNCTION-POOL statement at the beginning of the code. Maybe you removed it or you didn't activate the function pool first (you may also activate all objects at a time).&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 15:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066770#M1969744</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-08-21T15:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Functional Module Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066771#M1969745</link>
      <description>&lt;P&gt;Did you forget to (create and) activate the function group before creating the first function module?&lt;/P&gt;&lt;P&gt;Also your forum Id doesn't display the SAP employee icon, so use a Customer namespace - Function group starting with Y or  Z, module starting with Y_ or Z_ (ref: &lt;A href="https://launchpad.support.sap.com/#/notes/16466"&gt;16466 - Customer name range for SAP objects&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-functional-module-code/m-p/12066771#M1969745</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-08-22T07:35:07Z</dc:date>
    </item>
  </channel>
</rss>

