<?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 point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point/m-p/3533646#M850125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frnd , &lt;/P&gt;&lt;P&gt;Enhancement Point is nothing but points where user can add his own code to  in ENAHNCEMENT FRAMEWORK concept,ECC6.0.&lt;/P&gt;&lt;P&gt;These are Implicit enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implicit Enhancement Option&lt;/P&gt;&lt;P&gt;-At common enhancement places, implicit Enhancement options are&lt;/P&gt;&lt;P&gt;available. Examples:&lt;/P&gt;&lt;P&gt;-End of Executable Program, Include, Function group, Dialog module&lt;/P&gt;&lt;P&gt;-Begin/End of Form routine / Function module / Method&lt;/P&gt;&lt;P&gt;-End of a structure&lt;/P&gt;&lt;P&gt;-End of Private/Protected/Public Section of a local class.&lt;/P&gt;&lt;P&gt;If you search in SDN with ENHANCEMNT FRAMEWORK search word ,you wll get alll related links .&lt;/P&gt;&lt;P&gt;You can have more explanations there &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;Jagadeesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 10:37:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T10:37:13Z</dc:date>
    <item>
      <title>Enhancement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point/m-p/3533644#M850123</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;I want to know about enhancement points. Through the enhancepoint can we add a new import parameter to a standard function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeetu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point/m-p/3533644#M850123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point/m-p/3533645#M850124</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;You can enhance the parameter interface of a function module with new, optional formal parameters as enhancement implementation elements. Enhancing by adding new exceptions is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the context of the enhancement concept, the parameter interface of a function module provides corresponding enhancement options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;To implement an enhancement of the interface, use the Function Builder to call the Enhancement Builder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Choose the tab of the parameter type for which you want to insert a formal parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      Choose Edit ® Enhancement Operations ® Enhance Interface for a function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A dialog box appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Select an existing enhancement implementation or create a new one (see Creating an Enhancement Implementation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This takes you to the enhancement mode of the Function Builder in which the original components of the function module are displayed and cannot be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      Insert the new formal parameter in the same way as when you create a function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5.      Save and activate the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new parameter can now be used at implicit and explicit enhancement options in enhancements to the source code of the function module. This can be done using ABAP source code enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f56120039915" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f56120039915&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Runal Singh on Mar 7, 2008 4:06 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point/m-p/3533645#M850124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point/m-p/3533646#M850125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frnd , &lt;/P&gt;&lt;P&gt;Enhancement Point is nothing but points where user can add his own code to  in ENAHNCEMENT FRAMEWORK concept,ECC6.0.&lt;/P&gt;&lt;P&gt;These are Implicit enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implicit Enhancement Option&lt;/P&gt;&lt;P&gt;-At common enhancement places, implicit Enhancement options are&lt;/P&gt;&lt;P&gt;available. Examples:&lt;/P&gt;&lt;P&gt;-End of Executable Program, Include, Function group, Dialog module&lt;/P&gt;&lt;P&gt;-Begin/End of Form routine / Function module / Method&lt;/P&gt;&lt;P&gt;-End of a structure&lt;/P&gt;&lt;P&gt;-End of Private/Protected/Public Section of a local class.&lt;/P&gt;&lt;P&gt;If you search in SDN with ENHANCEMNT FRAMEWORK search word ,you wll get alll related links .&lt;/P&gt;&lt;P&gt;You can have more explanations there &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;Jagadeesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point/m-p/3533646#M850125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:37:13Z</dc:date>
    </item>
  </channel>
</rss>

