<?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: Enhance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance/m-p/4286835#M1022577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Santo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ECC6, this is new Enhancement functionality introduce in SAP system.  This is advance development which is related to User Exit / BADI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more details, please refer to Blog on ehancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for Enhancement Framework, you will find number of documents related to this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maehsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2008 10:13:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-05T10:13:13Z</dc:date>
    <item>
      <title>Enhance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance/m-p/4286834#M1022576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ECC6 version, there is an option "ENHANCE (Shift+F4)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have pressed it, the code become grayed and was not editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 09:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance/m-p/4286834#M1022576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance/m-p/4286835#M1022577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Santo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ECC6, this is new Enhancement functionality introduce in SAP system.  This is advance development which is related to User Exit / BADI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more details, please refer to Blog on ehancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for Enhancement Framework, you will find number of documents related to this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maehsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 10:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance/m-p/4286835#M1022577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T10:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance/m-p/4286836#M1022578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are used for enhancing the existing code using the concept of "enhancement spots and points"&lt;/P&gt;&lt;P&gt;Before pressing the shift+F4 go to Edit -&amp;gt; "Enhancement operations" we can see that "create/Replace/undo/change" operations are greyed and "show/hide implicit enhancements" available&lt;/P&gt;&lt;P&gt;After pressing "shift+F4" all options are available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click on the editor -&amp;gt; right click -&amp;gt; context menu -&amp;gt; enhancement implementation -&amp;gt; create/replace/undo/change is available&lt;/P&gt;&lt;P&gt;Usually we need the keywords -&amp;gt; enhancement-point/enhancement-section to create an implementation..We keep the cursor on these keywords and then right click -&amp;gt; enhancement implementation -&amp;gt; create/replace/undo/change &lt;/P&gt;&lt;P&gt;if you keep elsewhere on the editor we will get a message &lt;/P&gt;&lt;P&gt;"In this mode, you can create implementations only"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also it is of not much use in custom programs and used to enhance functionality in standard programs&lt;/P&gt;&lt;P&gt;Please check the forum for "Enhancement Framework Blogs"&lt;/P&gt;&lt;P&gt;to learn more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Pls check and revert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 10:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance/m-p/4286836#M1022578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T10:32:54Z</dc:date>
    </item>
  </channel>
</rss>

