<?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: ECC 6.0 Syntax Correction Message.5 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164886#M752852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that the error is caused by a function group then it means that the TOP include of this function group should contain data type definitions only. If the TOP include contains local class definitions and implementations then move the implementations in ...Fxx includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example have a look at function group MEREQ:&lt;/P&gt;&lt;P&gt;- TOP include -&amp;gt; contains INCLUDE LMEREQDXX -&amp;gt; contains local class &lt;STRONG&gt;definitions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- main report -&amp;gt; contains   INCLUDE LMEREQFXX -&amp;gt; contains further includes with local class &lt;STRONG&gt;implementations&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 00:09:41 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2007-12-24T00:09:41Z</dc:date>
    <item>
      <title>ECC 6.0 Syntax Correction Message.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164885#M752851</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;We have upgraded our system to ECC 6.0.  But we are correcting some syntax errors.  I would appreciate if any one could help me in solving the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Code MESSAGEG.5&lt;/P&gt;&lt;P&gt;==&amp;gt; There should only be definitions in the TOP include (or&lt;/P&gt;&lt;P&gt;nested includes within it). This means that all kinds of&lt;/P&gt;&lt;P&gt;implementation (CLASS... IMPLEMENTATION, not meaningful. is&lt;/P&gt;&lt;P&gt;not meaningful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 04:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164885#M752851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T04:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: ECC 6.0 Syntax Correction Message.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164886#M752852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that the error is caused by a function group then it means that the TOP include of this function group should contain data type definitions only. If the TOP include contains local class definitions and implementations then move the implementations in ...Fxx includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example have a look at function group MEREQ:&lt;/P&gt;&lt;P&gt;- TOP include -&amp;gt; contains INCLUDE LMEREQDXX -&amp;gt; contains local class &lt;STRONG&gt;definitions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- main report -&amp;gt; contains   INCLUDE LMEREQFXX -&amp;gt; contains further includes with local class &lt;STRONG&gt;implementations&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 00:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164886#M752852</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-12-24T00:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: ECC 6.0 Syntax Correction Message.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164887#M752853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your input.  But i am not able to get what you are try to say.  I am getting this error in program.  Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your reference I am providing the message again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should only be definitions in the TOP include (or nested includes within it). This means that all kinds of implementation (CLASS... IMPLEMENTATION, not meaningful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 03:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164887#M752853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T03:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: ECC 6.0 Syntax Correction Message.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164888#M752854</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;It seems you have defined a class &amp;amp; implemented as well in the TOP INCLUDE of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the IMPLEMENTATION part of your class from Top Inlcude &amp;amp; add it to the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP INCLUDE should only have definition/data declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 04:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164888#M752854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T04:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: ECC 6.0 Syntax Correction Message.5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164889#M752855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message which SAP provides is misleading. But, When you click on display / change on the message, it points towards the segment which is not supposed to be in TOP include. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my scenario, It was a selection screen event which was in the TOP include. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc-6-0-syntax-correction-message-5/m-p/3164889#M752855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T10:12:04Z</dc:date>
    </item>
  </channel>
</rss>

