AP Check Printing : Position the check at the page's bottom

Hi all,
I'm struggling to build an RTF template for AP check printing.
I have tried Tim's solution and Darshan's approach and can control the number of invoices per page to successfully handle the overflow checks.
The trouble resides on controlling the position of the check which should be printed at the absolute bottom of each page (VOIDED or NOT VOIDED)
Depending on the number of the invoices per page, the table which holds the invoices pushes down (or pulls up) the check along with the MICR value.
Since XMLP check printing is quite common requirement, there might be a successful format out there.
Will appreciate any advise for this issue.
Thanks

Hi Steve,
Following your advise, the check is now displayed at the absolute bottom of the page, regardless of the number of invoices per page. I did use your second method, controlling the height of the invoice data row with the same dimension as the filler and the recursive template.
I'm facing another challenge which looks more of a standard AP functionality: For overflow check, i should display the associated voided check on page 1 through page n, then the $amount check on the last page.
i.e
Page 1
Payment info
invoice 1
invoice 2
invoice 3
Check detail
***void***
Page 2
Payment info
invoice 4
invoice 5
invoice 6
Check detail
***void***
Page 3
Payment info
invoice 7
invoice 8
invoice 9
Check detail
Total $Amount of invoice 1-9
My actual layout only displays 1 check after listing all invoices. Any advise is really appreciated.
Thanks again for your time.
Mamadou

Similar Messages

  • XML Publisher Check Print - Voiding Duplicate Checks

    XML Publisher Check Print - Voiding Duplicate Checks
    I am printing checks using XML Publisher. The checks print fine but when the number of invoices for a check exceeds the length of the first page I want the subsequent copies of the check to print VOID on them. How can I do this?
    Thanks
    Naveen
    [email protected]

    Ravi,
    Our check print format has 3 portions
    1. Invoice numbers (TOP of the page)
    2. Vendor/Check Details (MIDDLE of the page)
    3. Currently it is Blank (BOTTOM of the page)
    Currently, I'm able to print single check. but when it comes to batch invoices
    I'm printing 13 invoices per page. In my case i have 32 invoices
    first two pages printing blank on (MIDDLE of the page) and on last page printing check details.
    Client wants to print VOID CHECK on first two pages or last two pages.
    Please respond where to add logic.
    Additional info: I'm using Dharsan's template link is
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary-2.html
    Thanks in advance
    Naveen
    [email protected]

  • How do I restore my toolbar which shows spell check, print, copy, paste, zoom all the options from my previous firefox. The information doesnt work about adding

    there's an "x" in the bottom left corner instead of the way it use to be also. I am totally frustrated because Im not a computer whiz and dont know how to get things back to their original position. Ive read the troubleshooting responses. it does not hel.

    Were you using an add-on or extension that has disappeared after updating to Firefox 12 ??
    BTW your Firefox Plugins are out-dated, so Update them by going to the following link:
    * http://www.mozilla.com/en-US/plugincheck/
    * '''When Downloading Plugins setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, etc.)'''

  • PLD Multiple Check printing

    Hi Experts,
    I have setup the PLD for the Check Printing and it works for the 1st check. But If I try to print multiple checks the fields do not line up from the second one onwards.
    The Format of their checks are 'Check-Stub'. I think it maight be the 'Check-Stub-Stub' System PLD that I modified that are giving the problems. (There are no Check-Stub to select in the System PLD)
    This is on a OKI Printer.
    I tried changing the Height Adjustment on the Areas and the paper & height on the Document Settings, but it did not help.
    Any help would be greatly appreciated.
    Thanks,
    Marli
    Edited by: Marli Schutte on Feb 11, 2009 12:48 AM

    Hi marlie,
    to solve  your problem you have to make a customised page in your printer setting , that your it support people will do , The height and width of this customisd  page is same as the Check .
    After that choose that page in your PLD  and try , Also try with changing the Horizontal and Vertical position of PLD.
    Every time when you print the first check you have to set the check in the same position as  you want to use in future.
    Some printer also have issue in check printing .
    Rgds,
    Premraj

  • Urgent::: AP Check Printing

    Hi
    I have this urgent requirement:
    1) In AP if number of invoices > Invoices/Stub (in Payables steup), void checks get generated. This is the seeded Oracle functionality.
    My client does not wanna waste check numbers. So, he doesnt want any check number to get generated for void checks.
    Question: How do I accomplish this?
    2) In my check printing template I am displaying the check number @ the top of each page. So, the requirement is that for void checks, the non-check check number of the check that pays all these invoices should be displayed.
    Question: Is there any way I can derive the non-void check number (that pays the invoices) from the void check number?
    Rits

    Hi
    I have this urgent requirement:
    1) In AP if number of invoices > Invoices/Stub (in Payables steup), void checks get generated. This is the seeded Oracle functionality.
    My client does not wanna waste check numbers. So, he doesnt want any check number to get generated for void checks.
    Question: How do I accomplish this?
    2) In my check printing template I am displaying the check number @ the top of each page. So, the requirement is that for void checks, the non-check check number of the check that pays all these invoices should be displayed.
    Question: Is there any way I can derive the non-void check number (that pays the invoices) from the void check number?
    Rits

  • Template is not attached to AP Check Printing report (XML Publisher)

    Hi Guru,
    I have implemented XML publisher version of AP check Print report and did all the setups. When we make the payment in payables it automatically submits check print report. The report is completed successfully, but no output.
    When I check View details button noticed that template layout is not attached to the report.
    Please do the needful.
    Thank in Advance,
    Venkat.

    Hi,
    The following are the Instance details
    OS : OEL5
    Database: 11g
    EBS : 11.5.10.2
    I have completed all the setups for the report and I am able to see the template attached to the request for other reports where we submit them in SRS window.
    But "AP check Print report" submits automatically through the form while making the payment against supplier in AP.
    Thanks in Advance,
    Venkat.

  • Check print report PaymentAmountText field gets spaces while using RPAD Fn

    Hi,
    In the check print report we are using the PaymentAmountText field to print the amount in text.
    After printing the remaining spaces should be filled with '*'
    I used the below command
    <?xdofx:rpad(PaymentAmountText,100,'*')?>
    But the output is as follows:
    Twenty-Five       Pounds    And      Fifty     Pence
    Only***********************************************
    There is a huge space between two words.
    So please suggest some ideas to remove the space between two words.

    There is a huge space between two words.
    So please suggest some ideas to remove the space between two words.
    you can use normalize-space(tag_name) like
    Result - <xsl:value-of select="normalize-space('Initial     werwe rrr r     r')"/>
    and result as
    Result - Initial werwe rrr r r
    also look at Re: Problem with Rpadding in RTF

  • Check printing on landscape

    Hi All,
    I have implemented the AP Check printing prog in r12 for mutiple countries like US, CA, FR, DE, UK. Now i am working on Check printing for Costa Rica.
    The main problem here is that i HAVE to use a EPSON FX-2190 dotmatrix printer to print these checks.
    When i print the output of the Format Payment Instructions, even though the o/p is a portrait it is printing by rotating the output by 90 degress.
    I have tried a couple of options and finally have found a solution that if i use the Precprocess command as given below the printer prints properly.
    New: preprocess=/usr/local/bin/pdftops -nocrop {infile} {outfile}
    I would like to include a branc in the PASTA_PDF.cfg file and ask it to use the below option for all the other printer except the dotmatrix printer.
    Can i achieve it ??
    OLD : preprocess=/usr/local/bin/pdftops -paper match {infile} {outfile}
    But bcos we can use only 1 style (PDF publisher ) at the Format Payment Instructions definition level i cannot create a different style and use it to print for this printer.
    I want to do a branching and use a different preprocess command or a different pasta_pdf.cfg file based on the printer name.
    Is this even doable ? Can yopu think of any workaround to make the pasta_pdf.cfg file selection dynamics based on printer name or anything else.
    We are using the std payment process with no customization in the PPR process.
    Any advice is greatly appreciated.
    Thanks,
    Vijay
    Thanks,
    Vijay

    Please post the details of the application release, database version and OS.
    When i print the output of the Format Payment Instructions, even though the o/p is a portrait it is printing by rotating the output by 90 degress.
    I have tried a couple of options and finally have found a solution that if i use the Precprocess command as given below the printer prints properly.
    New: preprocess=/usr/local/bin/pdftops -nocrop {infile} {outfile}
    I would like to include a branc in the PASTA_PDF.cfg file and ask it to use the below option for all the other printer except the dotmatrix printer.
    Can i achieve it ??
    OLD : preprocess=/usr/local/bin/pdftops -paper match {infile} {outfile}
    But bcos we can use only 1 style (PDF publisher ) at the Format Payment Instructions definition level i cannot create a different style and use it to print for this printer.
    I want to do a branching and use a different preprocess command or a different pasta_pdf.cfg file based on the printer name.
    Is this even doable ? Can yopu think of any workaround to make the pasta_pdf.cfg file selection dynamics based on printer name or anything else.
    We are using the std payment process with no customization in the PPR process.
    Any advice is greatly appreciated.Have you reviewed these docs?
    Pdf Report Prints in Portrait vs Landscape -Pdf2ps Vs Pdftops [ID 419463.1]
    Custom Landscape Reports In PDF Format Print In Portrait Orientation [ID 421358.1]
    PASTA 3.0 Release Information [ID 239196.1]
    Where To Find Documentation On Third Party Preprocessing Tools Used With Pasta [ID 783918.1]
    Thanks,
    Hussein

  • Check Printing Problem(Urgent)

    I have to print checks and invoices(remittance) using transaction F110 . I have to use Adobe Forms to print the checks , but the program RFFOUS_C is meant for SAP SCRIPTS only . Please suggest me some way to use it for Adobe Forms .

    Hi Ankit,
      Why do u want use Adobe forms for check printing?
      Can i know the scenario, If u want to print th output
      to PDF files it can be done using BTE's(Business
    Transaction Events).
    Let us know.
    Thanks
    Dinakar.

  • How to print Signature stored in a flash drive on to check print program?

    Hi,
    I have a check print program template and have the following requirement. I need to print the signature image which is stored in a flash drive that will be inserted in to the check printer (HP laserjet 4250 series). The vendor sent the escape sequence to activate the signatue image. I'm familiar with how to print images stored in $OA_MEDIA area but not in a flash drive.
    Has anyone done this before? If you did, could you please let me know how and where to put the escape sequence the vendor sent on the .rtf document to activate the signature image while the check print program is run (Format Payment Instructions - in rel 12) ?
    Message was edited by:
    user586895

    Hi,
    This is an interesting problem, and not something I have considered before. I do not know of an exact solution, but as your printer is on a network, theoretically it will have an IP address. When your flash drive is inserted into the printer I would assume that is is treated like any other drive in a PC, so you would be able to use a URL to get to it.
    Using a dummy image and a URL to the printer flash drive you should be able to pick up the image.
    Not entirely sure if this would work, but it may be food for thought, and help you along the way.
    Regards,
    Cj

  • Working on check printing template,Getting Extra space in second page

    I am working on check printing template,in case of multi page output.I am getting almost 1/2 page blank space and getting disturbed output.
    Please provide mail id so that i will share template and xml.
    Thanks in advance.
    Mahi

    Send me the template and the xml, i ll try to figure out the issue
    my main id is : [email protected]
    Ragul

  • Confimr check printing

    Hi team
    i am trying to simulate check process.
    i processed payment in F110. and clicked printout tab and gave print.
    however nothing came out from printer.
    not sure if it got printed. when i go to FCHX to extract check, it says no matching data.
    i need to check how to see if a check was printed. ther shoudl be soemthing rt? we cannot go on reprinting already printed check......coudln't find though, so seeking help. tcode and / or table name would be helpful.
    regards
    Kavana

    Hi,
    Go to transaction FCH2 and check whether the check present for the F110 payment document.
    If not, then it means no check created for F110 payment. Then you need to check:-
    (1) Whether a suitable Check printing program is assigned to the payment method in FBZP
    (2) The variant setting in the printout tab of the F110.
    (3) Whether the printer setting is correct to trigger the check from F110 to your printer. You can take the help of BASIS team for it.
    Regards,
    Gaurav

  • Print preview option for Check printing (Tcode-fbz5)

    Can any one tell me from where i can see the print preview option with out giving the check print every time.

    Hi,
    In the Output Control block in FBZ5, check the Test printout Option, An overview list will be generated, click on that, it will take you to spool requese, there when u click on the document under Type, u can see the preview..
    But the spool request created should be deleted manually if you dont want to take the printout, if you want the printout u can print it from the spool itself..
    Hope you get it..
    Regards,
    Pradhiba

  • Check Print - Script form designing

    Dear experts,
    We are using script form to print cheque as per client requirement... his angle/ layout is as follows
    Header data contains:
    Venodr A/c no: xxxxx   //                                                                        Paymt doc. no. xxxxxxxxx//
    Title, name  of the vendor: xxxxxxxx  //                                                       Date: xxxxxxxxx//
    Adress of the payee: xxxxxxx//
    Advice data contain:
    Doc no.//          Doc Date//      Vendor Bill No//   Bill amount//   Passed Amt//   TDS  Paying (net) amt//
    123//                 xx xx xxxx//       xxxxxxx//           50,000//        30,000//         500//           29,500//
    124//                 xx xx xxxx //       xxxxxxx//          40,000//         25,000//        100//           24,900//
    Total//                  -
              90,000//          55,000//             600//    54,400//
    Other deductions:
    Debit memo raises//      (2,000)//
    Penalty levied//             (2,400)//
    Total//                        50,000//
    And this Rs50,000 is to be paid now through the cheque....
    Please guid me to get all the figures in Script form.. i need tables, feilds and table relations in this regard..
    U may advice me any other way in order to satisy all the above needs..
    Reagards:
    Dasu
    Edited by: Bejugama Sri Dasharathi on Apr 1, 2009 1:50 PM
    Edited by: Bejugama Sri Dasharathi on Apr 1, 2009 1:52 PM
    Edited by: Bejugama Sri Dasharathi on Apr 1, 2009 1:58 PM

    Hi Dasu,
    So ur preparing a FS for the check print output.
    Pls find the FS that i had prepared, it would be helpful to u:
    Header details of chq:
    1) Vendor code : PAYR-LIFNR
    2) Vendor Name and address:
    PAYR-ZSTRA,
    PAYR-ZORT1, PAYR-ZPSTL
    3) Vendor Pan no: J_1IMOVEND-J_1IPANNO , where J_1IMOVEND-LIFNR= PAYR-LIFNR
    4) Date: PAYR-ZALDT
    5) Amount: PAYR-RWBTR (remove u2013ve sign)
    6) Payment doc no : PAYR-VBLNR
    7) Cheque no : PAYR- CHECF
    Advice layout
    1) Doc no: put the payment doc (PAYR-VBLNR) in BSEG-AUGBL, take BSEG-BELNR of line where BSEG-AUGBL is not equal to BSEG-BELNR
    2) Doc date: BKPF- BLDAT of 1)
    3) Vendor Bill no: BKPF- XBLNR of 1)
    4) Bill amount: 5+6
    5) TDS amount: WITH_ITEM- WT_QBSHH of 1)
    6) Net amount: WITH_ITEM- WT_QSSHH of 1)
    Cheque Layout
    1) Pay to: PAYR-ZNME1
    2) Amount in words : amt in words of PAYR-RWBTR
    3) Date: PAYR-ZALDT
    4) Amount in figures: PAYR-RWBTR (remove u2013ve sign)
    If the lines in the page overflow (line items in advice layout), print the additional lines in 2nd page, but cheque layout should be blank (rest all layout should come)
    I think i have replyed this only to ur similar query earlier.
    Regards,
    Kiran

  • MICR font check printing

    Client wants to use blank check stock sent to a laser printer with magnetic ink to prink their checks.
    I assumed if they have a valid MICR font set installed on their workstation, I can just modify one of the Business One check layouts to use the MICR font to print the Check Number, ABA Number and Account Number on the bottom of the check. I know I have to print the numbers in the correct sequence per the MICR Gauge. I figure I will have to concatenate the fields with their start/stop codes into one big formula and then print that at the bottom of the check.
    Has anybody else done this? Is there something I'm missing?
    TIA.

    Hi Cindy Lange,
    There is an add-on that has been created for MICR check printing and is available to the SAP Business One market in the US currently (I am not sure about other countries yet). The SAP Business One partner that has developed this add-on for Business One is located in California and the company is Mekorma. You can see details of the product at [www.mekorma.com] as well as is you are an SAP Business One partner you can also get details on the products from Mekorma at [service.sap.com].
    Hope this helps,
    Regards,
    Madhan.

Maybe you are looking for