<?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: how to convert  integer to character? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034499#M417808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can directly assign it&lt;/P&gt;&lt;P&gt;try the code given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report abcd.&lt;/P&gt;&lt;P&gt;data : str type string value 'abcdefghij',&lt;/P&gt;&lt;P&gt;       int(10)  type i value '1234567890'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;str = int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : / str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 11:57:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T11:57:00Z</dc:date>
    <item>
      <title>how to convert  integer to character?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034496#M417805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i need to convert integer into string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am giving  input 18 has integer ,  it has to display eighteen in output has a character. is there any possible to do...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 11:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034496#M417805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T11:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert  integer to character?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034497#M417806</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;There are many ways to it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE int TO string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE int TO string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For alphabetic numbers, try the follwoing function module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear: word, decword.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SPELL_AMOUNT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            LANGUAGE = 'H'&lt;/P&gt;&lt;P&gt;            CURRENCY = MHND-WAERS&lt;/P&gt;&lt;P&gt;            AMOUNT   = MHND-WRSHB&lt;/P&gt;&lt;P&gt;            FILLER   = ''                "FILLER&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            IN_WORDS = SPELL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  word = spell-word.&lt;/P&gt;&lt;P&gt;  decword = spell-decword.&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;Tamás&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Tamás Nyisztor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 11:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034497#M417806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert  integer to character?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034498#M417807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk program RF_SPELL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 11:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034498#M417807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T11:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert  integer to character?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034499#M417808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can directly assign it&lt;/P&gt;&lt;P&gt;try the code given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report abcd.&lt;/P&gt;&lt;P&gt;data : str type string value 'abcdefghij',&lt;/P&gt;&lt;P&gt;       int(10)  type i value '1234567890'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;str = int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : / str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 11:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-integer-to-character/m-p/2034499#M417808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T11:57:00Z</dc:date>
    </item>
  </channel>
</rss>

