<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145284#M115919</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;You can´t use the move or write statement for structures with the offset/length-option which are not character-like. &lt;/P&gt;&lt;P&gt;More exactly: You can do the move or write statement only for the most left character like part of the structure. To get this character like part you have to analyse each field of the structure from the left side and until the first not-character-like field (floating-Point, packed, ...) the statement will work. This is caused by the 1byte/2byte memory requirement in a Unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;wbr&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2006 06:52:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-09T06:52:12Z</dc:date>
    <item>
      <title>Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145281#M115916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i am moving structure offset ex: struct+9(33) to   &lt;/P&gt;&lt;P&gt;   character length. &lt;/P&gt;&lt;P&gt;ex: move struct+9(33) to char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. how to display ICON using write at command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me. it is urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shivakumar&lt;/P&gt;&lt;P&gt;HP-GDIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145281#M115916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145282#M115917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;report zreport.&lt;/P&gt;&lt;P&gt;include &amp;lt;icons&amp;gt;.&lt;/P&gt;&lt;P&gt;write '123' as icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please calrify the first one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145282#M115917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145283#M115918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;data: x_mara like mara.&lt;/P&gt;&lt;P&gt;data: char(100).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; move x_mara+9(33) to char.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145283#M115918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145284#M115919</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;You can´t use the move or write statement for structures with the offset/length-option which are not character-like. &lt;/P&gt;&lt;P&gt;More exactly: You can do the move or write statement only for the most left character like part of the structure. To get this character like part you have to analyse each field of the structure from the left side and until the first not-character-like field (floating-Point, packed, ...) the statement will work. This is caused by the 1byte/2byte memory requirement in a Unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;wbr&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145284#M115919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145285#M115920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ztest.

include &amp;lt;icons&amp;gt;.

data: x_vbap like vbap.
data: char(100).

select * from vbap
up to 1 rows into x_vbap.
endselect.
 move x_vbap+9(33) to char.
"first  
 write: char.
"second answer
 write '123' as icon.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just copy paste the above code and check...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145285#M115920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145286#M115921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. the problem is that we can not use write statement directly we need to use Write at only for characters. The problem is how to display the Icon in write at statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shivakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 07:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145286#M115921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T07:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145287#M115922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi (once again me).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a method cl_abap_container_utilities=&amp;gt;fill_container_c&lt;/P&gt;&lt;P&gt;to fill a structure (also not-character-like) in a container (e.g. CHAR255).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: container(255).&lt;/P&gt;&lt;P&gt;CALL METHOD cl_abap_container_utilities=&amp;gt;fill_container_c&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      im_value               = wa_mara&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      ex_container           = container&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      illegal_parameter_type = 1&lt;/P&gt;&lt;P&gt;      OTHERS                 = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    RAISE error.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;write container+9(33).  "this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wbr Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 07:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145287#M115922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T07:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145288#M115923</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;go to table ICON and check the ID's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take them and just save it to char variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: char(4) ;&lt;/P&gt;&lt;P&gt;char = 'ICONID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write char as icon.&lt;/P&gt;&lt;P&gt;this will do..&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>Mon, 09 Jan 2006 07:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145288#M115923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T07:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145289#M115924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for ur reply.&lt;/P&gt;&lt;P&gt;here the problem is that i have to write a dynamic program all the tables. i having around 200 tables which are to be uploaded. i could not go for LSMW because of this  problem.&lt;/P&gt;&lt;P&gt;   the user has to enter the filename and the table name and the corresponding table has to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-problem/m-p/1145289#M115924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T05:40:41Z</dc:date>
    </item>
  </channel>
</rss>

