<?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: Function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function/m-p/3126785#M742686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. Understood..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPELL_AMOUNT gives you the amount in words in the form of Millions, thousands, hundreds.. not in Lacs, Carores..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use this FM for that:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;HR_IN_CHG_INR_WRDS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;to get amount in Lacs and Carores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2007 06:01:45 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-22T06:01:45Z</dc:date>
    <item>
      <title>Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function/m-p/3126784#M742685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;          kindly check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username:sureshncc&lt;/P&gt;&lt;P&gt;passward:suresh&lt;/P&gt;&lt;P&gt;          &amp;lt;a href="http://www.keepandshare.com/doc/view.php?id=247045&amp;amp;da=y"&amp;gt;http://www.keepandshare.com/doc/view.php?id=247045&amp;amp;da=y&amp;lt;/a&amp;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;   when i am using this function  CALL FUNCTION 'SPELL_AMOUNT'&lt;/P&gt;&lt;P&gt;   EXPORTING. Up to 5 digits i can gets the character correctly,but if exceeded more than 5 digits I cann't get the character conversion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           how to rectify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 05:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function/m-p/3126784#M742685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T05:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function/m-p/3126785#M742686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. Understood..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPELL_AMOUNT gives you the amount in words in the form of Millions, thousands, hundreds.. not in Lacs, Carores..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use this FM for that:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;HR_IN_CHG_INR_WRDS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;to get amount in Lacs and Carores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 06:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function/m-p/3126785#M742686</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-22T06:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function/m-p/3126786#M742687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Naimesh Patel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks your replying&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;       my code is following&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;&lt;/P&gt;&lt;P&gt;amt_in_num   = VBAK-NETWR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;amt_in_words =  SPELLER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not working how to retify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 09:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function/m-p/3126786#M742687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T09:05:19Z</dc:date>
    </item>
  </channel>
</rss>

