<?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 in Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-in-function-module/m-p/5958976#M1337340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Please try with respect to below example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM p1.&lt;/P&gt;&lt;P&gt;WRITE u2018Hello Worldu2019.&lt;/P&gt;&lt;P&gt;ENHANCEMENT-POINT ep1 SPOTS&lt;/P&gt;&lt;P&gt;s1.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;ENHANCEMENT-SECTION ep2&lt;/P&gt;&lt;P&gt;SPOTS s1.&lt;/P&gt;&lt;P&gt;WRITE u2019Originalu2019.&lt;/P&gt;&lt;P&gt;END-ENHANCEMENT-SECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 1.&lt;/P&gt;&lt;P&gt;WRITE u2019Hello&lt;/P&gt;&lt;P&gt;Parisu2019.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;ENHANCEMENT 2.&lt;/P&gt;&lt;P&gt;WRITE u2019Hello&lt;/P&gt;&lt;P&gt;Londonu2019.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 3.&lt;/P&gt;&lt;P&gt;WRITE u2019Enhancedu2019.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be ENDENHANCEMENT instead of end-enhancement. Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 03:10:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-03T03:10:49Z</dc:date>
    <item>
      <title>Enhancement in Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-in-function-module/m-p/5958975#M1337339</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;&lt;/P&gt;&lt;P&gt;i have created an enhancement in function module. i copied the original codes and placed it in the enhancement and plan to put additional  codes for my requirement. But i am getting an error like this: ...Before the statement "ENDFUNCTION", the sructure introduced by "ENHANCEMENT" must be concluded with "END-ENHANCEMENT-SECTION"... &lt;/P&gt;&lt;P&gt;The copied codes contains enhancement also. When i tried to add end-enhancement...the FM dumps. Do you have any ideas how can i implement the enhancement correctly? Or how can i correct the error. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 02:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-in-function-module/m-p/5958975#M1337339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T02:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement in Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-in-function-module/m-p/5958976#M1337340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Please try with respect to below example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM p1.&lt;/P&gt;&lt;P&gt;WRITE u2018Hello Worldu2019.&lt;/P&gt;&lt;P&gt;ENHANCEMENT-POINT ep1 SPOTS&lt;/P&gt;&lt;P&gt;s1.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;ENHANCEMENT-SECTION ep2&lt;/P&gt;&lt;P&gt;SPOTS s1.&lt;/P&gt;&lt;P&gt;WRITE u2019Originalu2019.&lt;/P&gt;&lt;P&gt;END-ENHANCEMENT-SECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 1.&lt;/P&gt;&lt;P&gt;WRITE u2019Hello&lt;/P&gt;&lt;P&gt;Parisu2019.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;ENHANCEMENT 2.&lt;/P&gt;&lt;P&gt;WRITE u2019Hello&lt;/P&gt;&lt;P&gt;Londonu2019.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 3.&lt;/P&gt;&lt;P&gt;WRITE u2019Enhancedu2019.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be ENDENHANCEMENT instead of end-enhancement. Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 03:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-in-function-module/m-p/5958976#M1337340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T03:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement in Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-in-function-module/m-p/5958977#M1337341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you creating a enhancement in the FM or are you creating a FM. what is the need of copying the standard code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enhancements are points provided by SAP in standard codes where you can add a piece of code to suite your requirement. do not touch SAP codes in standard program unless it is extremely necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when sap gives a enhancement spot. u right click there. create enhancement. it will automatically give  you a block called enhancement -- end enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you are creating a Z FM from the standard code then there is no need of enhancement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 05:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-in-function-module/m-p/5958977#M1337341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T05:18:09Z</dc:date>
    </item>
  </channel>
</rss>

