<?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 Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244421#M1630460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems some activation problem in enhancement so first check whether enhancement is activated properly or not you can check the implicit enhancement implentation in SE19 also activate it properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If enhancement is active and still system does not stops at your breakpoint then verify if you are getting the desired results for which you implemented this enhancement.And certainly if you are in development system then harcode break-point or break &amp;lt;your user id&amp;gt; statement and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2011 08:44:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-28T08:44:32Z</dc:date>
    <item>
      <title>Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244418#M1630457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot set a break point in the enhancement implementation I created. Also when I try to select it in SE80 Navigator it says object does not exist. I've re-generated programs, and activated the enhancement, but obviously something is not right because while my transaction hits the SAP subroutine (where my implicit enhancement is located), it is not hitting the enhancement implementation? It syntax checks and activates OK, but SAP acts like it is not there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thank-You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 01:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244418#M1630457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T01:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244419#M1630458</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;If you are implemented Implicit Enhancement  in subroutine need to check initail code line of  subroutine consist of following&lt;/P&gt;&lt;P&gt;control braek statement &lt;/P&gt;&lt;P&gt;1) CHECK &lt;/P&gt;&lt;P&gt;2) CONTINUE &lt;/P&gt;&lt;P&gt;3) EXIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Above control break staement available iniatial and   u have  implemented Implicit Enhancement  at end of subroutine &lt;/P&gt;&lt;P&gt;you  EI will not triger .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Sugestion is :  if possibele   Implement  Implicit Enhancement  at beginging of subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 03:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244419#M1630458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T03:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244420#M1630459</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;If you are trying to debugg in development system then hard code break point where you want to check using statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BREAK-POINT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and later on after testing you can remove this statement before transporting the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are testing in other systems, my suggestion is not to put brek point where any enhancement written and put break point at some if condintion inside your implicit or explicit enhancement or you can also put break-point in main program just before where you have implemented this enhancement, hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still struggling then post with the details, will guide you, it is not so difficult.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 04:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244420#M1630459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T04:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244421#M1630460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems some activation problem in enhancement so first check whether enhancement is activated properly or not you can check the implicit enhancement implentation in SE19 also activate it properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If enhancement is active and still system does not stops at your breakpoint then verify if you are getting the desired results for which you implemented this enhancement.And certainly if you are in development system then harcode break-point or break &amp;lt;your user id&amp;gt; statement and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 08:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244421#M1630460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T08:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244422#M1630461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all three responses. Unfortunately, I have tried what is suggested in all three with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other item of importance that may help, when I do a SE19 and enter the EI, when I select the 'Program' I get a message that the "Object ' does not exist'"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like the system doesn't even think it is there, I've re-generated and re-activated everything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thank-You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 14:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244422#M1630461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244423#M1630462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this implicit enhancement comes in any fm called in update task ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try this in se80 choose repository information systems,go to your implemenation,open you enhancement,click on the ABAP button and &lt;STRONG&gt;save and activate&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or tyr placing the break in the enhancement itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 04:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244423#M1630462</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-09-29T04:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244424#M1630463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you activate the main program and corresponding include in which the enhancement implementation is created ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 05:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244424#M1630463</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2011-09-29T05:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244425#M1630464</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;Well, I feel the problem is not related to activation of the enhancement. If it was system would have given a message "You can set/delete breakpoints only in a active source".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try hard coding BREAK-POINT in your enhancement. I mean inside your enhancement and not when the enhancement is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try a using External Break point ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 05:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244425#M1630464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T05:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244426#M1630465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go throgh below link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Debugger#ABAPDebugger-ABAPDebuggerWhydebuggerdon%2527tstopatmybreakpoi" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Debugger#ABAPDebugger-ABAPDebuggerWhydebuggerdon%2527tstopatmybreakpoi&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one pont mentioned in this link &lt;STRONG&gt;Little bugs in enhancement framework&lt;/STRONG&gt; check the solution provided if it works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 08:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244426#M1630465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T08:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Implementation Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244427#M1630466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom, I am facing the same issue. Were you able to resolve this issue? Can you please tell us how you resolved it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 16:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-implementation-issue/m-p/8244427#M1630466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-28T16:51:13Z</dc:date>
    </item>
  </channel>
</rss>

