<?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: Regarding Function Module concept in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232465#M480449</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;Usage of certain function modules rather that going the other way round will defenitely improve performance.&lt;/P&gt;&lt;P&gt;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;Rgds,&lt;/P&gt;&lt;P&gt;Prajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 03:48:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T03:48:13Z</dc:date>
    <item>
      <title>Regarding Function Module concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232464#M480448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; Is the Function Module concept meant only for modularity or something to do with the performace also. Please clarify this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Satya Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 03:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232464#M480448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T03:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232465#M480449</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;Usage of certain function modules rather that going the other way round will defenitely improve performance.&lt;/P&gt;&lt;P&gt;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;Rgds,&lt;/P&gt;&lt;P&gt;Prajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 03:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232465#M480449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T03:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232466#M480450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;             Function Modules  is used for modularity &amp;amp; performance both.&lt;/P&gt;&lt;P&gt;In case you dont have a standard extractor suiting to your needs....you need to do complex selects(involves several tables based on your requirement rather than just a table or view selection) , transform your data(manpuliate your data..)....and pass it through data packets.. &lt;/P&gt;&lt;P&gt;                      If the join condition is not possible in the view .then we go with Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             The function module must meet the requirements of a specific interface. The system checks both in Customizing as well as when you use a method in layout, whether the function module is active in the system and whether it meets the requirements of the interface. &lt;/P&gt;&lt;P&gt;              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 04:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232466#M480450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T04:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232467#M480451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use inbuilt functional module obviously increase your performane of the code since they are made in SAP recomended coding standard. Secondly, they take care many of the functions like user authorization. But its main aim to reuse a certain amount of code. You dont have to wast time to achieve a functionality what you already develop previously, instead you can concentrate to achieve other new functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 04:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232467#M480451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T04:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232468#M480452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for spending time...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 02:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-concept/m-p/2232468#M480452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T02:58:04Z</dc:date>
    </item>
  </channel>
</rss>

