<?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 Implementation editor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812407#M1881978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use regular SE38 New ABAP Editor to write code in implicit enhancement.&lt;/P&gt;&lt;P&gt;Clicking on spiral icon (Shift+F4 Enhance), right-click to show implicit enhancement points, right click again on marked line to create/change implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For pretty printing, I cut tested code to custom report, pretty print and then paste back.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/625979" width="450" /&gt;&lt;/P&gt;&lt;P&gt;/.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 08:41:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-01-16T08:41:55Z</dc:date>
    <item>
      <title>Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812402#M1881973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I create an implementation for implicit enhancements, etc., why is the editor so limited?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I edit source is do click the Display Code (Source) button from within the implementation.&amp;nbsp; This leads to a very limited lower-half of the screen editor for the implicit enhancement, with no apparent pretty print options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there alternatives to this, to make the code conform to other code?&amp;nbsp; I thought of editing the code in another ZPROGRAM and then just cutting and pasting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 20:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812402#M1881973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-13T20:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812403#M1881974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel your pain.&amp;nbsp; I used to use the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/programs/custom/zclippretty.htm" style="font-size: 10pt;" title="http://www.sapdev.co.uk/programs/custom/zclippretty.htm"&gt;http://www.sapdev.co.uk/programs/custom/zclippretty.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I started using includes in all enhancements and coding in those includes.&amp;nbsp; This makes it nice and neat and allows you to use the pretty printer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 20:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812403#M1881974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-13T20:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812404#M1881975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for both of those tips - great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One followup question, from your experience, if I could.&amp;nbsp; Within Userexits, is there an advantage to placing an Implict Enhancement (with an INLCUDE to keep it neat), or would it be more efficient to simply place a customer namespace INCLUDE in the userexit, and skip the enhancement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the only things I think an enhancement would add to the userexit is that it could become switchable in the switch framework.&amp;nbsp; Is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 19:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812404#M1881975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-15T19:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812405#M1881976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is something I have been pondering the last few weeks.&amp;nbsp; I used to just modify the user exist (if you are talking about the SD exits) using an include but I recently made the switch to use enhancements for the reason you mentioned.&amp;nbsp; It looks a bit dd at first (why would you enhance something that is "open" to customer modification) but it does add some nice advantages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 19:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812405#M1881976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-15T19:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812406#M1881977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, was thinking the same.&amp;nbsp; Not sure we'll use that functionality, but I suppose it's good to set up for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 19:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812406#M1881977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-15T19:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812407#M1881978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use regular SE38 New ABAP Editor to write code in implicit enhancement.&lt;/P&gt;&lt;P&gt;Clicking on spiral icon (Shift+F4 Enhance), right-click to show implicit enhancement points, right click again on marked line to create/change implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For pretty printing, I cut tested code to custom report, pretty print and then paste back.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/625979" width="450" /&gt;&lt;/P&gt;&lt;P&gt;/.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 08:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812407#M1881978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-16T08:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812408#M1881979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For painfully slow systems, activation of sales order user exit can take 15 minutes, whereas activation of enhancement would be significantly faster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 08:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812408#M1881979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-16T08:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812409#M1881980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great point.&amp;nbsp; I work on such a system.&amp;nbsp; It is also useful with multiple developers.&amp;nbsp; I am in the situation now where I need to back out changes that have been sitting in Dev since September.&amp;nbsp; I need to use the same SD include for an emergency fix so I have to back out the old code then re-implement it.&amp;nbsp; If the developer would have used includes or even enhancement points it would be a piece of cake (or blueberry pie in my case)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 11:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812409#M1881980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-16T11:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812410#M1881981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great point.&amp;nbsp; I work on such a system.&amp;nbsp; It is also useful with multiple developers.&amp;nbsp; I am in the situation now where I need to back out changes that have been sitting in Dev since September.&amp;nbsp; I need to use the same SD include for an emergency fix so I have to back out the old code then re-implement it.&amp;nbsp; If the developer would have used includes or even enhancement points it would be a piece of cake (or blueberry pie in my case)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 11:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-editor/m-p/10812410#M1881981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-16T11:56:18Z</dc:date>
    </item>
  </channel>
</rss>

