<?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 binary text to ASCII in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501523#M1065098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to OP, but this is not an answer to your question. But i have to post seeing the double reply: you missed the target by 10 light years... twice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 12:22:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-07T12:22:04Z</dc:date>
    <item>
      <title>convert binary text to ASCII</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501520#M1065095</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;can anyone tell me how to convert binary text to ASCII.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the classes i need to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Shake sha vali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 11:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501520#M1065095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T11:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: convert binary text to ASCII</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501521#M1065096</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;P&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB &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;shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 12:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501521#M1065096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T12:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: convert binary text to ASCII</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501522#M1065097</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;u can try this way also.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: str1 TYPE string,
      str2 TYPE string,
      str3 TYPE string,
      itab TYPE TABLE OF string,
      text TYPE string.

text = `What#a#drag#it#is#getting#old`.

translate text using '#,'.

SPLIT text AT ',' INTO: str1 str2 str3,
                          TABLE itab.

loop at itab into str1.
write:/ str1.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 12:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501522#M1065097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: convert binary text to ASCII</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501523#M1065098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to OP, but this is not an answer to your question. But i have to post seeing the double reply: you missed the target by 10 light years... twice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 12:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-binary-text-to-ascii/m-p/4501523#M1065098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T12:22:04Z</dc:date>
    </item>
  </channel>
</rss>

