<?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: Source code enhancement through Explicit enhancement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159108#M1821155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what option I am left with. Request an access key for this particular object and make necessary changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly correct me, if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 17:06:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-01T17:06:40Z</dc:date>
    <item>
      <title>Source code enhancement through Explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159104#M1821151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to modify FM HR_MAINTAIN_MASTERDATA&lt;/P&gt;&lt;P&gt;at a certain place. And there is no enhance-point or section available which I can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This requirement can not be met thru implicit enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me how to create source code plug-in thru explicit enhancement&lt;/P&gt;&lt;P&gt;for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create enhancement-section (for a particular logic) in this FM. As when I try to&lt;/P&gt;&lt;P&gt;create enhancement in this, I get the following message " In this mode, you can create implementations only".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried various things but not working. Seen links where it is shown in the Z&amp;nbsp; program but it does not&lt;/P&gt;&lt;P&gt;work in real problem like mine i.e. standard sap code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those who have created such source code plug-in can answer this. Looking forward for your help.&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;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 12:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159104#M1821151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-31T12:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Source code enhancement through Explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159105#M1821152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;I think you might be a bit confused about explicit/implicit enhancement options.&amp;nbsp; An explicit enhancement option will be created only by SAP in standard SAP code for you to implement them. They are pretty much like a BADI. You can as you mentioned, create your own within your own custom code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are no suitable enhancements, you can add your own code to SAP standard using a modification.&amp;nbsp; When you try and edit the object, you will get a popup with details about the object.&amp;nbsp; You can use those details to register the object in the SAP service marketplace.&amp;nbsp; Once registered you will recieve a key which can be entered in the popup so you can add your own code to the FM using SAP's modfication tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Try and limit performing modications, as unlike enhancements, you are modifying standard SAP code.&amp;nbsp; So you should have a valid business justification for doing this and ensure you have exhausted all options for enhancement .&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;A word of advice on enhancements. Implicit enhancement options are at the top and bottom of all subroutines (class methods, includes, etc).&amp;nbsp; If there is a subroutine call just before you need the change to occur, you could add your enahncement into that subroutine instead knowing that the next logic to be called will be the code it impacts.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Katan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 13:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159105#M1821152</guid>
      <dc:creator>Katan</dc:creator>
      <dc:date>2014-03-31T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Source code enhancement through Explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159106#M1821153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that Explicit enhancement are created by SAP but if I have to take an access key for&lt;/P&gt;&lt;P&gt;changing the source code, then why would I need (enhancement-point or enmancement-section)&lt;/P&gt;&lt;P&gt;I can directly code where I would like to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though I have read many blogs, and I believe we can insert our custom code thru explicit enhancement by defining and implementing them.&lt;/P&gt;&lt;P&gt;&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;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159106#M1821153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-31T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Source code enhancement through Explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159107#M1821154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep, &lt;/P&gt;&lt;P&gt;Unfortunately your assumption is not correct about adding code anywhere.&amp;nbsp; SAP do not enable you to add custom code completely freely within their standard logic.&amp;nbsp; It's also the same reason they have a modification framework, for those situations where you need to change SAP standard code.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explicit enhancements can only be added to custom code. I.e customer programs, within other enhancements or even within a modification.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Katan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159107#M1821154</guid>
      <dc:creator>Katan</dc:creator>
      <dc:date>2014-03-31T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Source code enhancement through Explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159108#M1821155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what option I am left with. Request an access key for this particular object and make necessary changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly correct me, if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 17:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159108#M1821155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-01T17:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Source code enhancement through Explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159109#M1821156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to modify that FM then you need to request an access key for this purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 21:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159109#M1821156</guid>
      <dc:creator>gagandeep_singh17</dc:creator>
      <dc:date>2014-04-01T21:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Source code enhancement through Explicit enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159110#M1821157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;Yes, but on the basis that you have covered off all the points in my original post and that you truly believe that you have no other options to make this change via an enhancement.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Katan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 21:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-code-enhancement-through-explicit-enhancement/m-p/10159110#M1821157</guid>
      <dc:creator>Katan</dc:creator>
      <dc:date>2014-04-01T21:59:50Z</dc:date>
    </item>
  </channel>
</rss>

