<?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 spell_amount in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561296#M253789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have written a program using the function spell_amount and i got the output. now i need it in the format whole number and decimal without the skip statement.&lt;/P&gt;&lt;P&gt;for instance 12.345.678,30 should be spelled as one hundred and twenty three thousands four hundred fifty six hundred seventy eight AND three zero.&lt;/P&gt;&lt;P&gt;can u please give reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Oct 2006 10:56:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-07T10:56:02Z</dc:date>
    <item>
      <title>spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561296#M253789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have written a program using the function spell_amount and i got the output. now i need it in the format whole number and decimal without the skip statement.&lt;/P&gt;&lt;P&gt;for instance 12.345.678,30 should be spelled as one hundred and twenty three thousands four hundred fifty six hundred seventy eight AND three zero.&lt;/P&gt;&lt;P&gt;can u please give reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 10:56:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561296#M253789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561297#M253790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nagaveni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. u can use the fm HR_IN_CHG_INR_WRDS&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 10:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561297#M253790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T10:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561298#M253791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tell me the function in abap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561298#M253791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561299#M253792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try out with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RF_SPELL &lt;/P&gt;&lt;P&gt;and check the below link as well&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="194103"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561299#M253792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T11:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561300#M253793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. use like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : AMT LIKE PC207-BETRG.&lt;/P&gt;&lt;P&gt;DATA : WRDS(500) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AMT = 569045.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_IN_CHG_INR_WRDS'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    AMT_IN_NUM               = AMT&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   AMT_IN_WORDS             = WRDS&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   DATA_TYPE_MISMATCH       = 1&lt;/P&gt;&lt;P&gt;   OTHERS                   = 2&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; AMT.&lt;/P&gt;&lt;P&gt;WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; WRDS.&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561300#M253793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T11:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: spell_amount</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561301#M253794</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;use this.&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 = amount&lt;/P&gt;&lt;P&gt;currency = 'INR'&lt;/P&gt;&lt;P&gt;filler = ' '&lt;/P&gt;&lt;P&gt;language = 'E'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;in_words = amountrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark hlpful asnwers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spell-amount/m-p/1561301#M253794</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-07T11:45:20Z</dc:date>
    </item>
  </channel>
</rss>

