<?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 Enhancement and modifications in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749616#M902136</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;  Can any one tel me how to differentiate betweeen enhancement and  modifications??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What all the things fall under enhancement and what will fall under modifications??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 09:04:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-22T09:04:59Z</dc:date>
    <item>
      <title>Enhancement and modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749616#M902136</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;  Can any one tel me how to differentiate betweeen enhancement and  modifications??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What all the things fall under enhancement and what will fall under modifications??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749616#M902136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement and modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749617#M902137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enhancement means adding our own functionality to the standard applications without disturbing ...like customer exits,BADI's and user exits are enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modifications means adding extra functionality to standard application with disturbing...for this we have access key to modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749617#M902137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement and modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749618#M902138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification: This is when you need to modify standard SAP objects &lt;STRONG&gt;using access key&lt;/STRONG&gt;. Here you &lt;STRONG&gt;insert code between directly standard SAP code&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Modifications like these get overwritten during upgrade (Enhancements are never overwritten).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Enhancements, refer the following blog:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/nw-development?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/nw-development?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050&lt;/A&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chitrali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749618#M902138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement and modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749619#M902139</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;Modifications mean making changes to the SAP standard functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancements mean adding some functionality to SAP standard functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantages of modification &lt;/P&gt;&lt;P&gt;Modifying standard code can lead to errors&lt;/P&gt;&lt;P&gt;Modifications mean more work during software upgrades&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages of enhancements &lt;/P&gt;&lt;P&gt;Do not affect standard SAP source code&lt;/P&gt;&lt;P&gt;Do not affect software upgrades&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When do you opt for modification ?&lt;/P&gt;&lt;P&gt;Customer exits are not available for all programs and screens within the R/3 standard applications. You can only use exits if they already exist within the SAP R/3 System . Otherwise you have to opt for modifications .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749619#M902139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement and modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749620#M902140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modifications mean making changes to the SAP standard functionality while Enhancements mean adding some functionality to SAP standard functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modification includes Nonregistered modification, Assisted Modification and User Exits while Enhancement includes ABAP Dictinary tables, Customer Exits, BTEs and BADIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modifications&lt;/STRONG&gt;: &lt;/P&gt;&lt;P&gt;These are changes to SAP Repository objects made at the customer site. If SAP delivers a changed version of the object, the customer&amp;#146;s system must be adjusted to reflect these changes. Prior to Release 4.0B these adjustments had to be made manually using upgrade utilities. From Release 4.5A, this procedure has been automated with the Modification Assistant. Modifications are changes to SAP objects in customer systems. They are:&lt;/P&gt;&lt;P&gt;- Executed with the help of user exits (these are subroutines in objects in the SAP namespace that are reserved for customers)&lt;/P&gt;&lt;P&gt;- &amp;#146;Hard-coded&amp;#146; at various points within SAP Repository objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enhancements&lt;/STRONG&gt;: &lt;/P&gt;&lt;P&gt;This means creating Repository objects for individual customers that refer to objects that already exist in the SAP Repository. SAP programs call Repository objects that you, as a customer, have created or changed. Example: You use a function module exit called by an SAP program. You can enhance your system at the following levels:&lt;/P&gt;&lt;P&gt;- In ABAP programs (Function Module exits)&lt;/P&gt;&lt;P&gt;- On GUI interfaces (Menu Exits)&lt;/P&gt;&lt;P&gt;- On screens by inserting a subscreen in an area specified by SAP (Screen Exits)&lt;/P&gt;&lt;P&gt;- On screens by processing customer code that refers to a specific field on the screen (Field exits)&lt;/P&gt;&lt;P&gt;- In ABAP Dictionary tables or structures (tabel enhancements)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vibha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749620#M902140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement and modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749621#M902141</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;Can any one tel me the procedure to find out a user exit and customer exit??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In what condition we have to opt user exit??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Arun Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-and-modifications/m-p/3749621#M902141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:26:33Z</dc:date>
    </item>
  </channel>
</rss>

