<?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: CALL FUNCTION SPELL_AMOUNT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218546#M476010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code.Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA AMT_IN_NUM LIKE PC207-BETRG.&lt;/P&gt;&lt;P&gt;DATA AMT_IN_WORDS(100) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: AMOUNT LIKE AMT_IN_NUM.&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               = AMOUNT&lt;/P&gt;&lt;P&gt;                IMPORTING&lt;/P&gt;&lt;P&gt;                  AMT_IN_WORDS             = AMT_IN_WORDS&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;               IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;               ENDIF.&lt;/P&gt;&lt;P&gt;WRITE AMT_IN_WORDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 09:32:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T09:32:08Z</dc:date>
    <item>
      <title>CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218542#M476006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i´m using call function spell_amount, but i receive an error when using a number betwen 101 and 199.&lt;/P&gt;&lt;P&gt;For example, when i use 123, the call function returns me '100 twenty three',  when the correct would be 'one hundred and twenty three'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why happend that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218542#M476006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218543#M476007</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;Better use this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_IN_CHG_INR_WRDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218543#M476007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218544#M476008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check one more time.. when i am checking in my system, i have passed 123 and pressed execute button it has returned me value as&lt;/P&gt;&lt;P&gt;000000000000123000 0 ONE HUNDRED TWENTY-THREE&lt;/P&gt;&lt;P&gt;Here, 000000000000123 is number&lt;/P&gt;&lt;P&gt;         000  is Dec&lt;/P&gt;&lt;P&gt;         0 is Cur&lt;/P&gt;&lt;P&gt;         ONE HUNDRED TWENTY-THREE is word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or better use &lt;/P&gt;&lt;P&gt;HR_IN_CHG_INR_WRDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218544#M476008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218545#M476009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you passing the currency field also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURRENCY..also see the user settings...for what the decimal format in use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218545#M476009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218546#M476010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code.Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA AMT_IN_NUM LIKE PC207-BETRG.&lt;/P&gt;&lt;P&gt;DATA AMT_IN_WORDS(100) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: AMOUNT LIKE AMT_IN_NUM.&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               = AMOUNT&lt;/P&gt;&lt;P&gt;                IMPORTING&lt;/P&gt;&lt;P&gt;                  AMT_IN_WORDS             = AMT_IN_WORDS&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;               IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;               ENDIF.&lt;/P&gt;&lt;P&gt;WRITE AMT_IN_WORDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218546#M476010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218547#M476011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, this module function works, but i need euros and not rupees. Is there any way to change this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218547#M476011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218548#M476012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's just late the answer, but it could help others:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a Table View (V_T015Z) that can be modified using the transaction SM30. Set your position in the register LANGUAGE = 'EN', UNIT = 'X', and Figure = '1' and replace the value of the field "Number in Words" from 100 to ONE HUNDRED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 23:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218548#M476012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T23:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218549#M476013</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;Try this function  module CONVERT_TO_FOREIGN_CURRENCY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For forther help please go through the below link&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="101751"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 02:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218549#M476013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-28T02:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION SPELL_AMOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218550#M476014</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;check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saperosonline.blogspot.com/2007/11/error-al-escribir-el-numero-100-en.html" target="test_blank"&gt;http://saperosonline.blogspot.com/2007/11/error-al-escribir-el-numero-100-en.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 07:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-spell-amount/m-p/2218550#M476014</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2010-08-28T07:26:23Z</dc:date>
    </item>
  </channel>
</rss>

