<?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 FM SPELL_AMOUNT problems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435914#M544883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to solve on PRD, we use FM SPELL_AMOUNT wich give monto_letras-word without separation for certain numbers specifically with the four hundred (400). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SPELL_AMOUNT'
  EXPORTING
    amount    = monto
    currency  = 'VEB'
    language  = sy-langu
  IMPORTING
    in_words  = monto_letras
  EXCEPTIONS
    not_found = 1
    too_large = 2
    OTHERS    = 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) For Bs. 145.103.498 give back the text: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIENTO CUARENTA Y CINCO MILLONES CIENTO TRES MIL &amp;lt;b&amp;gt;CUATROCIENTOSNOVENTA Y OCHO&amp;lt;/b&amp;gt; (&amp;lt;i&amp;gt;ONE HUNDRED FORTY AND FIVE MILLION ONE HUNDRED THREE THOUSAND CUATROCIENTOSNOVENTA AND EIGHT&amp;lt;/i&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would have to be:&lt;/P&gt;&lt;P&gt;CIENTO CUARENTA Y CINCO MILLONES CIENTO TRES MIL &amp;lt;b&amp;gt;CUATROCIENTOS NOVENTA Y OCHO&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) For Bs. 428.042  give back the text: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CUATROCIENTOSVEINTIOCHO&amp;lt;/b&amp;gt; MIL CUARENTA Y DOS&lt;/P&gt;&lt;P&gt;(FOUR HUNDRED TWENTY-EIGHT THOUSANDS FORTY AND TWO )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would have to be:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CUATROCIENTOS VEINTIOCHO MIL&amp;lt;/b&amp;gt; CUARENTA Y DOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate it any helpfull information, thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tokio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.D. Points reward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 14:32:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T14:32:35Z</dc:date>
    <item>
      <title>FM SPELL_AMOUNT problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435914#M544883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to solve on PRD, we use FM SPELL_AMOUNT wich give monto_letras-word without separation for certain numbers specifically with the four hundred (400). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SPELL_AMOUNT'
  EXPORTING
    amount    = monto
    currency  = 'VEB'
    language  = sy-langu
  IMPORTING
    in_words  = monto_letras
  EXCEPTIONS
    not_found = 1
    too_large = 2
    OTHERS    = 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) For Bs. 145.103.498 give back the text: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIENTO CUARENTA Y CINCO MILLONES CIENTO TRES MIL &amp;lt;b&amp;gt;CUATROCIENTOSNOVENTA Y OCHO&amp;lt;/b&amp;gt; (&amp;lt;i&amp;gt;ONE HUNDRED FORTY AND FIVE MILLION ONE HUNDRED THREE THOUSAND CUATROCIENTOSNOVENTA AND EIGHT&amp;lt;/i&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would have to be:&lt;/P&gt;&lt;P&gt;CIENTO CUARENTA Y CINCO MILLONES CIENTO TRES MIL &amp;lt;b&amp;gt;CUATROCIENTOS NOVENTA Y OCHO&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) For Bs. 428.042  give back the text: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CUATROCIENTOSVEINTIOCHO&amp;lt;/b&amp;gt; MIL CUARENTA Y DOS&lt;/P&gt;&lt;P&gt;(FOUR HUNDRED TWENTY-EIGHT THOUSANDS FORTY AND TWO )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would have to be:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CUATROCIENTOS VEINTIOCHO MIL&amp;lt;/b&amp;gt; CUARENTA Y DOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate it any helpfull information, thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tokio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.D. Points reward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 14:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435914#M544883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T14:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: FM SPELL_AMOUNT problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435915#M544884</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;&lt;/P&gt;&lt;P&gt;   I checked the FM, its working fine. May be its problem with the user own data... can you check ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dj &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward for all useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 14:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435915#M544884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T14:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: FM SPELL_AMOUNT problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435916#M544885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you are having trouble with it you have two choices:&lt;/P&gt;&lt;P&gt;1. Insert a space after CUATROCIENTOS.&lt;/P&gt;&lt;P&gt;2. Try sometingh like 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    = monto&lt;/P&gt;&lt;P&gt;     currency  = 'VEB' " --&amp;gt; try with other currency COP&lt;/P&gt;&lt;P&gt;     filler    = space "---&amp;gt;check this&lt;/P&gt;&lt;P&gt;     language  = monto_letras&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      in_words  = t_valtex&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      not_found = 1&lt;/P&gt;&lt;P&gt;      too_large = 2&lt;/P&gt;&lt;P&gt;      OTHERS    = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think is not even necesary to use the currency. it will work fine&lt;/P&gt;&lt;P&gt;BYE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Gabriel Fernando Pulido V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Gabriel Fernando Pulido V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 14:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435916#M544885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: FM SPELL_AMOUNT problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435917#M544886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For first choice, wich command should I use, because I'm trying with 'REPLACE' but not work, gracias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tokio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hola Gabriel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Para la primera opción, cuál comando  debería utilizar, porque estoy intentando con &amp;#147;REPLACE&amp;#148; pero no me funciona, gracias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;&lt;P&gt;Tokio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 15:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435917#M544886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T15:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: FM SPELL_AMOUNT problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435918#M544887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved this problem modifying text on standard table T015Z for record I needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tokio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 18:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435918#M544887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T18:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: FM SPELL_AMOUNT problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435919#M544888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sorry the delay, but it was a good idea....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;Que pena la demora....muy buena idea....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 19:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-spell-amount-problems/m-p/2435919#M544888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T19:58:11Z</dc:date>
    </item>
  </channel>
</rss>

