<?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: Unicode types not convertible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605814#M271806</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;this is the declaration of &amp;lt;fs_table&amp;gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;fs_table&amp;gt;  type standard table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand what you are saying correctly I will need to handle each infotype separately. Has anyone got any idea if there is another more dynamically method? Because in the end I still will need to put all tables into one big internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2006 08:24:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-12T08:24:28Z</dc:date>
    <item>
      <title>Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605807#M271799</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;I can't find out why the following error is being generated: unicode_types_not_convertible. The types of the operands "dbtab" and "itab" are not mutually convertible. &lt;/P&gt;&lt;P&gt;This is the code on which it blocks: &lt;/P&gt;&lt;P&gt;              select * from (it_table-table)&lt;/P&gt;&lt;P&gt;                       appending table &amp;lt;fs_table&amp;gt;&lt;/P&gt;&lt;P&gt;                       where pernr in so_pernr.&lt;/P&gt;&lt;P&gt;The strange thing is that the statement is being executed succesfully twice (in loop-statement) before the short dump is being returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help, &lt;/P&gt;&lt;P&gt;Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 14:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605807#M271799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T14:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605808#M271800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try executing the Select in a separte program for the values that it dumps.  Also can you post the values for which it dumps that will help understand why its dumping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hith&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 14:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605808#M271800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605809#M271801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the value of it_table-table when it dumps is pa0002 (for pa0001 and pa0000) it works &lt;/P&gt;&lt;P&gt;&amp;lt;fs_table&amp;gt; has 1 entry after going through infotype 0000 and has 9 entries after going through infotype 0001. It blocks at infotype 0002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 15:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605809#M271801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605810#M271802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathalie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your data declaration for &amp;lt;fs_table&amp;gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 16:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605810#M271802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T16:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605811#M271803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think &amp;lt;fs_table&amp;gt; is assigned to an itab of all character fields, and the select dumping because of a decimal field in PA0002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 16:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605811#M271803</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-09-11T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605812#M271804</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;  In Unicode enabled systems, both the structures should&lt;/P&gt;&lt;P&gt;be identical to move data from one another or we can &lt;/P&gt;&lt;P&gt;move data from a structure or work area to a text &lt;/P&gt;&lt;P&gt;varible if the structure or work area have only fields &lt;/P&gt;&lt;P&gt;of character or numeric data type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For handling of the case we have to explicitly move&lt;/P&gt;&lt;P&gt;field by field data and manipulate as per our &lt;/P&gt;&lt;P&gt;requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Code that you have given might work well without any &lt;/P&gt;&lt;P&gt;problem in non-unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 16:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605812#M271804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T16:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605813#M271805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program go to attributes and uncheck the unicode option and re-run you program. GoTo-&amp;gt;Attributes-&amp;gt;Uncheck the Unicode check Active and re-run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hith&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 17:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605813#M271805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605814#M271806</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;this is the declaration of &amp;lt;fs_table&amp;gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;fs_table&amp;gt;  type standard table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand what you are saying correctly I will need to handle each infotype separately. Has anyone got any idea if there is another more dynamically method? Because in the end I still will need to put all tables into one big internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 08:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605814#M271806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T08:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605815#M271807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select * from (it_table-table)&lt;/P&gt;&lt;P&gt;appending table &amp;lt;fs_table&amp;gt;&lt;/P&gt;&lt;P&gt;where pernr in so_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cannot do this as in different loop pass you will get a different table and &amp;lt;fs_table&amp;gt; is already assinged the structure of previous table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you could do is afters every select move the content of &amp;lt;fs_table&amp;gt; to another table (may be a fieldsymbol) and initialize &amp;lt;fs_table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 09:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605815#M271807</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-09-12T09:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605816#M271808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The structures do NOT have to be the same for a CORRESPONDING FIELDS. This works in a test program I have: &lt;/P&gt;&lt;P&gt;==================&lt;/P&gt;&lt;P&gt;DATA: itab TYPE STANDARD TABLE OF istruct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM ztab&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE itab&lt;/P&gt;&lt;P&gt;WHERE vkorg = 'XYZ'&lt;/P&gt;&lt;P&gt;AND zyear = '2007'&lt;/P&gt;&lt;P&gt;AND werks = '00A'.&lt;/P&gt;&lt;P&gt;===================&lt;/P&gt;&lt;P&gt;where "istruct" is the same as the DB table definition plus two additional columns and minus MANDT. &lt;/P&gt;&lt;P&gt;However, in another program I get the "not Unicode compatible" error when I try to activate it. &lt;/P&gt;&lt;P&gt;Why does it work in one case and not the other? Is it some program setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 16:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605816#M271808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T16:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605817#M271809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natalie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not so important how the field-symbols is declared but what it is assigned to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data:
  lr_data type ref to data.
create data lr_data type table of (it_table-table).
assign lr_data-&amp;gt;* to &amp;lt;fs_table&amp;gt;.

select * from (it_table-table)
appending table &amp;lt;fs_table&amp;gt;
where pernr in so_pernr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work for all tables that have a field pernr.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 22:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605817#M271809</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-12-09T22:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode types not convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605818#M271810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm having a short dump error Unicode_types_not convetrible.&lt;/P&gt;&lt;P&gt;actually where upgrading from 4.6 to ecc6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 
data: i_data type standard table of tab512,
         w_data(192) type c.

parameters: s_tab(60) type c,
              s_ctab(60) type c.

select * from (s_tab) into table i_data.

loop at i_data into w_data.
insert into (s_ctab) value w_data.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 05:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-types-not-convertible/m-p/1605818#M271810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-13T05:19:56Z</dc:date>
    </item>
  </channel>
</rss>

