<?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: What is the difference between standard function module and customised function module in sap abap? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578028#M2009099</link>
    <description>&lt;P&gt;Very basic question for any ABAP developer. You should better practice ABAP instead of learning answers.&lt;/P&gt;</description>
    <pubDate>Sun, 29 May 2022 08:16:24 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2022-05-29T08:16:24Z</dc:date>
    <item>
      <title>What is the difference between standard function module and customised function module in sap abap?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578027#M2009098</link>
      <description>&lt;P&gt;What is the difference between standard function module and customised function module?&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2022 08:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578027#M2009098</guid>
      <dc:creator>former_member1376725</dc:creator>
      <dc:date>2022-05-29T08:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between standard function module and customised function module in sap abap?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578028#M2009099</link>
      <description>&lt;P&gt;Very basic question for any ABAP developer. You should better practice ABAP instead of learning answers.&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2022 08:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578028#M2009099</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-05-29T08:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between standard function module and customised function module in sap abap?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578029#M2009100</link>
      <description>&lt;P&gt;Standard FM is provided by SAP itself and custom is build within the Client as per requirement locally.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 06:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578029#M2009100</guid>
      <dc:creator>ankurch</dc:creator>
      <dc:date>2022-05-30T06:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between standard function module and customised function module in sap abap?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578030#M2009101</link>
      <description>&lt;P&gt;Standard functions - those function are provided by SAP default .&lt;/P&gt;&lt;P&gt;Customized functions - those function which provides result as per our requirements, like if you wish to extract a particular data, which is not designed in default SAP system so we can extract it by applying ABAP function (customized). &lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 12:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578030#M2009101</guid>
      <dc:creator>former_member806243</dc:creator>
      <dc:date>2022-05-30T12:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between standard function module and customised function module in sap abap?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578031#M2009102</link>
      <description>&lt;P&gt;The difference is literally in the name and it's the same for any objects, not just function modules.&lt;/P&gt;&lt;P&gt;There is a rather important distinction that it's more about who is in charge or supporting / maintaining the object than who creates it. Some comments mentioned that "standard" = provided by SAP. However, this also includes approved partner solutions / add-ons that technically not created by SAP but you'd go to SAP Support with any incidents.&lt;/P&gt;&lt;P&gt;"Custom" is, well, everything else. Custom objects start with letters Z or Y. They can be created by anyone. For example, SAP can even provide a report code in a note but you'd have to implement it as a custom report in Z namespace (and SAP won't maintain it for you). Or open-source solutions like abapGit or ABAP2XLSX technically not custom built by any specific customer yet also belong to the "custom" Z namespace.&lt;/P&gt;&lt;P&gt;"Customized" is tricky as it implies there is some element of standard functionality that was changed. We don't usually refer to ABAP objects as "customized", I'd say. Standard/custom are the words more widely used.&lt;/P&gt;&lt;P&gt;Hope this explains it. &lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 17:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578031#M2009102</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2022-05-31T17:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between standard function module and customised function module in sap abap?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578032#M2009103</link>
      <description>&lt;P&gt;The difference is note &lt;A href="https://launchpad.support.sap.com/#/notes/7"&gt;7 - Error caused by customer modification/development&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(For your exact question, look at &lt;A href="https://launchpad.support.sap.com/#/notes/415983"&gt;415983 - Modification/customer developments of SAP function modules&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 12:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-standard-function-module-and-customised/m-p/12578032#M2009103</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-06-07T12:55:40Z</dc:date>
    </item>
  </channel>
</rss>

