<?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: ENHANCEMENT SPOT implementation - STEPWISE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-spot-implementation-stepwise/m-p/3683622#M887021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will share some basic knowledge on them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement points are regions where can insert our code to suit customer needs...Spots are subsets of points and created inside these points..for an enhancement point multiple active spots can exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For enhacement-sections : the main idea is to provide a spot to customise the existing process..eg:SAP has done a select criteria..but you need to filter it more by adding a where condition..in that case SAP suggests using Enhancement sections..At any time the first active enhancement section works...even if multiple sections are created(though ideally multiple sections are not allowed to be created)..if you do the procedure below you can see that enhancement-section when a spot is created for it...the code in the parent section is copied and given in the editable mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating spots implementations for points/sections are given below................................................................&lt;/P&gt;&lt;P&gt;to Create a spot in the standard code...click on the spiral icon..screen changes to a different color...place cursor on ENHANCEMENT-POINT/ENHANCEMENT-SECTION keyword of the spot you require to create implementation for...righ click -&amp;gt; "enhancement implementation -&amp;gt; "create" -&amp;gt; a table control comes -&amp;gt; at the bottom "CREATE" button to be clicked" ...give a name and text in customer name space and save -&amp;gt; select the same name just given in the table control ..press 'Tick' .....you will get a space where code can be written..write the code.....save and activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the following blogs on enhancement framework&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;/people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful and revert back for clarifications&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>Mon, 07 Apr 2008 06:57:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-07T06:57:35Z</dc:date>
    <item>
      <title>ENHANCEMENT SPOT implementation - STEPWISE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-spot-implementation-stepwise/m-p/3683621#M887020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to implement enhancement spot in standard SAP code.I will be thankful if somebody can tell me the steps to implement ENHANCEMENT spot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 12:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-spot-implementation-stepwise/m-p/3683621#M887020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T12:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: ENHANCEMENT SPOT implementation - STEPWISE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-spot-implementation-stepwise/m-p/3683622#M887021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will share some basic knowledge on them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement points are regions where can insert our code to suit customer needs...Spots are subsets of points and created inside these points..for an enhancement point multiple active spots can exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For enhacement-sections : the main idea is to provide a spot to customise the existing process..eg:SAP has done a select criteria..but you need to filter it more by adding a where condition..in that case SAP suggests using Enhancement sections..At any time the first active enhancement section works...even if multiple sections are created(though ideally multiple sections are not allowed to be created)..if you do the procedure below you can see that enhancement-section when a spot is created for it...the code in the parent section is copied and given in the editable mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating spots implementations for points/sections are given below................................................................&lt;/P&gt;&lt;P&gt;to Create a spot in the standard code...click on the spiral icon..screen changes to a different color...place cursor on ENHANCEMENT-POINT/ENHANCEMENT-SECTION keyword of the spot you require to create implementation for...righ click -&amp;gt; "enhancement implementation -&amp;gt; "create" -&amp;gt; a table control comes -&amp;gt; at the bottom "CREATE" button to be clicked" ...give a name and text in customer name space and save -&amp;gt; select the same name just given in the table control ..press 'Tick' .....you will get a space where code can be written..write the code.....save and activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the following blogs on enhancement framework&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;/people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful and revert back for clarifications&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>Mon, 07 Apr 2008 06:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-spot-implementation-stepwise/m-p/3683622#M887021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T06:57:35Z</dc:date>
    </item>
  </channel>
</rss>

