<?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 no-unicode structures in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102593#M103845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your help. This is very helpfull for me.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Patrizia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2005 10:09:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-08T10:09:52Z</dc:date>
    <item>
      <title>Problem with no-unicode structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102589#M103841</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'm writing a test application with the Fly data.&lt;/P&gt;&lt;P&gt;I have a SAP tutorial about this (Programming service provider tutorial) and I have to understand, how this works.&lt;/P&gt;&lt;P&gt;I need  the table FLIGHTS and a new structure, a table type with FLIGHTS as row.&lt;/P&gt;&lt;P&gt;I have a method interface with a returning parameter of type "table of flights". &lt;/P&gt;&lt;P&gt;The code:&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;select * from sflight &lt;/P&gt;&lt;P&gt;into table re_flights (&amp;lt;-- this is the DDIC structure)&lt;/P&gt;&lt;P&gt;where ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By implementing the interface method in a class the ABAP editor says always&lt;/P&gt;&lt;P&gt;"The types of the table and of "RE_FLIGHTS" are not convertible in Unicode"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know, this kind of applications is bad, but I need only a example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set the parameters? With a table of string?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Patrizia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 17:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102589#M103841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-04T17:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with no-unicode structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102590#M103842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check, perhaps the structure of SFLIGHT and RE_FLIGHTS is not really the same? Otherwise you could perhaps use "into corresponding fields of table re_flights"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 12:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102590#M103842</guid>
      <dc:creator>harry_dietz</dc:creator>
      <dc:date>2005-11-07T12:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with no-unicode structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102591#M103843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the structure FLIGHTS is a record, the structure RE-FLIGHTS is a table with FLIGHTS as row type.&lt;/P&gt;&lt;P&gt;I solved the problem: I deactivate the Unicode code check.&lt;/P&gt;&lt;P&gt;This is no very fine, but effective &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is only a test program.&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;Patrizia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 13:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102591#M103843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T13:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with no-unicode structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102592#M103844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Patrizia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of re_flights.&lt;/P&gt;&lt;P&gt;  include structure flights.&lt;/P&gt;&lt;P&gt;data: end of re_flights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from flights into re_flights.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will work. In earlier case, fragments might not have matched.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   Because of unicode issues, it is not possible to copy one structure to other directly. In an NUS(nonunicode system), a character of this type has a length of 1 byte, and in a US(unicode system) a length corresponding to the length of one character on the relevant platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this example how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZCH_UNIEXP_1.                            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of T_STRUC,&lt;/P&gt;&lt;P&gt;          F1 type c,&lt;/P&gt;&lt;P&gt;          F2 type c,&lt;/P&gt;&lt;P&gt;          F3 type i,&lt;/P&gt;&lt;P&gt;          F4 type p,&lt;/P&gt;&lt;P&gt;       end of T_STRUC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Before Unicode enabling:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data: begin of STRUC1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        include  type T_STRUC.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data:   F5 type x.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data: end of STRUC1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data: begin of STRUC2.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        include  type T_STRUC.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data:   F6 type p.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data: end of STRUC2.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;STRUC1 = STRUC2.   &amp;lt;---- Unicode error !!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;After Unicode enabling, if only component F1 to F4 should be moved:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of STRUC1.&lt;/P&gt;&lt;P&gt;        include type T_STRUC as PART1.&lt;/P&gt;&lt;P&gt;data:   F5 type x.&lt;/P&gt;&lt;P&gt;data: end of STRUC1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of STRUC2.&lt;/P&gt;&lt;P&gt;        include type T_STRUC as PART1.&lt;/P&gt;&lt;P&gt;data:   F6 type p.&lt;/P&gt;&lt;P&gt;data: end of STRUC2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRUC1-PART1 = STRUC2-PART1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward points if it helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sailaja N.L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 16:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102592#M103844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T16:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with no-unicode structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102593#M103845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your help. This is very helpfull for me.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Patrizia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 10:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-no-unicode-structures/m-p/1102593#M103845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-08T10:09:52Z</dc:date>
    </item>
  </channel>
</rss>

