<?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: ABAP - unicode system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681316#M886547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;CODE PAGE :&lt;/P&gt;&lt;P&gt;These classes are used to convert ABAP data from the system format to external formats and vice versa. During this conversion process, character-type data may be converted to another character set, while numeric-type data may be converted to another byte order (or endian format). You must use a container of type X or XSTRING for data in an external format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character sets and endian formats are also converted by the file interface (OPEN DATASET with new additions), RFCs, and the function modules GUI_DOWNLOAD and GUI_UPLOAD. The classes described below are available for those special cases where the possibilities offered by conversion are insufficient. Since these classes work with containers of types X and XSTRING, these containers can be copied unconverted by the file interface (OPEN DATASET with new additions), RFCs, and the function modules GUI_DOWNLOAD and GUI_UPLOAD. These classes replace the following two statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE c ...FROM CODE PAGE     g1 ... TO CODE PAGE     g2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE f ...FROM NUMBER FORMAT n1 ... TO NUMBER FORMAT n2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a detailed description, see the class documentation in the Class Builder. The following classes are available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_IN_CE &lt;/P&gt;&lt;P&gt;Reads data from a container and converts it to the system format. You can also fill structures with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_OUT_CE &lt;/P&gt;&lt;P&gt;Converts data from the system format to an external format and writes it to a container. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_X2X_CE&lt;/P&gt;&lt;P&gt;Converts data from one external format to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCALE : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal of Internationalization is to provide the technical foundation to enable programs to support multiple scripts and languages without redesign or modification. Once a user has selected a log on language, all programs must transparently alter their run-time behavior to meet the expectations of the user. Internationalization furthers generic programming, because hard-encoded search strings, error messages, etc. may work in one language, but not in another. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error usually occurs in TRANSLATE statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE P_VARIVAR_TEXT TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just add below statement to eliminate error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set locale language sy-langu.&lt;/P&gt;&lt;P&gt;TRANSLATE P_VARIVAR_TEXT TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 07:43:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T07:43:26Z</dc:date>
    <item>
      <title>ABAP - unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681313#M886544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u tell what are these concepts in Unicode System????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;locale,code page and language key....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 06:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681313#M886544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681314#M886545</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 refer the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 06:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681314#M886545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T06:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681315#M886546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dear....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechies.com/doubt-in-unicode-enabling/" target="test_blank"&gt;http://www.saptechies.com/doubt-in-unicode-enabling/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Sudarsan Sahoo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 06:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681315#M886546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T06:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681316#M886547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;CODE PAGE :&lt;/P&gt;&lt;P&gt;These classes are used to convert ABAP data from the system format to external formats and vice versa. During this conversion process, character-type data may be converted to another character set, while numeric-type data may be converted to another byte order (or endian format). You must use a container of type X or XSTRING for data in an external format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character sets and endian formats are also converted by the file interface (OPEN DATASET with new additions), RFCs, and the function modules GUI_DOWNLOAD and GUI_UPLOAD. The classes described below are available for those special cases where the possibilities offered by conversion are insufficient. Since these classes work with containers of types X and XSTRING, these containers can be copied unconverted by the file interface (OPEN DATASET with new additions), RFCs, and the function modules GUI_DOWNLOAD and GUI_UPLOAD. These classes replace the following two statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE c ...FROM CODE PAGE     g1 ... TO CODE PAGE     g2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE f ...FROM NUMBER FORMAT n1 ... TO NUMBER FORMAT n2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a detailed description, see the class documentation in the Class Builder. The following classes are available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_IN_CE &lt;/P&gt;&lt;P&gt;Reads data from a container and converts it to the system format. You can also fill structures with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_OUT_CE &lt;/P&gt;&lt;P&gt;Converts data from the system format to an external format and writes it to a container. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_X2X_CE&lt;/P&gt;&lt;P&gt;Converts data from one external format to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCALE : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal of Internationalization is to provide the technical foundation to enable programs to support multiple scripts and languages without redesign or modification. Once a user has selected a log on language, all programs must transparently alter their run-time behavior to meet the expectations of the user. Internationalization furthers generic programming, because hard-encoded search strings, error messages, etc. may work in one language, but not in another. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error usually occurs in TRANSLATE statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE P_VARIVAR_TEXT TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just add below statement to eliminate error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set locale language sy-langu.&lt;/P&gt;&lt;P&gt;TRANSLATE P_VARIVAR_TEXT TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 07:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-unicode-system/m-p/3681316#M886547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T07:43:26Z</dc:date>
    </item>
  </channel>
</rss>

