<?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: creating function modules with step by step in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318649#M508744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&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;Reward if useful.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 12:46:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T12:46:34Z</dc:date>
    <item>
      <title>creating function modules with step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318648#M508743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   plz provide me the material for creating function modules with step by step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318648#M508743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T12:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: creating function modules with step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318649#M508744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&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;Reward if useful.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318649#M508744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T12:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: creating function modules with step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318650#M508745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;first create a function group&lt;/P&gt;&lt;P&gt;create your structures or tables that you will import and export in se11 &lt;/P&gt;&lt;P&gt;then create your function module(ensure that it is remote enabled if rfc)&lt;/P&gt;&lt;P&gt;set your import and export paramaters&lt;/P&gt;&lt;P&gt;use data from your import table(s) to call bapi's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sooness&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318650#M508745</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-05-23T12:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: creating function modules with step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318651#M508746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  pls check this link &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801f50454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801f50454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-function-modules-with-step-by-step/m-p/2318651#M508746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T12:50:05Z</dc:date>
    </item>
  </channel>
</rss>

