<?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 creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413533#M199071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO to transaction SE80.In the drop box list select function group enter your Z Function group name.Press enter it will ask for creating the function group.Create your function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE37 transaction,in the menu bar Goto - &amp;gt; Function Group - &amp;gt; Create Group.Your Function Group will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE37.Enter your Z Function module name,your recently created function group name and the description.Press Enter.Now your FM is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter Export,Import parameters.In the source code tab write the code what you want to write.If any exception write in the exception tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 2)&lt;/P&gt;&lt;P&gt;First u have to create Function Group.&lt;/P&gt;&lt;P&gt;1.se37&lt;DEL&gt;-&amp;gt;Goto&lt;/DEL&gt;-&amp;gt;Function Group---&amp;gt;Create.&lt;/P&gt;&lt;P&gt;2.Create FM.&lt;/P&gt;&lt;P&gt;3.maintain import /export parameters and tables , exceptions.&lt;/P&gt;&lt;P&gt;4.based on the ur requirement u have to bulid ur logic in Source Code by using there Import parameters and u can pass the results by using Export or table.&lt;/P&gt;&lt;P&gt;5.u can raise error by using exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see simpple FM AC_DOCUMENT_RECORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 19:32:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-18T19:32:27Z</dc:date>
    <item>
      <title>Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413526#M199064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;Please tell me all the steps for creating a functional module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 19:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413526#M199064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T19:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413527#M199065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must first create a function group.  Go to SE80, choose Function group from drop down list box.  Enter the name of your function group, make sure it starts with "Z" or "Y".  Hit enter,  system will ask you if you want to create it, say yes. Give description, assign package(dev class)   Now it is created, you can start creating function modules underneath.  right click on the function group node on the tree to the left.  Choose create, function module,  give name and desription.  Click green check.  Now you need to put any import parameters, export parameters and the source code of the function module.  Save and activate all.&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>Tue, 18 Jul 2006 19:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413527#M199065</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-18T19:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413528#M199066</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;goto transaction SE37.&lt;/P&gt;&lt;P&gt;click on GOTO-&amp;gt;FUNCTION GROUPS-&amp;gt; CREATE( first create a function group)&lt;/P&gt;&lt;P&gt;give the FUNCTION GROUP name and give short desciption&lt;/P&gt;&lt;P&gt;save &lt;/P&gt;&lt;P&gt;now give a name for the function module.&lt;/P&gt;&lt;P&gt;click on Create &lt;/P&gt;&lt;P&gt;give Short description&lt;/P&gt;&lt;P&gt;and give ur exporting and importing parameters&lt;/P&gt;&lt;P&gt;and source code do your coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 19:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413528#M199066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T19:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413529#M199067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sadhik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please chcek this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 19:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413529#M199067</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-07-18T19:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413530#M199068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sadhik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please take a look into the online documentation at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 19:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413530#M199068</guid>
      <dc:creator>oliver</dc:creator>
      <dc:date>2006-07-18T19:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413531#M199069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the help for function builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801e9a454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801e9a454211d189710000e8322d00/frameset.htm&lt;/A&gt;&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>Tue, 18 Jul 2006 19:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413531#M199069</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-18T19:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413532#M199070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sadhik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se37, from the tool bar goto-&amp;gt;function groups-&amp;gt;create group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now create a group by giving the description n name.&lt;/P&gt;&lt;P&gt;then create function module n use the function group for it which u created.&lt;/P&gt;&lt;P&gt;also check the link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 19:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413532#M199070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T19:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413533#M199071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO to transaction SE80.In the drop box list select function group enter your Z Function group name.Press enter it will ask for creating the function group.Create your function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE37 transaction,in the menu bar Goto - &amp;gt; Function Group - &amp;gt; Create Group.Your Function Group will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE37.Enter your Z Function module name,your recently created function group name and the description.Press Enter.Now your FM is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter Export,Import parameters.In the source code tab write the code what you want to write.If any exception write in the exception tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 2)&lt;/P&gt;&lt;P&gt;First u have to create Function Group.&lt;/P&gt;&lt;P&gt;1.se37&lt;DEL&gt;-&amp;gt;Goto&lt;/DEL&gt;-&amp;gt;Function Group---&amp;gt;Create.&lt;/P&gt;&lt;P&gt;2.Create FM.&lt;/P&gt;&lt;P&gt;3.maintain import /export parameters and tables , exceptions.&lt;/P&gt;&lt;P&gt;4.based on the ur requirement u have to bulid ur logic in Source Code by using there Import parameters and u can pass the results by using Export or table.&lt;/P&gt;&lt;P&gt;5.u can raise error by using exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see simpple FM AC_DOCUMENT_RECORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 19:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413533#M199071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T19:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413534#M199072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK YOU VERY MUCH GUYS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 00:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation/m-p/1413534#M199072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T00:47:33Z</dc:date>
    </item>
  </channel>
</rss>

