<?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: Problem with field type STRING in table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310475#M161604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use TYPE instead of LIKE -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2006 16:24:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-25T16:24:06Z</dc:date>
    <item>
      <title>Problem with field type STRING in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310469#M161598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I am new to ABAP. I have created a new transparent table which hold error info. One of the field has to store data of size about 1500 char.&lt;/P&gt;&lt;P&gt;Since CHAR type is not acceptable for this field So I gave STRING type. Now when I try to create a TABLE parameter in a RFC enabled functional module using "LIKE YERROR" Then I get a error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"YERROR must be a flat structure. You cannot use internal tables, strings, references, or structure as component"  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this error? How to resolve it? Is it because I have used a field of type STRING in the table? If this is the problem then what other type can I use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are other know problems with using STRING type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310469#M161598</guid>
      <dc:creator>gopalkrishna_baliga</dc:creator>
      <dc:date>2006-05-25T14:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field type STRING in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310470#M161599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to decalre it of type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LCHR&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lchar can hold long chars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310470#M161599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field type STRING in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310471#M161600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu can use the data element: CHAR2000.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310471#M161600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field type STRING in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310472#M161601</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;&lt;/P&gt;&lt;P&gt;Try to declare it as type LCHR , it can hold up to 32000 chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310472#M161601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field type STRING in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310473#M161602</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;take the datatype LCHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310473#M161602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field type STRING in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310474#M161603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try Declaring it as &amp;lt;b&amp;gt;LCHR&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310474#M161603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field type STRING in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310475#M161604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use TYPE instead of LIKE -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 16:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310475#M161604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T16:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with field type STRING in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310476#M161605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FLAT types can be referred only by LIKE and not TYPE....this was the error message....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 10:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-type-string-in-table/m-p/1310476#M161605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-11T10:05:14Z</dc:date>
    </item>
  </channel>
</rss>

