<?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 Points in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569959#M859190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to implement this Enhancement Point. There would be button on Toolbar called Enhace ( Shift + F4). Click on that, it will show code with background as white. Then right click on Enhancement Spot name and Create Implementation. Once you have created the implementation then you can come back to the code, you can see the new block would be created like  this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT &amp;lt;number&amp;gt; &amp;lt;implementation name&amp;gt;.    "active version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on Enhance Button, put  your cursor on implementation name and EDIT -&amp;gt; Enhancement Operation --&amp;gt; Change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also go through this blogs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3056] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3336] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3430] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3506] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please give rewards if it helps.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 08:24:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T08:24:46Z</dc:date>
    <item>
      <title>Enhancement Points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569956#M859187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to write some code in program SAPLEINB&lt;/P&gt;&lt;P&gt;in include LEINBF0M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually there is Enhancement Point.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ENHANCEMENT-POINT LEINTF0M_07 SPOTS ES_SAPLEINB.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write my code in this point.&lt;/P&gt;&lt;P&gt;is there any exit or something available fo this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 07:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569956#M859187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569957#M859188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the sample  code below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Selection Screen&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;so_carr FOR gv_carrid,&lt;/P&gt;&lt;P&gt;so_conn FOR gv_connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENHANCEMENT-POINT  FLIGHTS_DECLARATION  SPOTS  FLIGHTS_DISPLAY  STATIC.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Select Data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENHANCEMENT-SECTION       FLIGHTS_DBSELECT SPOTS FLIGHTS_DISPLAY.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    SELECT carrid connid fldate price currency &lt;/P&gt;&lt;P&gt;         from sflight &lt;/P&gt;&lt;P&gt;         into table gt_flights&lt;/P&gt;&lt;P&gt;where carrid in so_carr&lt;/P&gt;&lt;P&gt;and connid in so_conn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END- ENHANCEMENT-SECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*List Output&lt;/P&gt;&lt;P&gt;LOOP AT gt_flights INTO gs_flights.&lt;/P&gt;&lt;P&gt;   WRITE : / gs_flights-carrid,&lt;/P&gt;&lt;P&gt;                   gs_flights-connid.&lt;/P&gt;&lt;P&gt;append gs_flights to gt_flights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Useful Link :&lt;/STRONG&gt;&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;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rose Preethi on Mar 18, 2008 1:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 07:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569957#M859188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T07:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569958#M859189</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 will have to copy the program "SAPLEINB" into a Z program and then you can use add in your code to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, while doing which you will have to implement the enhancement spot and then only you can proceed further on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do as mentioned and let me know if you are still facing any issues on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 07:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569958#M859189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T07:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569959#M859190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to implement this Enhancement Point. There would be button on Toolbar called Enhace ( Shift + F4). Click on that, it will show code with background as white. Then right click on Enhancement Spot name and Create Implementation. Once you have created the implementation then you can come back to the code, you can see the new block would be created like  this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT &amp;lt;number&amp;gt; &amp;lt;implementation name&amp;gt;.    "active version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on Enhance Button, put  your cursor on implementation name and EDIT -&amp;gt; Enhancement Operation --&amp;gt; Change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also go through this blogs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3056] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3336] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3430] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3506] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please give rewards if it helps.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 08:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-points/m-p/3569959#M859190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T08:24:46Z</dc:date>
    </item>
  </channel>
</rss>

