<?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>Question Re: Converting from integer to character. in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171066#M944237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;And nowadays you simply write:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52"&gt;text &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;|{ CONV string&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;num &lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;WIDTH &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;10 &lt;/SPAN&gt;ALPHA &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;}|&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES &lt;/SPAN&gt;numc &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;n LENGTH &lt;SPAN class="L0S32"&gt;10&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;text &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CONV numc&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;num &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 10:26:05 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2016-05-25T10:26:05Z</dc:date>
    <item>
      <title>Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaq-p/2171053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to convert an integer to a 10 digit character.Could you help me to know how I could do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. if the integer is 6000034, the converted value must be 0006000034.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have the leading zereos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaq-p/2171053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171054#M944225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;data v_var(10) type N.&lt;/P&gt;&lt;P&gt;Move 6000034 to v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also use the fun modules&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171054#M944225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171055#M944226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;var = 6000034.&lt;/P&gt;&lt;P&gt;data: v_var(10) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unpack var to v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move v_var to v_char.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171055#M944226</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-02T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171056#M944227</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;&lt;/P&gt;&lt;P&gt;    use unpack int1 to int2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171056#M944227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171057#M944228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: CHAR TYPE I.
DATA: OUTPUT(10).
CHAR = 6000034.
WRITE: CHAR TO OUTPUT.
TRANSLATE OUTPUT USING '. '.
CONDENSE OUTPUT NO-GAPS.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
     EXPORTING
          INPUT  = OUTPUT
     IMPORTING
          OUTPUT = OUTPUT.

WRITE: OUTPUT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;VAsanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171057#M944228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171058#M944229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following code snippet solves ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : abc type i value 6000034,&lt;/P&gt;&lt;P&gt;       abc1(10) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       abc1 = abc.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;       CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;           input         = abc1&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          OUTPUT        = abc1&lt;/P&gt;&lt;P&gt;                 .&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;abc1 has ur required output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171058#M944229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171059#M944230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this CONVERSION_EXIT_ALPHA_OUTPUT&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;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171059#M944230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171060#M944231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&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;  data: v_int type i value '6000034.&lt;/P&gt;&lt;P&gt;  data: v_char(10) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  v_char = v_int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  unpack v_char to v_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write v_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171060#M944231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171061#M944232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ychatest.

DATA : v_num TYPE i VALUE 6000034,
       v_char(10).

v_char = v_num.
WRITE v_char TO v_char RIGHT-JUSTIFIED.

TRANSLATE v_char USING ' 0'.

WRITE v_char.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171061#M944232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171062#M944233</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;use CONVERSION_EXIT_ALPHA_INPUT converts any number into a string fill with zeroes, with the number at the extreme right &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input  = 123 &lt;/P&gt;&lt;P&gt;output = 0000000000000...000000000000123 &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>Wed, 02 May 2007 10:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171062#M944233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171063#M944234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sandeep.&lt;/P&gt;&lt;P&gt;try this ..u will definately get output as u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: CHAR TYPE i.&lt;/P&gt;&lt;P&gt;DATA: OUTPUT(10).&lt;/P&gt;&lt;P&gt;data: op(10) type c.&lt;/P&gt;&lt;P&gt;CHAR = 6000034.&lt;/P&gt;&lt;P&gt;op = char.&lt;/P&gt;&lt;P&gt;WRITE: op TO OUTPUT.&lt;/P&gt;&lt;P&gt;TRANSLATE OUTPUT USING '. '.&lt;/P&gt;&lt;P&gt;CONDENSE OUTPUT NO-GAPS.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          INPUT  = OUTPUT&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;          OUTPUT = OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171063#M944234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171064#M944235</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 : int type i value '6000034'.&lt;/P&gt;&lt;P&gt;data : temp(10) type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unpack int to temp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now temp will hold value - 0006000034&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171064#M944235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171065#M944236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 10:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171065#M944236</guid>
      <dc:creator>luis_gijon</dc:creator>
      <dc:date>2016-05-25T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from integer to character.</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171066#M944237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;And nowadays you simply write:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52"&gt;text &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;|{ CONV string&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;num &lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;WIDTH &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;10 &lt;/SPAN&gt;ALPHA &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;}|&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES &lt;/SPAN&gt;numc &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;n LENGTH &lt;SPAN class="L0S32"&gt;10&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;text &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CONV numc&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;num &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 10:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-from-integer-to-character/qaa-p/2171066#M944237</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-05-25T10:26:05Z</dc:date>
    </item>
  </channel>
</rss>

