<?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 conversion of binary string into headecimal in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928709#M690071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ho will i convert binary string into hexadecimal fromat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 06:08:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T06:08:43Z</dc:date>
    <item>
      <title>conversion of binary string into headecimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928709#M690071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ho will i convert binary string into hexadecimal fromat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 06:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928709#M690071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T06:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of binary string into headecimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928710#M690072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the fun module&lt;/P&gt;&lt;P&gt;CHAR_HEX_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 06:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928710#M690072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T06:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of binary string into headecimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928711#M690073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It not working my input is 1111 but its not giving 'F' as output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 07:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928711#M690073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T07:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of binary string into headecimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928712#M690074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_FROM_CHAR_SORT_RFW - it will Convert from character to any datatype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 07:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928712#M690074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T07:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of binary string into headecimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928713#M690075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Thanks but the above module is not present my system.&lt;/P&gt;&lt;P&gt;I have number which needs to be converted into binary first and then into Hex.&lt;/P&gt;&lt;P&gt;I have written it code for conversion of decimal number into Binary.But i am not able to convert it into Hex.&lt;/P&gt;&lt;P&gt;My rough code is ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of t_temp,&lt;/P&gt;&lt;P&gt;        r1 type i,&lt;/P&gt;&lt;P&gt;        end of t_temp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : ty_temp type standard table of t_temp ,&lt;/P&gt;&lt;P&gt;       wa_temp type t_temp.&lt;/P&gt;&lt;P&gt;DATA : num TYPE i,&lt;/P&gt;&lt;P&gt;       temp1 TYPE string,&lt;/P&gt;&lt;P&gt;       temp2 TYPE string,&lt;/P&gt;&lt;P&gt;       temp3 TYPE string,&lt;/P&gt;&lt;P&gt;       temp4 TYPE x.&lt;/P&gt;&lt;P&gt;******************************&lt;/P&gt;&lt;P&gt;temp1 = 0.&lt;/P&gt;&lt;P&gt;temp2 = ''.&lt;/P&gt;&lt;P&gt;num = 64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************&lt;/P&gt;&lt;P&gt;while num ne 1.&lt;/P&gt;&lt;P&gt;  temp1 = num MOD 2.&lt;/P&gt;&lt;P&gt;  num = num / 2.&lt;/P&gt;&lt;P&gt;  If temp1 = 1.&lt;/P&gt;&lt;P&gt;    num = num - 1.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  concatenate temp1 temp2 into temp2 .&lt;/P&gt;&lt;P&gt;endwhile.&lt;/P&gt;&lt;P&gt;  temp1 = 1.&lt;/P&gt;&lt;P&gt;  concatenate temp1 temp2 into temp2 .&lt;/P&gt;&lt;P&gt;  condense temp2 no-gaps .&lt;/P&gt;&lt;P&gt;  WRITE : temp2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="43" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 07:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928713#M690075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T07:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of binary string into headecimal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928714#M690076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz if any of u can help me than i will be i highly oblidged...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-of-binary-string-into-headecimal/m-p/2928714#M690076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:44:49Z</dc:date>
    </item>
  </channel>
</rss>

