<?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 What is the programming (ABAP) difference between Unicode and non Unicode? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766715#M1462577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the programming(ABAP) difference between Unicode and non Unicode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: NIV on Apr 12, 2010 1:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 11:29:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-12T11:29:15Z</dc:date>
    <item>
      <title>What is the programming (ABAP) difference between Unicode and non Unicode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766715#M1462577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the programming(ABAP) difference between Unicode and non Unicode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: NIV on Apr 12, 2010 1:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 11:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766715#M1462577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T11:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is the programming (ABAP) difference between Unicode and non Unicode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766716#M1462578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a good number of programming differences as ur unicode system gets more and more language + code page dependant.&lt;/P&gt;&lt;P&gt;1. For one, usage 'TYPE X'  for declaration of Hex Variables is not permitted. Instead make use of class-method CLASS_CHAR_UTILITIES or CLASS_ABAB_CONV_IN_CE as best fitted.&lt;/P&gt;&lt;P&gt;2. If using 'TRANSLATE &amp;lt;string&amp;gt; TO UPPER/LOWER CASE' stmt, then setting the locale is necessary.&lt;/P&gt;&lt;P&gt;3. For reading/writing files from/to application server, an addition of MODE and Default is a must.&lt;/P&gt;&lt;P&gt;4. The upload/download can no longer be used, for one as they have grown obselete and replaced by GUI_DOWNLOAD/UPLOAD.&lt;/P&gt;&lt;P&gt;5. Can no longer have variable names containing a hyphen '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These were some of the checks we kept in mind when upgarding to ECC 6.0 aka unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Dedeepya C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 11:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766716#M1462578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T11:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the programming (ABAP) difference between Unicode and non Unicode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766717#M1462579</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;unicode is the universal character encoding which is maintained by unicode consortium.unicode converts all the writing symbols present whether it is technical symbol , punctuation or any other special char.it supports all the languages also some systems like XI can work in unicode .also unicode system require around 70% more storage area and processing speed.you have to check the unicode flag while creating the program , if that flag is unchecked then program will be executed only in non unicode systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;tanmaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 12:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766717#M1462579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T12:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is the programming (ABAP) difference between Unicode and non Unicode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766718#M1462580</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;Please fing below the difference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode provides a unique number for every character, independent of all programs or platforms.&lt;/P&gt;&lt;P&gt;Upto release 4.7, non unicode kernal was supported and after that in netWeaver and ECC 5.0  etc. unicode kernel is supported.&lt;/P&gt;&lt;P&gt;Unicode is mandatory for SAP systems to deploy JAVA applications. &lt;/P&gt;&lt;P&gt;Unicode supports all different languages like Englich, Chinese, Germal, etc whereas non unicode supports only english and german.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Rocky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 12:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766718#M1462580</guid>
      <dc:creator>Rocky1</dc:creator>
      <dc:date>2010-04-12T12:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: What is the programming (ABAP) difference between Unicode and non Unicode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766719#M1462581</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;The difference between programming in Unicode or not Unicode is that you should consider some adjustments to make on the Program "Z" to comply with the judgments Unicode Standard.&lt;/P&gt;&lt;P&gt;In the past, developments in SAP using multiple systems to encode the characters of different alphabets. For example: ASCII, EBCDI, or double-byte code pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These coding systems mostly use 1 byte per character, which can encode up to 256 characters. However, other alphabets such as Japanese or Chinese use a larger number of characters in their alphabets. That's why the system using double-byte code page, which uses 2 bytes per character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to unify the different alphabets, it was decided to implement a single coding system that uses 2 bytes per character regardless of what language is concerned. That system is called Unicode.&lt;/P&gt;&lt;P&gt;Unicode is also the official way to implement ISO/IEC 10646 and is supported in many operating systems and all modern browsers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way of verifying whether a program was adjusted or not, is through the execution of the UCCHECK transaction. Additionally, you can check by controlling syntax (making sure that this asset verification check Unicode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main decisions to adjust / replace are (examples):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN H-SY-INDEX TEXT TO ASSIGN &amp;lt;F1&amp;gt; by &lt;/P&gt;&lt;P&gt;H-SY-INDEX TEXT (*) TO &amp;lt;F1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA INIT (50) VALUE '/'. by &lt;/P&gt;&lt;P&gt;DATA INIT (1) VALUE '/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE FIELD text LENGTH lengh2 by&lt;/P&gt;&lt;P&gt;DESCRIBE FIELD text LENGTH lengh2 in character mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T_ZSMY_DEMREG_V1 = record_tab by &lt;/P&gt;&lt;P&gt;record_tab TO MOVE-Corresponding t_zsmy_demreg_v1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;escape_trick = hot3. by&lt;/P&gt;&lt;P&gt; escape_trick-x1 = hot3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab_txt TYPE wt by&lt;/P&gt;&lt;P&gt; ITAB_TXT TYPE TABLE OF TEXTPOOL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: string3 (3) TYPE X VALUE B2023 '3 'by&lt;/P&gt;&lt;P&gt;DATA: string3 (6) B2023 TYPE c VALUE '3 '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET file_name IN TEXT MODE by&lt;/P&gt;&lt;P&gt;OPEN DATASET file_name FOR INPUT IN TEXT MODE ENCODING NON-UNICODE.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;OPEN DATASET file_name FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE FROM PAGE TRANSLATE a_codepage record by&lt;/P&gt;&lt;P&gt;record TRANSLATE USING a_codepage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DOWNLOAD' by&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services =&amp;gt; gui_download&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_DOWNLOAD' by &lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services =&amp;gt; gui_download&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'UPLOAD' by&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services =&amp;gt; gui_upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_UPLOAD' by &lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services =&amp;gt; gui_upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM USING HEAD APPEND_XFEBRE +2. by&lt;/P&gt;&lt;P&gt;PERFORM USING HEAD APPEND_XFEBRE +2 (98).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Rodriguez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 13:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766719#M1462581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T13:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is the programming (ABAP) difference between Unicode and non Unicode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766720#M1462582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please (re)search before posting.&lt;/P&gt;&lt;P&gt;Thread locked.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 13:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-programming-abap-difference-between-unicode-and-non-unicode/m-p/6766720#M1462582</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-04-12T13:15:33Z</dc:date>
    </item>
  </channel>
</rss>

