<?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 Unicode Type not Convertible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-type-not-convertible/m-p/3762323#M905161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am upgrading 4.7 to 6.0&lt;/P&gt;&lt;P&gt;I am getting error&lt;/P&gt;&lt;P&gt;Dbname and wa are not convertible for following statement&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;select (obj-name) into work&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried declaring work as same data type as obj-name, then it gives error like 'work area too small'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both 'work' and obj-name are of type c&lt;/P&gt;&lt;P&gt;size of work is 3000&lt;/P&gt;&lt;P&gt;size of obj-name is 30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 11:33:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-23T11:33:45Z</dc:date>
    <item>
      <title>Unicode Type not Convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-type-not-convertible/m-p/3762323#M905161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am upgrading 4.7 to 6.0&lt;/P&gt;&lt;P&gt;I am getting error&lt;/P&gt;&lt;P&gt;Dbname and wa are not convertible for following statement&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;select (obj-name) into work&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried declaring work as same data type as obj-name, then it gives error like 'work area too small'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both 'work' and obj-name are of type c&lt;/P&gt;&lt;P&gt;size of work is 3000&lt;/P&gt;&lt;P&gt;size of obj-name is 30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 11:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-type-not-convertible/m-p/3762323#M905161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T11:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Type not Convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-type-not-convertible/m-p/3762324#M905162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Surbhi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ-NAME contains the name of a DB table. Thus, WORK must be defined accordingly, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: ldo_data    TYPE REF TO data.

FIELD-SYMBOLS:
  &amp;lt;ls_struc&amp;gt;         TYPE any.


" Example: obj-name = 'KNB1'.

CREATE DATA ldo_data TYPE (obj-name).
ASSIGN ldo_data-&amp;gt;* to &amp;lt;ls_struc&amp;gt;.

select (obj-name) into &amp;lt;ls_struc&amp;gt;
where.....
&lt;/CODE&gt;&lt;/PRE&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>Wed, 23 Apr 2008 11:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-type-not-convertible/m-p/3762324#M905162</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-04-23T11:45:19Z</dc:date>
    </item>
  </channel>
</rss>

