<?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 Diff between modification and enhancement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113092#M441939</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;   what is the difference between Modification and enhancement ...&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;Saurabh garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 04:49:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T04:49:59Z</dc:date>
    <item>
      <title>Diff between modification and enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113092#M441939</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;   what is the difference between Modification and enhancement ...&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;Saurabh garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 04:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113092#M441939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T04:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between modification and enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113093#M441940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Modification means: change the existing functionality.&lt;/P&gt;&lt;P&gt; Enhancement means: Add extra functionality to existing functionality.&lt;/P&gt;&lt;P&gt;Hope this helps you, reply for queries, Shall post you the updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.  &lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 05:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113093#M441940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T05:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between modification and enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113094#M441941</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;When you modify standard SAP program, it is called 'Modification'. For example, user-exit USEREXIT_SAVE_DOCUMENT in include MV45AFZZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP have given some places where you can insert your custom code to meet your requirement. This is done through 'Enhancement'. Here you are not modifying standard SAP program, but inserting your code in the place holder ( Z include ) which SAP has given. For example, Enhancement SIDOC001 is used to change the control record while inbound idoc creation usign file. You can see at enhancement in transaction SMOD and implement using transaction CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 05:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113094#M441941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T05:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between modification and enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113095#M441942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !!&lt;/P&gt;&lt;P&gt;   MODIFICATIONS : Change to the standard functionality by changing the SAP object itself using the  'ACCESS KEY ' from SAP .These objects needs to be observed during version upgrades as the upgrade patches might overwrite the code written by you . Except for certain incode user exits provided by SAP like MV45AFZZ .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENHANCEMENTS : Change to the standard functionality by using the exits / badis provided by SAP. These objects do not need any access key from SAP. These changes will not get over written during SAP version upgrades.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 06:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-modification-and-enhancement/m-p/2113095#M441942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T06:59:25Z</dc:date>
    </item>
  </channel>
</rss>

