<?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: Error during implict enhancement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-implict-enhancement/m-p/4472245#M1059299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case the german message actually makes more sense.&lt;/P&gt;&lt;P&gt;It seams that you have an open control structure in your enhancement block. Like an if without an endif or a loop without endloop or a case without endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through your enhancement and make sure that you 'close' all coding blocks you start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2008 18:58:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-16T18:58:26Z</dc:date>
    <item>
      <title>Error during implict enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-implict-enhancement/m-p/4472244#M1059298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does this message mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE
Function Module HRXSS_PER_DELETE_P0021_US	(row) 1	Error
In dem Coding zu einer nicht-statischen Erweiterung sowie in einer		
nicht-statischen ENHANCEMENT-SECTION müssen die Kontrollkonstrukte (IF,		
CASE u.ä.) abgeschlossen werden.		
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GOOGLE TRANSLATION
In the coding to a non-static enlargement and in a 
ENHANCEMENT non-static-SECTION must control constructs (IF, 
CASE, etc.) to be completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, I was trying to enhance an ESS function module, HRXSS_PER_DELETE_P0021_US implicitly, at the beginning of the function module.   (It may be important, that previously, we had enhanced another fm in the same group, HRXSS_PER_MODIFY_P0021_US ).  Anyway, i went to se37, displayed the code, hit the enhancement spiral, displayed implicit enhancements, set focus on the begin of fm line, , and hit create enhancement.  It may also be important to note that I used an existing enhancement implementation, Z_P0021.  The code opened up, and showed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="CODE"&gt;
ENHANCEMENT 2  Z_P0021   
*
ENDENHANCEMENT.
&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added my code, but have trouble activating stuff.  I've gone through a few renditions by now, but I just can't seem to get there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 18:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-implict-enhancement/m-p/4472244#M1059298</guid>
      <dc:creator>mike_mcinerney</dc:creator>
      <dc:date>2008-09-16T18:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error during implict enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-implict-enhancement/m-p/4472245#M1059299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case the german message actually makes more sense.&lt;/P&gt;&lt;P&gt;It seams that you have an open control structure in your enhancement block. Like an if without an endif or a loop without endloop or a case without endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through your enhancement and make sure that you 'close' all coding blocks you start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 18:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-implict-enhancement/m-p/4472245#M1059299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T18:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error during implict enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-implict-enhancement/m-p/4472246#M1059300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You know, I would have thought so, but I had pared down my code to almost nothing, with now flow control, and still had the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, in reality, that was the problem - just not where I was looking.  An error had inadvertently been introduced to the '1' code (in a different module) , but I was focused on '2' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All better for both of us now - have some points.  &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;...Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 19:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-implict-enhancement/m-p/4472246#M1059300</guid>
      <dc:creator>mike_mcinerney</dc:creator>
      <dc:date>2008-09-16T19:51:26Z</dc:date>
    </item>
  </channel>
</rss>

