<?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: Explicit Enhancement spots for SAP Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514506#M568813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot add explicit enhancements anywhere you want as it is standard SAP program. You need to add them only wherever it is permitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jul 2007 17:45:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-07T17:45:41Z</dc:date>
    <item>
      <title>Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514499#M568806</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;  How can i add explicit enhancement spots in the standard sap program. Its not working in the same way as implicit enhancement spots. I want to add enhancement spots for the standard program RFWERE00. Please give me ur ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 21:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514499#M568806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T21:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514500#M568807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of Explicit Enhancement. One which can be provided at a specific place - called Enhancement Point, and another which can be used to replace a set of statements &amp;#150; called Enhancement Section. For this, we now have two new ABAP statements, viz.&lt;/P&gt;&lt;P&gt;&amp;#149; ENHANCEMENT-POINT&lt;/P&gt;&lt;P&gt;&amp;#149; ENHANCEMENT-SECTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And since the keyword is not in the program RFWERE00, I guess only way to do enhancements is via Implicit Enhancements in the above program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 23:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514500#M568807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T23:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514501#M568808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;  Thanks for the reply. I have seen another program RM07MLBD. If i want to add an explicit enhancement either one point or section in a form routine, i want to add some code in the middle of form routine, implicit enhancements does not work for it. How can i do that??. Please give me ur ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 23:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514501#M568808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T23:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514502#M568809</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;Enhancement Spots need to be explicitly provided in the program. You can then write your own code in it so that at runtime your code can be executed.  But, if Enhancement Spots are not provided explicitly then you will need the SSCR key to open the standard program so that you can write Explicit Enhancement Spots in it. Without the key, you can not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage of it is, once you get the SSCR key, SAP will no longer support that object. So, think carefully before getting a SSCR key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if the answer is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 23:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514502#M568809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T23:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514503#M568810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukhul,&lt;/P&gt;&lt;P&gt;  Thanks alot for the reply. So cant we write explicit enhancement spots anywhere in the standard program??.  How can we add in the explicit enhancements in the standard program. Can you please give me the procedure for doing that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 01:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514503#M568810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T01:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514504#M568811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link. Maybe it will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/29/e59441026aae5fe10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/29/e59441026aae5fe10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this thread posted in sdn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="443105"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 03:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514504#M568811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T03:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514505#M568812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aneesh,&lt;/P&gt;&lt;P&gt;  I have read the help in sap. But one thing i didnt understand, is it possible to add explicit enhancements anywhere in the standard program. If so, how can we do it, Please give me ur thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 16:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514505#M568812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T16:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514506#M568813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot add explicit enhancements anywhere you want as it is standard SAP program. You need to add them only wherever it is permitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 17:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514506#M568813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514507#M568814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way you can add code in the middle of a form routine is through a Modifiying Key. But as suggested in the forums, SAP is willing to support or certify only if it is recommended by them. So my suggestion would be to put the issue on SAP Messages at Service Marketplace. you would get a reply back to your particular issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you do not want to go through this route, in the Program, look for enhancement spots  at the end of form routine. Here you can modify the required fields or add your custom code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 15:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514507#M568814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T15:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514508#M568815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot sunny. I know how to use a enhancement-section, but didnt understand the concept of enhancement-point exactly. Can anyone please give your ideas .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 02:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514508#M568815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T02:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Enhancement spots for SAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514509#M568816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement-point is an explicit enhacement option provided by the developer of the SAP standard object. You can use it to enhance the standard program by creating an enhancement-point implementation of your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way if there are no enhancement points in the program, is that you can look out for the imlicit enhancement options for the object you want to modify and out of those implicit options choose the best one(implicit option in source code) which suits your need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if there are none then you are left with an option to modify the standard code using modification assistant, which ofcourse is &amp;lt;b&amp;gt;supported by SAP&amp;lt;/b&amp;gt; .  And in that modification you can probably make a call to an explicit enhancement-option and implement it thereafter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the paragraph below for more clarification :&lt;/P&gt;&lt;P&gt;You are a SAP customer and need some enhancement of a SAP solution. Let us assume that the implicit enhancement options available in the relevant development objects do not suffice to accomplish this and that there are also no suitable explicit enhancement options. So you are left with the possibility to modify the relevant SAP development objects. But still there is room for using enhancement options. To reduce the effort necessary for adapting your modifications after an upgrade it is a good strategy to keep your modifications small. To minimize the size of your modification you create enhancement options within the modifications you insert. Then you add all further code to the implementation of these enhancement options. This way the modifications only contain these enhancement options and all the other additions are part of your namespace. In this use case modifications and enhancement cooperate in an interesting way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this make sense and is relevant to what you had asked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Encourage by rewarding points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 12:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explicit-enhancement-spots-for-sap-program/m-p/2514509#M568816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T12:29:55Z</dc:date>
    </item>
  </channel>
</rss>

