<?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 Again doubt in SAP SCRIPT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/again-doubt-in-sap-script/m-p/874871#M50508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How we can print Words in SAP SCRIPT for e.g if we have total of some purchase order as 2450.50&lt;/P&gt;&lt;P&gt;Now how to print this value in sapscript as Two thousand four hundred and fifty Rupees and Fifty Paise.&lt;/P&gt;&lt;P&gt;I have seen of Function by name SPELL-AMOUNT now how to call this function from SAP-SCRIPT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Feb 2005 09:44:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-02-01T09:44:23Z</dc:date>
    <item>
      <title>Again doubt in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/again-doubt-in-sap-script/m-p/874871#M50508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How we can print Words in SAP SCRIPT for e.g if we have total of some purchase order as 2450.50&lt;/P&gt;&lt;P&gt;Now how to print this value in sapscript as Two thousand four hundred and fifty Rupees and Fifty Paise.&lt;/P&gt;&lt;P&gt;I have seen of Function by name SPELL-AMOUNT now how to call this function from SAP-SCRIPT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2005 09:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/again-doubt-in-sap-script/m-p/874871#M50508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-01T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Again doubt in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/again-doubt-in-sap-script/m-p/874872#M50509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes it's easier to modify a copie of the report &lt;/P&gt;&lt;P&gt;you use to print the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Call the fonction before printing the considered text element in the  report and print the string in your form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2005 10:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/again-doubt-in-sap-script/m-p/874872#M50509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-01T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Again doubt in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/again-doubt-in-sap-script/m-p/874873#M50510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option is to use a perform in your layout set to call a subroutine in another program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;/:  PERFORM F_ROUTINE IN PROGRAM ZPROGRAM&lt;/P&gt;&lt;P&gt;/:  USING &amp;amp;VAR1&amp;amp;&lt;/P&gt;&lt;P&gt;/:  USING &amp;amp;VAR2&amp;amp;&lt;/P&gt;&lt;P&gt;/:  CHANGING &amp;amp;VAR3&amp;amp;&lt;/P&gt;&lt;P&gt;/:  CHANGING &amp;amp;VAR4&amp;amp;&lt;/P&gt;&lt;P&gt;/:  ENDPERFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The USING parameters need to be global variables recognized in your layout set/print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ZPROGRAM, the SAPScript variables are stored in a table with structure itcsy.  To define the form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM F_ROUTINE tables in_par structure itcsy&lt;/P&gt;&lt;P&gt;                     out_par structure itcsy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; here you can read in_par for any variables passed from your form, do any needed logic, and then update the out_par table for any of the variables passed back to your form. &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2005 18:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/again-doubt-in-sap-script/m-p/874873#M50510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-02T18:55:52Z</dc:date>
    </item>
  </channel>
</rss>

