<?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 error in function module spell_amount in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module-spell-amount/m-p/8599515#M1662290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;                       I have a problem while i'm using fm spell_amount.it is reading write amount in figures but while conversion into words i'm getting error(wrong amount) .&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;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;/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;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;ANDREWS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2012 11:31:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-02T11:31:20Z</dc:date>
    <item>
      <title>error in function module spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module-spell-amount/m-p/8599515#M1662290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;                       I have a problem while i'm using fm spell_amount.it is reading write amount in figures but while conversion into words i'm getting error(wrong amount) .&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;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;/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;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;ANDREWS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 11:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module-spell-amount/m-p/8599515#M1662290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T11:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in function module spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module-spell-amount/m-p/8599516#M1662291</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;Can you tell me what values are you passing to this function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try using this function module - HR_IN_CHG_INR_WRDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Danish2285 on Mar 2, 2012 5:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 11:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module-spell-amount/m-p/8599516#M1662291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T11:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: error in function module spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module-spell-amount/m-p/8599517#M1662292</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;If you pass the following values into the FM, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AMOUNT                          10000
CURRENCY                        INR
LANGUAGE                        EN
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get the output as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IN_WORDS                           000000000000100000 2 ONE HUNDRED
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the last two digit of the amount is considered as decimal place in INR currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether you are passing the right amount with considering decimal places according to the passed currency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 12:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-function-module-spell-amount/m-p/8599517#M1662292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T12:34:25Z</dc:date>
    </item>
  </channel>
</rss>

