<?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: Check Printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103039#M103963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking the time to reply. &lt;/P&gt;&lt;P&gt;You r right i might have missed something but i am unable to locate. I am not executing the Z program, i have configured and running it through transacion F110. &lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;&lt;P&gt;reg&lt;/P&gt;&lt;P&gt;FF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2005 07:43:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-18T07:43:38Z</dc:date>
    <item>
      <title>Check Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103034#M103958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I know it is a much talked about issue on SDN and that i have also gone thru all relevant messages, ultimately has to give up and resort to seeking help from experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the program RFFOUS_C for Check printing. But I am calling my own forms, coz i need to print check &amp;amp; Summary separately. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works but for the fact that it is printing check and the summary twice for every document number.&lt;/P&gt;&lt;P&gt;Also I need to add a field to the Summary. &lt;/P&gt;&lt;P&gt;Any help on this will be much appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Funfan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 09:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103034#M103958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T09:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Check Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103035#M103959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to debug and see how many times the open form function module is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have missed something when changing RFFOUS_C. &lt;/P&gt;&lt;P&gt;Also, have you configured the new pogram and form for check printing or are you executing the Z program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 14:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103035#M103959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Check Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103036#M103960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFFOUS_C prints two sets of check, one will be the real check and the other is a VOID check, for Company's reference. But since you have copied and made Z program you will be able to control this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 14:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103036#M103960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Check Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103037#M103961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What value do you have for this parameter "PAR_ANZP"(Number of sample printouts) on the selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set it to 0 and see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 14:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103037#M103961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T14:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Check Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103038#M103962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking the time to reply. I tried but invain, no change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u suggest any other alteration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Funfan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 05:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103038#M103962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T05:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Check Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103039#M103963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking the time to reply. &lt;/P&gt;&lt;P&gt;You r right i might have missed something but i am unable to locate. I am not executing the Z program, i have configured and running it through transacion F110. &lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;&lt;P&gt;reg&lt;/P&gt;&lt;P&gt;FF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 07:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103039#M103963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T07:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Check Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103040#M103964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Funfan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While setting up the variant for RFFOUS_C for F110 program make sure the value is 0 for Number of sample printouts. I know this reply is very late. But may be some body else can make use of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Hima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 20:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-printing/m-p/1103040#M103964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-03T20:36:47Z</dc:date>
    </item>
  </channel>
</rss>

