<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013758#M959032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the links -&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="2409699"&gt;&lt;/A&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="804792"&gt;&lt;/A&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="3210067"&gt;&lt;/A&gt;&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="3773206"&gt;&lt;/A&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="3688188"&gt;&lt;/A&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="5055213"&gt;&lt;/A&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="3675736"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 06:22:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T06:22:55Z</dc:date>
    <item>
      <title>function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013755#M959029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...&lt;/P&gt;&lt;P&gt;   i want to know the detail notes about the function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013755#M959029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T06:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013756#M959030</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;Search in SDN as Function Module...U will get a lot of material....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module is a block of code that can be called from another program...It takes some values...and returns..required values or tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It increases modularisation and reusability in a program....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013756#M959030</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-23T06:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013757#M959031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baskaran,&lt;/P&gt;&lt;P&gt;Below description gives you a detail idea of what a function module is!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Overview&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--General purpose ABAP/4 routines that anyone can use.&lt;/P&gt;&lt;P&gt;--Large Number of standard function Modules.&lt;/P&gt;&lt;P&gt;--Organized into Function Groups: Collections of logically related functions. &lt;/P&gt;&lt;P&gt;--A Function Module is always associated with a Function Group.&lt;/P&gt;&lt;P&gt;--Transaction SE37.&lt;/P&gt;&lt;P&gt;--Called Using u201CCall Function u201D in ABAP/4 program.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Information Associated with Function Module&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--Administration&lt;/P&gt;&lt;P&gt;--Import/Changing/Export parameters.&lt;/P&gt;&lt;P&gt;--Table Parameters/Exceptions.&lt;/P&gt;&lt;P&gt;--Documentation&lt;/P&gt;&lt;P&gt;--Source code u2013 L&lt;/P&gt;&lt;P&gt;     *Contains the list of all the include files for that function group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Import parameters.&lt;/EM&gt; These must be supplied with data when you call the function module, unless they are flagged as optional. You cannot change them in the function module. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Export parameters.&lt;/EM&gt; These pass data from the function module back to the calling program. Export parameters are always optional. You do not have to receive them in your program. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Changing parameters.&lt;/EM&gt; These must be supplied with data when you call the function module, unless they are flagged as optional. They can be changed in the function module. The changed values are then returned to the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call a function module, use the CALL FUNCTION statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&amp;nbsp;&amp;nbsp;f1 = a 1.... f n = a n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&amp;nbsp;&amp;nbsp;f1 = a 1.... f n = a n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHANGING&amp;nbsp;&amp;nbsp; f1 = a 1.... f n = a n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f1 = a 1.... f n = a n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXCEPTIONS e1 = r 1.... e n = r n ERROR_MESSAGE = r E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS = ro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a Function Module is called from a Report the export parameters in the Report becomes the import Parameters in the Function Module and the import parameters in the report are the parameters that are exported by the the export parameters of the Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Calling subroutines&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--Can be written at the end of function module in source code.&lt;/P&gt;&lt;P&gt;--Include program L is used for subroutines across function modules.&lt;/P&gt;&lt;P&gt;--Can call any number of external subroutines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raising Exceptions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--RAISE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling program handles the exception.&lt;/P&gt;&lt;P&gt;--SY-MSGID&lt;/P&gt;&lt;P&gt;--SY-MSGTY&lt;/P&gt;&lt;P&gt;--SY-MSGNO&lt;/P&gt;&lt;P&gt;--SY-MSGV1 to SY-MSGV4&lt;/P&gt;&lt;P&gt;If the system handles the exception&lt;/P&gt;&lt;P&gt;RAISE statement terminates the program and switches to debugging mode.&lt;/P&gt;&lt;P&gt;MESSAGE - RAISING displays a message and continues to according to message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Building New function Module&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--Create a function Group (ZCAL).&lt;/P&gt;&lt;P&gt;--Create a function module, set the attributes and Save.&lt;/P&gt;&lt;P&gt;       *Function group, Application, Short Text and Process Type&lt;/P&gt;&lt;P&gt;--Include file u201CLZCALU01u201D will have source code of first function module.&lt;/P&gt;&lt;P&gt;--Include file u201CLZCALTOPu201D will have global data.&lt;/P&gt;&lt;P&gt;--Main program u201CSAPLZCALu201D contains &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Global data Include file u201CLZCALTOPu201D&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Function modules include file u201CLZCALUXXu201D&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       *User defined Include files u201CLZCALF..u201D, u201CLZCALO..u201D and u201CLZCALI..u201D&lt;/P&gt;&lt;P&gt;--Define interface parameters and Exceptions&lt;/P&gt;&lt;P&gt;--Write the source code&lt;/P&gt;&lt;P&gt;--Activate Function Module&lt;/P&gt;&lt;P&gt;--Testing the Function Module&lt;/P&gt;&lt;P&gt;       *Single Test &amp;amp; Debugging&lt;/P&gt;&lt;P&gt;--Documenting and Releasing a Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Reward if useful.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013757#M959031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T06:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013758#M959032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the links -&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="2409699"&gt;&lt;/A&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="804792"&gt;&lt;/A&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="3210067"&gt;&lt;/A&gt;&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="3773206"&gt;&lt;/A&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="3688188"&gt;&lt;/A&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="5055213"&gt;&lt;/A&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="3675736"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013758#M959032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T06:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013759#M959033</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;for creating Fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ABAP/FunctionModule/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ABAP/FunctionModule/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward point if usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Snehi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013759#M959033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T06:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013760#M959034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this link out...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ABAP/FunctionModule/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ABAP/FunctionModule/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iyswarya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013760#M959034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T06:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013761#M959035</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 &lt;/P&gt;&lt;P&gt;Function modules are procedures that are defined in special ABAP programs only, so-called function groups, but can be called from all ABAP programs. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench using the Function Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules allow you to encapsulate and reuse global functions in the SAP System. They are managed in a central function library. The SAP System contains several predefined functions modules that can be called from any ABAP program. Function modules also play an important role during updating  and in interaction between different SAP systems, or between SAP systems and remote systems through remote communications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unlike subroutines, you do not define function modules in the source code of your program. Instead, you use the Function Builder. The actual ABAP interface definition remains hidden from the programmer. You can define the input parameters of a function module as optional. You can also assign default values to them. Function modules also support exception handling. This allows you to catch certain errors while the function module is running. You can test function modules without having to include them in a program using the Function Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Function Builder  also has a release process for function modules. This ensures that incompatible changes cannot be made to any function modules that have already been released. This applies particularly to the interface. Programs that use a released function module will not cease to work if the function module is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For details chk this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db988735c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db988735c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewrd if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013761#M959035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T06:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013762#M959036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhaskaran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly search on SDN by giving apropriate term in search box before throwing a thread.Am sure you will get hundred of answers for same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013762#M959036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T06:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013763#M959037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;\[removed by moderator as it was just a copy and paste answer of someone else's work without giving a source -- breaking our rules of engagement can lead to your account being banned\]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Stallkamp on Jun 23, 2008 11:02 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013763#M959037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T06:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013764#M959038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi go to the tcode se37--&lt;DEL&gt;&amp;gt; give the funtion module name&lt;/DEL&gt;-&amp;gt;choose * function module documentation*  on the menu tool bar...or check these links..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/functions.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/functions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/function-list.htm" target="test_blank"&gt;http://www.sap-img.com/abap/function-list.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 09:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013764#M959038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T09:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013765#M959039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;baskaran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since you are new here, did you go through this thread to understand the rules here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="927634"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 09:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4013765#M959039</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-23T09:20:28Z</dc:date>
    </item>
  </channel>
</rss>

