<?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: include program or function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program-or-function-module/m-p/3682595#M886797</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;INCLUDES are used to perform set of things And Function modules are used to perform the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE:&lt;/P&gt;&lt;P&gt;Used to define all the data declarations and to perform all the perform statements in single program (include program) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can use include program for set of functions also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many standard functions are available in SAP.&lt;/P&gt;&lt;P&gt;Example: to display output in grid format (reuse_alv_grid_display).&lt;/P&gt;&lt;P&gt;To download or upload the files into SAP (GUI_UPLOAD or etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 02:19:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-17T02:19:36Z</dc:date>
    <item>
      <title>include program or function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program-or-function-module/m-p/3682594#M886796</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;Perhaps I wasnt so clear about the different between them. When should use include or FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If say, i have a common things, take for example check for block items, and that will be shared by 3 programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you recommend me to use include file or FM?&lt;/P&gt;&lt;P&gt;Which has the better performance? I need to justify the reason.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 00:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program-or-function-module/m-p/3682594#M886796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T00:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: include program or function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program-or-function-module/m-p/3682595#M886797</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;INCLUDES are used to perform set of things And Function modules are used to perform the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE:&lt;/P&gt;&lt;P&gt;Used to define all the data declarations and to perform all the perform statements in single program (include program) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can use include program for set of functions also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many standard functions are available in SAP.&lt;/P&gt;&lt;P&gt;Example: to display output in grid format (reuse_alv_grid_display).&lt;/P&gt;&lt;P&gt;To download or upload the files into SAP (GUI_UPLOAD or etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 02:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program-or-function-module/m-p/3682595#M886797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T02:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: include program or function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program-or-function-module/m-p/3682596#M886798</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;1.INCLUDE is one of the type of the reports and FM is technique of&lt;/P&gt;&lt;P&gt;    modularization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    It is a code that cannot be run on its own. You call them from&lt;/P&gt;&lt;P&gt;    another program using INCLUDE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.FM has Impoting, Exporting, Table, Exception as properties of &lt;/P&gt;&lt;P&gt;   parameters , INCLUDE doesnt have. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; It is a reusable procedure that can be executed from any program  by calling it. any number times in the same program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you call FM all group its group will be downloaded into &lt;/P&gt;&lt;P&gt;memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use INcludes for your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 03:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program-or-function-module/m-p/3682596#M886798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T03:02:31Z</dc:date>
    </item>
  </channel>
</rss>

