Script Check printing Problem

Hi All,
I checked many posts on this but i couldn't found the solution please any one help me to solve this problem
Senario: I copied F110_PRENUM_CHCK standard script i did modification i am running this through F-58 for first page its working fine for second page it is printing standard IDES logo page in my script i already deleted next page and and last page still i am getting second page standard ides page.I not copied the standard print program i copied only standard script.
(i want to print multiple pages the Cheque should display only in last page and remaining pages i want display in cheque place ********* like this or this cheque is not valid like that for this i did in window if &page& =0 then printing window else print ***** please let me know weather this works or not how to archive this .)
Thanks ,
Kumar.

Hi All ,
My Problem still there any inputs ,
my Problem is i copied standard form F110_PRENUM_CHCK and deleted second page and last page added logo and removed standard logo , i am executing this from through F-58 and (IN SE38) RFFOUS_C EXCUTING THE REPORT .
once i executed the form first page printing correct and second page printing standard page i checked in all windows there is no newpage or goto next page or next page in all windows and also in first page page option i changed next page as first page .
Can any one please help me .
Thanks,
Kumar

Similar Messages

  • SAP Script Check printing Layout, Line Items to display twice in First Page

    Hi All,
    This requirement is for US check printing Layout.
    My Requirement is to display Items twice on the first page.
    Eg : Main Window has 10 Items, I need to display all the Items at the bottom in another window at the bottom.
    I can't create 2 Main windows in the first page, as the data from the Main window 1 overflows to Main window 2 in the first page.
    I copied print program RFFOUS_C into a Z-version and try to implement the logic, however unable to print the line items in the bottom window.
    Kindly give your valuable Inputs.
    Thanks
    Vinayak

    Hi
    I had the same request for a check form in Canada. I solved it by writing the line item output into variables and print these variables in a second window. It was ~10 hours of effort, not a real nice technical solution but it worked.
    If you require I can send you a PDF of the sap script form definition. You can contact me at [email protected] Answers can take 1 week or more. 
    Best regards
    JD

  • Check printing problem.

    for check printing through f-58 or FBz5 my client requred format is not matching with standard script
    F110_PRENUM_CHCK . so i need to create new script for check as well as for Pmnt advice .
    instead of script can we create Smartform and configure the smartform? fro payment advice i am
    not finding any code in  progam RFFOUS_C .
    if i create now script or smartform where i should change the code in this program....i made z program of RFFOUS_C .
    Thanks,

    Hi,
    Make your own z program 'ZRFFOUS_C', in that find include 'RFFORI01', just make a Z copy of that include code, 'ZRFFORI01'.
    Now in this Z include 'ZRFFORI01', find the subroutine 'scheck', comment all the FMs starting with
    OPEN_FORM, READ_FORM_LINES, CLOSE_FORM, START_FORM, WRITE_FORM  in that include, and just at the end,
    Now try to find this piece of code at the start of the subroutine scheck:
      IF flg_sort NE 2.
        SORT BY avis.
        flg_sort = 2.
      ENDIF.
      hlp_ep_element = '525'.
    and paste the below code after 'ENDIF' and before '  hlp_ep_element = '525'.'  :
      DATA: lf_fm_name     TYPE rs38l_fnam.
      DATA: lf_formname    TYPE tdsfname.
      DATA: i_bank    TYPE zregup,
            i_bank1   TYPE zregup.
      DATA: w_reguh TYPE reguh,
            w_regud TYPE regud.
      DATA: i_reguh LIKE reguh OCCURS 0,
            i_regud LIKE regud OCCURS 0,
            count TYPE n,
            lino TYPE n,
            output TYPE ssfcompop,
            cpa   TYPE ssfctrlop,
            spool TYPE ssfcrescl,
            spool1 TYPE ssfcresop.
      lf_formname = 'ZFRM_FIS_CHEQUE'..................ur Z smartform name
    ******Now in the same subroutine, at the last , whr the loop ends:
        APPEND : regup TO i_bank,
                 reguh TO i_reguh,
                 regud TO i_regud.
      ENDLOOP.
      hlp_ep_element = '525'.
    *****start your code hea
      SORT i_reguh BY lifnr.
      DELETE ADJACENT DUPLICATES FROM i_reguh COMPARING lifnr.
      DESCRIBE TABLE i_reguh LINES lino.
      LOOP AT i_reguh INTO w_reguh.
        count =  count + 1.
        cpa-no_dialog = 'X'.
        cpa-no_close = ' '.
        cpa-preview = ' '.
        cpa-getotf = ' '.
        cpa-langu = ''.
        output-tdimmed = ' '.
        output-tddelete = ' '.
        output-tdnoprint = ' '.
       IF count EQ 1.
          output-tdnewid = 'X'.
       ELSE.
         output-tdnewid = ' '.
       ENDIF.
       IF count EQ lino.
          output-tdfinal = 'X'.
       ENDIF.
        reguh = w_reguh.
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname           = lf_formname
          IMPORTING
            fm_name            = lf_fm_name
          EXCEPTIONS
            no_form            = 1
            no_function_module = 2
            OTHERS             = 3.
        CLEAR regud.
        READ TABLE i_regud INTO regud WITH KEY ovbln = w_reguh-vblnr.
        CALL FUNCTION lf_fm_name
          EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
      CONTROL_PARAMETERS         =
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
        output_options             = output
      USER_SETTINGS              = 'X'
            i_bank                     = i_bank
            i_ven                      = reguh
            i_ban                      = regud
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
         EXCEPTIONS
           formatting_error           = 1
           internal_error             = 2
           send_error                 = 3
           user_canceled              = 4
           OTHERS                     = 5
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ENDLOOP.
    ****This is how it has been done at my client side, u please consult a FI consultant as well, about this
    Edited by: Azeem Ahmed Matte on Feb 24, 2009 1:00 PM

  • Check printing problem in  Tcode F110...Urgent

    Hi All,
              I am getting problem in check printing.
    While I am running the Tcode F-58 I am getting check printing exactly in one page.But the problem here is when I am printing the check using Tcode F110 its giving print in 3 or 4 pages.The last page is getting the correct Invoice entry ,but the first three pages are getting prints like VOID**VOID*.
    How to delete the first three unwanted pages which contains VOID.
    Please let me know abt this issue.
    This is an Damm urgent issue.
    Thanks in Advance.
    Regards,
    Sudheer.

    Hi,
    Well, as it's so urgent.....
    This is standard functionality, designed to make sure the cheque paper is correctly linded up in the printer.  The number of pages is set in the selection screen of the print program in field 'Number of sample printouts'.  Set this to 0 to stop the pages appearing.
    Regards,
    Nick

  • 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.

  • Check print problem

    Hi
    i have problem in check printing .
    we are running Z program and using the form F110_PRENUM_CHECK   and it prints check correctly when there are 30 or less than checks per document no. (it means one page ) .i am getting problem when there are more than 30 checks bcs it is printing in more than one page and we are using text element 545 (standard driver program RFFOUS_C - prints check in last page) . 
    can any body help me in this to print check in first page even there are more than 30 checks per document
    I appreciate all your help
    Thanks

    This can be done in different ways...
    1) it is required to modify the driver program according to your requirment.
    2) if you don't wnat to modify the driver program, then write the following code in your layout
    Goto check window and see where it is printing void... now replace void statement with one condition...
    Ex: IF &PAGE& EQ 1.
        Print details of the check
         ELSE.
         Print void.
        Endif.
    Now goto the actual check, and place the following condition
    IF &PAGE& EQ 1.
        Print details of the check
         ELSE.
         Print void.
        Endif.
    I guess this will help to solve your issue.
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • Check print Problem  - F110

    Hi,
    Automatic payment program run was carried out in the last week through F110. It was observed that 56 payment documents has been generated, but due to check lot problem, only 12 checks has been issued and the programe was terminated due to insufficinent checks.
    I would like to assign new check lot number for the above doucments for which checks not issued.
    Let me know what is the procedure 
    Thanks & Regards,
    Prasad

    Hi,
    Reprint Check (FCH7).
    Procedure
    1.       Start the transaction using the transaction code FCH7.  The Reprint Check screen appears.
    2.       As required, complete/review the following fields:
    ·         Paying company code
    ·         House bank
    ·         Account ID
    ·         Check Number
    ·         Void reason code
    ·         Check lot number
    ·         Alternative form
    ·         Padding Character
    ·         Printer for forms
    ·         Payment advice printer
    3.       Select the checkbox  to the left of Print Immediately.
    Assign points if you find this helpful.
    Zia

  • Script:Check Printing

    Hi to all,
    help me in this issue,
    for check printing i am using standard form f110_prenumcheck.i getting two payges out put in which first page consists of docuument line itam  and check. and in second page the check details are coming i dont want this second page since the detials r coming in first page.how to avoid send page.
    thanks ina advance.
    kiran kumar.

    Hi,
    You can copy standard form into custom version.& then custmoized form can be changed as per your need.
    You can remove the next page if it's not needed in your design.
    Thanks.
    Mark points if helpful.

  • Problem in sap script check printing with EPSON FX890 printer

    Hi
    I am trying to print a check through F-58 using a script.
    We have a new EPSON FX890 dot matrix printer, But when I fire a check the the formatting of the check is not proper. The alignment is never the same as given in the SAP script. this could a problem with the printer set up and configuration in SAP. Could anybody please give me some inputs on what needs to be done. its Urgent. Can anybody give me what needs to be done and also guide me with Print control commands in SAP scripts
    Thanks,

    Hi,
    Here is some steps you should follow for scripts printout.
    1. Validate the drivers used in SAP (Tcode SPAD)
    2. Are you printing through a print server or directly to the printer
    3. If it is througha print server like windows, you should validate to have the right driver installed for that printer.
    4. Validate on the printer the default setting. If the script doesn't sent the proper font or setup, it will print using the last setup sent to the printer.
    So if somebody used work and print a specific document with different setting, some time the setting stays for the SAP report.
    To validate the setup of the printer, just turn off and on the printer before sending the SAP form. That should help to see if the setup has been changed by another program.
    I hope those simple steps will help to solve your problem.
    Reward if helpfull...
    Cheers,
    Rakesh.

  • Sap -script check printing

    Hi All,
       I have to create a check form and print using MICR printer.
    I came to know that the std SAP check form provided by sap is F110_PRENUM_CHEK.
    But when I try to open this form in se71 , it shows me an error 'Form F110_PRENUM_CHEK' does not exist in the system'.
    Please suggest.  Am I using the wrong form name or do I need to ask the FI functional consultant to configure this form ?
    Thanks in advance.

    Hi Brad,
      Thanks for the reply.
    I checked in my system , form F110_PRENUM_CHCK also does not exist in there. Please suggest what should I do.
    Thanks,

  • F110 void check print problem

    Hi,
    While trying to print check through f110 a voided check comes along with the actual check, thereby printout with two pages come.
    But while checking the same print through fbz5 tcode it shows only one page with the actual check details and no void check page is seen.
    Kindly tell me whether there is any way to avoid printing the voided check page while running f110.
    Thanks in advance,

    Hi,
    Go to Printout/Data medium Tab in F110 and place the cursor on Variant and click Maintain Variant in that in output control tab check Donot void any check and save it.
    Regards
    Balaji

  • Problem in Sap script for Check printing

    Hi all,
      I have problem in Check printing for FI Module. In Tcode f-58 i am taking the printout of checks. For my user they want to move the main window in upwards, but the sap script <b>F110_PRENUM_CHCK</b> not allowing to move upwards. how to do this, its urgent. plz
    point wil be sure.
    Gowri

    Hi
    Copy the script F110_prenum_chek to some ZCHECK and do the changes.
    Why you can't change the MAIN window towards up?
    You can changes ths ize of it by adjusting the setting of it .
    generally we use some pre printed stationary for this in which all the line item data with doc numbers is printed on top and the check will be in bottom
    and in check we just print the few fields in the right positions.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Check printing script debuggin problem

    Hi
    i am working on a check printing script. i need to adjust the layout of few things in this layout.
    in the debuggin mode i am getting the short dump stating vendor number = xxxxxxxxxxxx (invalid).
    can anyone tel me the windows for date,account payee,amount in words and amount in figures or atleast the fields related to them r tell me where i have to correct my script to proceed in debuggin mode.
    thanks in advance

    Hi,
    CHECKSPL  -> for amount in words,
    CHECK -> other fields ( date, amount )
    CHECKADD -> Payee
    other open form se71 -> display -> go to UTILITIES menu -> select FORM INFO. option
    There you find with general Find( CTRl + F ).
    Reward if helpful.
    Bye

  • MICR font problem for check printing in ECC6

    Hi All,
    I am working of the re-deployment project. Here we are just migrating the objects from  4.6c to ECC6. I am facing the problem with SAP Script for check printing. It is working fine in 4.6c,but it is not working fine in ECC.
    We are using  HP 8150 printer with TROY magnetic chip and toner. It is working fine for 4.6C, but not for ECC6.
    We are using "A" character for "Transit" and "C" character for "On as" in SAP Script. But during printing preview time it is not formatting it in MICR font.
    I am working with basis team for font code page 4004. I came to know, it is showing character set in 4.6c with spool administrator tab character set, but this tab page does not showing any character set.
    But according basis team, it is existing in ECC. If we will check through SCP it is showing unicode converted code page.
    In 4.6c we are using Zee printer driver with Zee family fonts(ZMICR and ZSIGN) but in ECC we are using MICR_E(SAP provided MICR font) in TROY provided printer driver.
    I have also come through the SAP note 94233 for MICR printing.
    Same problem we are facing with digital signatures. It is not converting digital signature in graphical signature at MICR printer level.
    Any help would be appreciated...........!
    Thanks
    Sharanjit Singh

    HI,
    Copy the file into Desktop.(font file is available in your local drive: C:\WINDOWS\Fonts
    Copy Arial file into ur desktop or some other location other than windows, and upload it.
    it will work, i did the same.
    Regards
    Aeda

  • Problems with check printing RTF template

    To BI Publisher Gurus,
    I am working on the check printing RTF template and facing a few issues with page breaks, filling the insufficient invoice lines with template and positioning of the table(s) itself inside the RTF template.
    For page break, am using the following piece of code just before the end of all of my FE loops.
    <xsl:if xdofo:ctx="inblock" test="position()-1<count($inner_group)"><xsl:attribute name="break-before">page</xsl:att:attribute></xsl:if>
    the $inner_group is my group for G_INVOICES to loop through all the invoices of a check in G_CHECKS group.
    The problem I'm facing is, everytime a check is printed its printing a blank page in between. Searched all the earlier forum posts but none of the solutions worked in my case.
    Second issue, for filling the insufficient invoice lines (in my case, am printing 26 invoices per page per check), the call to the blank lines template is repeating twice and found no way to get rid of it.
    Third issue, if the check is running into a second page, the call to the blank lines template does not work and the position of the bottom part of check is getting misaligned.
    I am ready to send my template and the sample XML file to look at. Thanks for your time and effort.
    -Uday

    Hi Tim,
    Hi Tim,
    Could you please send me the sample rtf. We are also using APXPBFEG program for check printing..
    Also I have problem in generating dots(....) in the check where if total invoices lines are 37 and we have only one line of invoice then I have to generate 36 dots (.) in the invoice porition of the check..
    I appreciate your help..
    Thanks
    Krishna
    [email protected]

Maybe you are looking for