<?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: Implicite enhancement not triggering without debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009523#M1897091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 10pt;"&gt;Praveen,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some time sap need to update our standard tables, so think only after break in some place thinks are happened,personally i have such problems. So i suggest replace your &lt;STRONG&gt;break point&lt;/STRONG&gt; with&amp;nbsp; &lt;STRONG&gt;wait for 1 sec&lt;/STRONG&gt; in the same place of your&amp;nbsp; code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1249/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Apr 2015 02:33:01 GMT</pubDate>
    <dc:creator>SwadhinGhatuary</dc:creator>
    <dc:date>2015-04-05T02:33:01Z</dc:date>
    <item>
      <title>Implicite enhancement not triggering without debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009522#M1897090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; Created One Implicite Enhancement&amp;nbsp; In &lt;STRONG&gt;LMEGUICJI&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;Method Save On "PO" Save .&lt;/P&gt;&lt;P&gt;It's Working Only When I Set Break point.&lt;/P&gt;&lt;P&gt;I try Every Think&amp;nbsp; but Cant Solve This.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 12:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009522#M1897090</guid>
      <dc:creator>praveenboss</dc:creator>
      <dc:date>2015-04-04T12:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Implicite enhancement not triggering without debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009523#M1897091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 10pt;"&gt;Praveen,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some time sap need to update our standard tables, so think only after break in some place thinks are happened,personally i have such problems. So i suggest replace your &lt;STRONG&gt;break point&lt;/STRONG&gt; with&amp;nbsp; &lt;STRONG&gt;wait for 1 sec&lt;/STRONG&gt; in the same place of your&amp;nbsp; code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1249/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2015 02:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009523#M1897091</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2015-04-05T02:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Implicite enhancement not triggering without debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009524#M1897092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just want to share my experience and hope that may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) Normally the debugger wont stop if you put debugging in the implicit implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) To ensure the enhancement code is getting execute:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) Put the debugger point at any executable statement just before this enhancement &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Put infinite loop and check in SM50 or SM66 [Try only if you know how to debug the running&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; process]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; c) Set the breakpoint using the "BREAK-POINT" keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&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;Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2015 17:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009524#M1897092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-05T17:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Implicite enhancement not triggering without debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009525#M1897093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its strange, do one thing please Define message type 'A' at the start of the enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any condition that call your enhancement? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might you are getting the data from the same table which SAP updates in the current session So while running at background mode your data is not updated, but when you are in&amp;nbsp; debugging time SAP updates the data and your enhancement is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give more us more clarity about your problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 05:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009525#M1897093</guid>
      <dc:creator>nishantbansal91</dc:creator>
      <dc:date>2015-04-06T05:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Implicite enhancement not triggering without debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009526#M1897094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Am using Implicite enhancement inside po save ( form METHOD_SAVE).&lt;/P&gt;&lt;P&gt;In LMEGUICJI.&lt;/P&gt;&lt;P&gt;Its Not working without BREAK-POINT&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Now I am Using.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;wait &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;UP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1' &lt;/SPAN&gt;SECONDS&lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In enhancement.&lt;/P&gt;&lt;P&gt;It's Working..&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, 06 Apr 2015 06:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009526#M1897094</guid>
      <dc:creator>praveenboss</dc:creator>
      <dc:date>2015-04-06T06:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Implicite enhancement not triggering without debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009527#M1897095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swadhin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason behind using WAIT statement to get the enhancement triggered ?&lt;/P&gt;&lt;P&gt;Sounds strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 08:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009527#M1897095</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2015-04-06T08:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Implicite enhancement not triggering without debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009528#M1897096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I second that, because WAIT is one of those mythical "solutions" that masks the underlying problem instead of addressing it. Often has to do with asynchronous updates, when the programmer is unable to fully understand the SAP logic he/she needs to use or extend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, the WAIT triggers implicit database commit (except in update function modules).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Jānis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 09:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009528#M1897096</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2015-04-06T09:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Implicite enhancement not triggering without debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009529#M1897097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;WAIT is sometimes used by developers to wait for a backround update process to finish. If a lot of update requests are already queued and all processes are busy, it may easily exceed 1 second. So using UP TO 1 seconds implements the source for a bug that will be extremely hard to track because you just can't reproduce the exact situation where it occured. On the other hand you will always have to add the 1 second to processing time - not very useful in mass processing.&lt;/P&gt;&lt;P&gt;The correct way would be to check the locks that have been set in the update process and wait for their release. Or put your exit development inside a function module and call it in update task.&lt;/P&gt;&lt;P&gt;Can't check with system now.&lt;/P&gt;&lt;P&gt;Regards, Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicite-enhancement-not-triggering-without-debugging/m-p/11009529#M1897097</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2015-04-06T11:16:36Z</dc:date>
    </item>
  </channel>
</rss>

