<?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: Coversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596368#M267863</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;i dont think there is any function module which ll conver the number in to the word, for that you have to write the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store the whole number in a variable and use the SPLIT statement to split the number accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the variable and store hundred and thousand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while you concatenate the whole as per the number concatenate hundred and thousand accordingly.&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, 18 Oct 2006 06:03:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T06:03:28Z</dc:date>
    <item>
      <title>Coversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596364#M267859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can i convert number(ex 12,50) to words(ex twelve hndred and fifty).&lt;/P&gt;&lt;P&gt;what function moule an i use?? or there be any other idea on this..&lt;/P&gt;&lt;P&gt;thanks in advace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 04:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596364#M267859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T04:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Coversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596365#M267860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check FM SPELL_AMOUNT or HR_IN_CHG_INR_WRDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    call function 'SPELL_AMOUNT'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;       amount          = w_amt1&lt;/P&gt;&lt;P&gt;       currency        = 'INR'&lt;/P&gt;&lt;P&gt;       language        = sy-langu&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;       in_words        =  w_spellwords&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;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 04:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596365#M267860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T04:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Coversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596366#M267861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use FM SPELL_AMOUNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 05:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596366#M267861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T05:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Coversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596367#M267862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use fn module 'SPELL_AMOUNT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Shiba prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 05:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596367#M267862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T05:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Coversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596368#M267863</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;i dont think there is any function module which ll conver the number in to the word, for that you have to write the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store the whole number in a variable and use the SPLIT statement to split the number accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the variable and store hundred and thousand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while you concatenate the whole as per the number concatenate hundred and thousand accordingly.&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, 18 Oct 2006 06:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coversion/m-p/1596368#M267863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T06:03:28Z</dc:date>
    </item>
  </channel>
</rss>

