<?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: Cheque Printing using Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579105#M1272441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Check wethere all the given Text Elements are present in the copied script, if not present add those text elements in main window.&lt;/P&gt;&lt;P&gt;    For adding new variables, see whether the vendor name, invoice no values are coming from driver program or not by activating the sapscript debugger, if values are not coming, create a subroutine to get those values and also in that subroutine give the amount values in words using SPELL_AMOUNT or another FM available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For subroutines in Sapscripts, search SCN you will find lot of threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 May 2009 17:38:36 GMT</pubDate>
    <dc:creator>former_member585060</dc:creator>
    <dc:date>2009-05-03T17:38:36Z</dc:date>
    <item>
      <title>Cheque Printing using Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579102#M1272438</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;&lt;/P&gt;&lt;P&gt;My requirement is to print Cheque details in a Bank Cheque. I need to Print only the following fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Vendor name&lt;/P&gt;&lt;P&gt;2. Amount in words&lt;/P&gt;&lt;P&gt;3. Amount&lt;/P&gt;&lt;P&gt;4. Invoice number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the standard script for Cheque is &lt;STRONG&gt;F110_PRENUM_CHCK&lt;/STRONG&gt;. Now I have created new script with 4 new windows for the separate fields. I have copied the text for these fields from the standard script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my problems is When i am printing Cheque, the system throws following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;In form ZF_FI_CHECK / window MAIN , the element 510-C (Text-C) is missing
In form ZF_FI_CHECK / window MAIN , the element 515 (Heading) is missing
In form ZF_FI_CHECK / window MAIN , the element 520 (Carry forward above) is missing
In form ZF_FI_CHECK / window MAIN , the element 525 (Line items) is missing
In form ZF_FI_CHECK / window MAIN , the element 530 (Total) is missing
Output of the relevant forms is defective&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. Should I need to make Z-copy of the Cheque program for this purpose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone guide me the appropriate steps to develop scipt for the Cheque for this requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2009 15:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579102#M1272438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-03T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cheque Printing using Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579103#M1272439</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;&lt;/P&gt;&lt;P&gt;Is it possible and advisable to develop Smartforms for Cheque printing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone throw me some clue to approach on this requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2009 15:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579103#M1272439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-03T15:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cheque Printing using Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579104#M1272440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In this case we need to copy the standard sap-script in zsap-script and after that we are able to change as per company requirement. These check printing sap-script is associate with standard  transaction and those having the all records, just we need to activate the fields in zsap-script. may be you get the some alignment problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please appreciate if this is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2009 16:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579104#M1272440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-03T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cheque Printing using Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579105#M1272441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Check wethere all the given Text Elements are present in the copied script, if not present add those text elements in main window.&lt;/P&gt;&lt;P&gt;    For adding new variables, see whether the vendor name, invoice no values are coming from driver program or not by activating the sapscript debugger, if values are not coming, create a subroutine to get those values and also in that subroutine give the amount values in words using SPELL_AMOUNT or another FM available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For subroutines in Sapscripts, search SCN you will find lot of threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2009 17:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579105#M1272441</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-05-03T17:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cheque Printing using Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579106#M1272442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the standard program to a z-program and in the text elements remove the standard and add as per &lt;/P&gt;&lt;P&gt;your requirement(Vendor, Invoice).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; For Amount in words use SPELL_AMOUNT as mention above or use HR_IN_CHG_INR_WRDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if it is foreign currency, then change after using HR_IN_CHG_INR_WRDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE 'Rupees' WITH 'Dollar' into amt_in_words.&lt;/P&gt;&lt;P&gt;REPLACE 'Paise' WITH 'Cents' into amt_in_words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 01:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cheque-printing-using-script/m-p/5579106#M1272442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T01:49:35Z</dc:date>
    </item>
  </channel>
</rss>

