<?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: In scripts Amount in words in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233662#M771502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want with out modifying standard program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2008 05:56:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-17T05:56:30Z</dc:date>
    <item>
      <title>In scripts Amount in words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233656#M771496</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 am changing standard form layout inthat i need to display &lt;/P&gt;&lt;P&gt;Amount in words. please tell me how to do that one with out modifying standard program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233656#M771496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts Amount in words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233657#M771497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use perform in scripts and call the FM :SPELL_AMOUNT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script call the subroutine like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: PERFORM GET_AMOUNT IN PROGRAM "zname".&lt;/P&gt;&lt;P&gt;In ZNAME call FM 'SPELL_AMOUNT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233657#M771497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts Amount in words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233658#M771498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh , &lt;/P&gt;&lt;P&gt; You will have to call a subroutine from the SAPScript passing the amount.&lt;/P&gt;&lt;P&gt;In the subroutine convert the amount into words and the return it.&lt;/P&gt;&lt;P&gt;Please search on how to call to use subroutine in sapscript for more detailed info.&lt;/P&gt;&lt;P&gt;You can also refer the below given link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allinterview.com/showanswers/37425.html" target="test_blank"&gt;http://www.allinterview.com/showanswers/37425.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233658#M771498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts Amount in words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233659#M771499</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 with this FM HR_IN_CHG_INR_WRDS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233659#M771499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts Amount in words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233660#M771500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use spell_amount function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233660#M771500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts Amount in words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233661#M771501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use spell_amount function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233661#M771501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts Amount in words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233662#M771502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want with out modifying standard program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233662#M771502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts Amount in words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233663#M771503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The subroutine get_amount is written in the script only not in the driver program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts-amount-in-words/m-p/3233663#M771503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:59:15Z</dc:date>
    </item>
  </channel>
</rss>

