<?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: Performance and Runtime behavior: Explicit v/s Implicit Enhancement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550199#M1936579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess there is no big difference between implicit, explicit and (explicit) kernel BADIs regarding the runtime performance. In each case you have an additional "method call". Using multi active implementations could be a little bit more organizational work for the runtime, but not as much you will recognize it as a user (maybe some micro or nano seconds).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not sure if this approach is the correct ones for your root cause. Maybe you should modularize your coding much more to avoid these mentioned dependencies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 09:13:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-14T09:13:34Z</dc:date>
    <item>
      <title>Performance and Runtime behavior: Explicit v/s Implicit Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550197#M1936577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Background: For 'form exits' like MV45AFZZ and customer exits, at our project we are planning to use implicit enhancement to handle multiple simultaneous modification in order to avoid dependency between two developers modifying the code. However, there is a doubt that multiple implicit can lead to performance issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: Purely from technical point of view at run time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;gt; is there any difference between explicit and implicit? Which is better?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&amp;gt;What happens at code compilation time or how does these two behave at run time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c&amp;gt;and are there any performance issues?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d&amp;gt;will it be better if we use kernel BADIs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 08:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550197#M1936577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-14T08:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance and Runtime behavior: Explicit v/s Implicit Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550198#M1936578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Why should an implicit enhancement cause a performance issue? People do come up with some very odd concerns. Have you searched to see if&amp;nbsp; anyone has ever reported performance issues using an implicit enhancement? What possible way could it cause a performance issue?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Since you're in control - the object is in the customer namespace - I cannot see any reason not to use an explicit enhancement. The difference is that it's explicit - I.e. you are saying "Here is where to enhance". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 08:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550198#M1936578</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-03-14T08:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Performance and Runtime behavior: Explicit v/s Implicit Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550199#M1936579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess there is no big difference between implicit, explicit and (explicit) kernel BADIs regarding the runtime performance. In each case you have an additional "method call". Using multi active implementations could be a little bit more organizational work for the runtime, but not as much you will recognize it as a user (maybe some micro or nano seconds).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not sure if this approach is the correct ones for your root cause. Maybe you should modularize your coding much more to avoid these mentioned dependencies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 09:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550199#M1936579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-14T09:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Performance and Runtime behavior: Explicit v/s Implicit Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550200#M1936580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Completely agree with Matthew; as MV45AFZZ is a very highly used Include in the Sales Order application program for a range of changes. In my last project we created a explicit enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only point is don't write the code there directly it will create a mess create an encapsulation, we created a method and called it. so may be create a custom kernel stuff and write the code in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this things are part of the actual run time code and not add on calls , do not worry about performance they will be smooth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550200#M1936580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-14T10:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Performance and Runtime behavior: Explicit v/s Implicit Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550201#M1936581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you to check for available SAP enhancements beforehand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g., SAP provides the enhancement spot ES_SAPMV45A which you can use as an alternative to the MV45AFZZ include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - There are a couple other enh. spots (e.g., BADI_SD_SALES), but unfortunately some of them are marked as "SAP-internal" use only &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" height="1" src="https://community.sap.com/98/images/emoticons/plain.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 11:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550201#M1936581</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2016-03-14T11:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance and Runtime behavior: Explicit v/s Implicit Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550202#M1936582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. I couldn't agree more. But this is for the 'legends' who only agree to disagree. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 06:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550202#M1936582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-16T06:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Performance and Runtime behavior: Explicit v/s Implicit Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550203#M1936583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. So what do you suggest?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 06:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550203#M1936583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-16T06:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance and Runtime behavior: Explicit v/s Implicit Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550204#M1936584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;. Surely, we have kept that in mind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 06:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-and-runtime-behavior-explicit-v-s-implicit-enhancement/m-p/11550204#M1936584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-16T06:40:12Z</dc:date>
    </item>
  </channel>
</rss>

