<?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 standard code modification with enhacement points.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899179#M1327740</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;i need to modify a couple of my standard programs. I have been suggested to follow this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first get the acces key and go to change mode. then where u want to insert ur code, click on the insert button and get the insert block. Then here  I need to have an implicit point !! how do i create that ? where do i associate these enh points to an enhancement spot ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, the advantage stated is that tomorrow if i dont need this modifications, i can just simply switch off the enhancement spot ?? or point ?? i am not sure ? any details on that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another question is what happens when tomorrow sap changes this standard program. will my enhancement point/spot remian intact ?? what do i do to reapply my changed code as enh points ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone please throw some more light on all these ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2009 18:27:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-08T18:27:59Z</dc:date>
    <item>
      <title>standard code modification with enhacement points..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899179#M1327740</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;i need to modify a couple of my standard programs. I have been suggested to follow this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first get the acces key and go to change mode. then where u want to insert ur code, click on the insert button and get the insert block. Then here  I need to have an implicit point !! how do i create that ? where do i associate these enh points to an enhancement spot ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, the advantage stated is that tomorrow if i dont need this modifications, i can just simply switch off the enhancement spot ?? or point ?? i am not sure ? any details on that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another question is what happens when tomorrow sap changes this standard program. will my enhancement point/spot remian intact ?? what do i do to reapply my changed code as enh points ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone please throw some more light on all these ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 18:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899179#M1327740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T18:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: standard code modification with enhacement points..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899180#M1327741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Enhancement Framework&amp;gt;&amp;gt; |http://wiki.sdn.sap.com/wiki/x/cwXEB]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"another question is what happens when tomorrow sap changes this standard program"&lt;/P&gt;&lt;P&gt;SAP would use some logic, which will make sure they are not spoiling the enhancement points...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;rettkomv = xkomv.

perform (^*&amp;amp;*&amp;amp;&amp;amp;*) using xkomv from saplv61a if found. "&amp;lt;&amp;lt; I can only remember this for now..

xkomv = rettkomv.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 23:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899180#M1327741</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-07-08T23:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: standard code modification with enhacement points..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899181#M1327742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;just be clear on waht u want to do ,&lt;/P&gt;&lt;P&gt;first since u used access key and change the standard code that do need any enhancement points ,&lt;/P&gt;&lt;P&gt;just u can click insert button and insert ur code ,  the modifications are not suported by sap in future&lt;/P&gt;&lt;P&gt;another option is enahcnement point , bt this can be done at start of ur program and endo fo the program&lt;/P&gt;&lt;P&gt;other than this if u have enhancement points mentioned u can add ur own code by implememtning them&lt;/P&gt;&lt;P&gt;and these changes will be supported by sap in future as it is sap functionality&lt;/P&gt;&lt;P&gt;so firs tsearch for user exits, badis, enahncement points if these are not available then go for modification of the code&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 03:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899181#M1327742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T03:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: standard code modification with enhacement points..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899182#M1327743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What I understood from you that&lt;/P&gt;&lt;P&gt;(1) You need to modify standard programs.&lt;/P&gt;&lt;P&gt;(2) Will it be available after SAP up gradation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, SAP provides various of functionality to modify the &lt;/P&gt;&lt;P&gt;Standard program like [Customer Exits (Screens, programs and tables), BADI, Enhancement points.]&lt;/P&gt;&lt;P&gt;Try to explore your requirement and there will be some solution provide by SAP. As these are the SAP&lt;/P&gt;&lt;P&gt;Functionality and changes will be supported by SAP in future too.&lt;/P&gt;&lt;P&gt;If still there requirement which doesn't match then u should go for "Access key solution". it will not show ur changes after up gradation of SAP :(.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 06:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-code-modification-with-enhacement-points/m-p/5899182#M1327743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T06:37:59Z</dc:date>
    </item>
  </channel>
</rss>

