<?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 create a function module ..... in abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692276#M622848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to decide, what goes in to the function module and what comes as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to SE37.&lt;/P&gt;&lt;P&gt;2. Type the FM name and click create.&lt;/P&gt;&lt;P&gt;3. Now, Define the Attributes like if it "remote enabled" etc.&lt;/P&gt;&lt;P&gt;4. Then define the Importing parameters (This would be the parameters that would be passed in to the FM).&lt;/P&gt;&lt;P&gt;5. Define Export parameters/ table parameters which ever you have decided would be the output.&lt;/P&gt;&lt;P&gt;6. If required you can define Exceptions. (Used for Error HAndling)&lt;/P&gt;&lt;P&gt;7. Now in the Source Code tab - you can write the main logic of the FM using the import parameters. Populate the output to the Export parameters that you have defined.&lt;/P&gt;&lt;P&gt;8. Activate the function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have created a FM. You can use the same in your program to carrry on the desired logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for helpful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 04:32:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-21T04:32:18Z</dc:date>
    <item>
      <title>HOW to create a function module ..... in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692274#M622846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls lemme know ............the steps and procedure in creating a function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 04:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692274#M622846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T04:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to create a function module ..... in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692275#M622847</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;Check out the foll.links,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ee8454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ee8454211d189710000e8322d00/frameset.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/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;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 04:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692275#M622847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T04:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to create a function module ..... in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692276#M622848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to decide, what goes in to the function module and what comes as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to SE37.&lt;/P&gt;&lt;P&gt;2. Type the FM name and click create.&lt;/P&gt;&lt;P&gt;3. Now, Define the Attributes like if it "remote enabled" etc.&lt;/P&gt;&lt;P&gt;4. Then define the Importing parameters (This would be the parameters that would be passed in to the FM).&lt;/P&gt;&lt;P&gt;5. Define Export parameters/ table parameters which ever you have decided would be the output.&lt;/P&gt;&lt;P&gt;6. If required you can define Exceptions. (Used for Error HAndling)&lt;/P&gt;&lt;P&gt;7. Now in the Source Code tab - you can write the main logic of the FM using the import parameters. Populate the output to the Export parameters that you have defined.&lt;/P&gt;&lt;P&gt;8. Activate the function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have created a FM. You can use the same in your program to carrry on the desired logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for helpful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 04:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692276#M622848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T04:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to create a function module ..... in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692277#M622849</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;Function modules are created in se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Function group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Import parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Export parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes may be set to normal or Remote enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 04:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692277#M622849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T04:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to create a function module ..... in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692278#M622850</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;Find the Link below for Steps to Create Function Group and FM.&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_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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 04:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692278#M622850</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-21T04:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to create a function module ..... in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692279#M622851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi GURU,&lt;/P&gt;&lt;P&gt;To Create Function Module first you need to create Function Group and Activate it.&lt;/P&gt;&lt;P&gt;First go to SE37 then&lt;/P&gt;&lt;P&gt;1. Goto&lt;DEL&gt;&amp;gt;Function Groups&lt;/DEL&gt;&amp;gt;Create Group.&lt;/P&gt;&lt;P&gt;    Here you need to give Group name and Short Text of group.&lt;/P&gt;&lt;P&gt;2. After Creating Function Group again:&lt;/P&gt;&lt;P&gt;   Goto&lt;DEL&gt;&amp;gt;Function Groups&lt;/DEL&gt;&amp;gt;Change Group.&lt;/P&gt;&lt;P&gt;   Enter your Function Group name and press enter.&lt;/P&gt;&lt;P&gt;   a dialog box will appear where you can see its status is inactive.&lt;/P&gt;&lt;P&gt;So, press &amp;lt;b&amp;gt;Main Program&amp;lt;/b&amp;gt; Button and activate your function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW you Function Group is activated and and you can create Function Module in it.&lt;/P&gt;&lt;P&gt;Now Enter your Function Module Name and press create then&lt;/P&gt;&lt;P&gt;give your Function Group name in respective place and press enter.&lt;/P&gt;&lt;P&gt;Now you can give your Import/Export parameters and and if you want to use TABLES give it in TABLE section only not in Import/Export Parameters.&lt;/P&gt;&lt;P&gt;Then Write Logic in Source Code Tab and Activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have any qury regarding it Pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Useful.&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 04:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692279#M622851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T04:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to create a function module ..... in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692280#M622852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First we have to create function group.&lt;/P&gt;&lt;P&gt;after in se37 gv function module name starts with package name .&lt;/P&gt;&lt;P&gt;after maintain import and export parameters and write logic in source code.&lt;/P&gt;&lt;P&gt;save and activate that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 05:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692280#M622852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T05:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to create a function module ..... in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692281#M622853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GURU,&lt;/P&gt;&lt;P&gt;If you got any help from any of these please reward and close thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 08:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-in-abap/m-p/2692281#M622853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T08:51:56Z</dc:date>
    </item>
  </channel>
</rss>

