<?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 Unicode: HEX 20 - how to replace? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722550#M1108826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in an old coding I found the variable that contains a value of type X. The value is '20'. Now I have to converto to unicode and I have to use a CHAR-like variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change the coding so that I have the same value like Hex20 in the string/char?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2008 07:53:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-17T07:53:41Z</dc:date>
    <item>
      <title>Unicode: HEX 20 - how to replace?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722550#M1108826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in an old coding I found the variable that contains a value of type X. The value is '20'. Now I have to converto to unicode and I have to use a CHAR-like variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change the coding so that I have the same value like Hex20 in the string/char?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 07:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722550#M1108826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T07:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode: HEX 20 - how to replace?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722551#M1108827</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 think the following pdf will help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/82c445c2-0d01-0010-4ab2-fc7e1a25bea2" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/82c445c2-0d01-0010-4ab2-fc7e1a25bea2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 08:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722551#M1108827</guid>
      <dc:creator>arjun_thakur</dc:creator>
      <dc:date>2008-11-17T08:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode: HEX 20 - how to replace?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722552#M1108828</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;data : hex_value type x.&lt;/P&gt;&lt;P&gt;data : char_value type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;char_value = hex_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now char_value contain equivalent value of hex_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 08:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722552#M1108828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T08:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode: HEX 20 - how to replace?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722553#M1108829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Take V_HEX = '20' in the below code for u r requirement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZSRK_064 MESSAGE-ID ZMSG.&lt;/P&gt;&lt;P&gt;DATA: V_HEX(1) TYPE X,&lt;/P&gt;&lt;P&gt;V_CHAR(1) TYPE C.&lt;/P&gt;&lt;P&gt;V_HEX = '41'. "Hex41 = Ascii 65 ie, 4*16+1 = 65&lt;/P&gt;&lt;P&gt;PERFORM HEX_TO_CHAR_CONV USING V_HEX&lt;/P&gt;&lt;P&gt;CHANGING V_CHAR.&lt;/P&gt;&lt;P&gt;WRITE : / V_CHAR.&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&amp;amp; Form CHAR_TO_HEX_CONV&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;--&amp;gt;P_V_CHAR text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;--P_V_HEX text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;FORM HEX_TO_CHAR_CONV USING CH TYPE X&lt;/P&gt;&lt;P&gt;CHANGING CH1 TYPE C.&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS : &amp;lt;FS_TR&amp;gt; TYPE X,&lt;/P&gt;&lt;P&gt;                  &amp;lt;FS_TR1&amp;gt; TYPE C.&lt;/P&gt;&lt;P&gt;  ASSIGN CH TO &amp;lt;FS_TR&amp;gt;.&lt;/P&gt;&lt;P&gt;  ASSIGN &amp;lt;FS_TR&amp;gt; TO &amp;lt;FS_TR1&amp;gt; CASTING.&lt;/P&gt;&lt;P&gt;  CH1 = &amp;lt;FS_TR1&amp;gt;.&lt;/P&gt;&lt;P&gt;ENDFORM. " HEX_TO_CHAR_CONV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 08:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-hex-20-how-to-replace/m-p/4722553#M1108829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T08:19:06Z</dc:date>
    </item>
  </channel>
</rss>

