<?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: Syntax error while checking unicode to upgrade version. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130550#M447812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI NAVEEN.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem with your itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take itab as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: BEGIN OF TAB_TEXT OCCURS 500,&lt;/P&gt;&lt;P&gt;id(1) type c,&lt;/P&gt;&lt;P&gt;key(8) type c,&lt;/P&gt;&lt;P&gt;entry(255) type c,&lt;/P&gt;&lt;P&gt;length type i,&lt;/P&gt;&lt;P&gt;END OF TAB_TEXT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can take::&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: TAB_TEXT type standard table of textpool with header line.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rammohan Nagam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2007 09:56:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-06T09:56:49Z</dc:date>
    <item>
      <title>Syntax error while checking unicode to upgrade version.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130549#M447811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I got a syntax error while upgrading the version from 4.6 to ECC6.0.&lt;/P&gt;&lt;P&gt;The Error is "The line type of &amp;lt;b&amp;gt;"TAB_TEXT" must be compatible with one of the types "TEXTPOOL".&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA:     BEGIN OF TAB_TEXT OCCURS 500,&lt;/P&gt;&lt;P&gt;               LANGU       LIKE T002-SPRAS.&lt;/P&gt;&lt;P&gt;                INCLUDE STRUCTURE TEXTPOOL.         "=ID, KEY, ENTRY, LENGTH&lt;/P&gt;&lt;P&gt;   DATA: END OF TAB_TEXT.	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM READ_SAP_TEXT_ELEMENTS_OLD TABLES   TAB_TEXT STRUCTURE                                                                                &lt;/P&gt;&lt;P&gt;TAB_TEXT&lt;/P&gt;&lt;P&gt;                            USING    R_NAME&lt;/P&gt;&lt;P&gt;                            CHANGING R_TITLE  R_SUBTXT R_COLTXT R_SELTXT&lt;/P&gt;&lt;P&gt;                                     R_SYMTXT.	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TEXTPOOL R_NAME INTO TAB_TEXT&lt;/P&gt;&lt;P&gt;                       LANGUAGE P_LANGU.&lt;/P&gt;&lt;P&gt;The Error is coming at READ TEXTPOOL.&lt;/P&gt;&lt;P&gt;Can anybody please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 09:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130549#M447811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T09:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error while checking unicode to upgrade version.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130550#M447812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI NAVEEN.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem with your itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take itab as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: BEGIN OF TAB_TEXT OCCURS 500,&lt;/P&gt;&lt;P&gt;id(1) type c,&lt;/P&gt;&lt;P&gt;key(8) type c,&lt;/P&gt;&lt;P&gt;entry(255) type c,&lt;/P&gt;&lt;P&gt;length type i,&lt;/P&gt;&lt;P&gt;END OF TAB_TEXT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can take::&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: TAB_TEXT type standard table of textpool with header line.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rammohan Nagam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 09:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130550#M447812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error while checking unicode to upgrade version.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130551#M447813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for reply.&lt;/P&gt;&lt;P&gt;U mean to say instead of including the structure just take the fields into itab??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did like that.But i am getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 10:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130551#M447813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T10:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error while checking unicode to upgrade version.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130552#M447814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt; it is working fine with me. try once again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TAB_TEXT OCCURS 500,&lt;/P&gt;&lt;P&gt;id(1) type c,&lt;/P&gt;&lt;P&gt;key(8) type c,&lt;/P&gt;&lt;P&gt;entry(255) type c,&lt;/P&gt;&lt;P&gt;length type i,&lt;/P&gt;&lt;P&gt;END OF TAB_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can take::&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: TAB_TEXT type standard table of textpool with header line.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 10:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-while-checking-unicode-to-upgrade-version/m-p/2130552#M447814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T10:40:53Z</dc:date>
    </item>
  </channel>
</rss>

