<?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: Convert RAW 255 to String in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-raw-255-to-string/m-p/7387320#M1544846</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: hash  TYPE raw255,
           aux     TYPE string.

"hash contains A5346132320322(...)20302D3F2E4E4861
 aux = hash.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2010 12:11:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-03T12:11:50Z</dc:date>
    <item>
      <title>Convert RAW 255 to String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-raw-255-to-string/m-p/7387318#M1544844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data in RAW 255 format. I need to convert that RAW string into Character string.&lt;/P&gt;&lt;P&gt;I had tried with few function modules , but notting worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A53461323203221413B54471424213322423C55481525223423433D56491626233524443E574A1727243625453F584B18282537264640594C192926382747415A4D1A2A27392848425B4E1B2B283A2949435C4F1C2C293B2A4A445D501D2D2A3C2B4B455E511E2E2B3D2C4C465F521F2F2C3E2D4D47605320302D3F2E4E4861&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 10:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-raw-255-to-string/m-p/7387318#M1544844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-01T10:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Convert RAW 255 to String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-raw-255-to-string/m-p/7387319#M1544845</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 make use of the class "CL_ABAP_CONV_IN_CE" which has a method "CREATE" which will create a Conversion Instance. Then you can call the "READ" method of same class which converts the RAW data to STRING.&lt;/P&gt;&lt;P&gt;Or you can make use of the FM "WSI_RAW_TO_STRING". Call this function module in report program and convert the RAW to STRING. In actual that the FM "WSI_RAW_TO_STRING" also calls the same class "CL_ABAP_CONV_IN_CE" internally.&lt;/P&gt;&lt;P&gt;Hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 11:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-raw-255-to-string/m-p/7387319#M1544845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-01T11:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert RAW 255 to String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-raw-255-to-string/m-p/7387320#M1544846</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: hash  TYPE raw255,
           aux     TYPE string.

"hash contains A5346132320322(...)20302D3F2E4E4861
 aux = hash.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 12:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-raw-255-to-string/m-p/7387320#M1544846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T12:11:50Z</dc:date>
    </item>
  </channel>
</rss>

