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

Similar Messages

  • Check printing, with line item

    Frnds
    i posted almost 20 invoices for one vendor and tried to pay this vendor, when i ran the payment program, it paid all the line items but as it could not hold all the 20 items on one statement, so it printed only 14 line items and voided first check and then at the bottom of the first statement, it says Balance carry forward and it printed all the remaining 6 iline items with the balance carry forward on the second statement and printed valid check with total amount of all the 20 lin items.
    so is there anyway whr i can change the settings and can put all the 20 line items on the one statement and will print only one valid check with the total of 20 line items, rather than splitting it in a two statement?
    please reply asap
    thanks

    peter
    i checked the box "dont void any checks", eventhough having this settings it voided the checks and just put 14 line items and rest it put it on next pages.
    I dont know whr do we do this settings, it looks like something in Forms?
    please reply, if you get something
    thanks

  • Sap script - Perform returning multiple line items

    I am making payment advice layout which is called from the transaction f-58. I do not need to change the standard program, since all information is available in the standard layout, but I need to display line items in the new layout I am preparing!
    So to display line items, I have copied the layout and used perform statement and called another se38 prog to retrieve line items.
    The following is written in se71-
    PERFORM FORM_GET_DATA IN PROGRAM ZFR005_PAYMENT_ADVICE
    USING &VV_VBLNR& (this is my header data)
    CHANGING &V_XBLNR1&
    CHANGING &V_BLDAT1&
    CHANGING &V_BELNR1&
    This works fine if I just have to retrieve one line item , but to get multiple , I need to declare multiple changing parameter and print it, because perform is called only once.
    PERFORM FORM_GET_DATA IN PROGRAM ZFR005_PAYMENT_ADVICE
    USING &VV_VBLNR& (this is my header data)
    CHANGING &V_XBLNR1&
    CHANGING &V_BLDAT1&
    CHANGING &V_BELNR1&
    CHANGING &V_XBLNR2&
    CHANGING &V_BLDAT2&
    CHANGING &V_BELNR2&
    .................3
    .................4
    How do I call this perform multiple times so that I do not have to create multiple changing parameters to retrieve line items?

    Hi,
    In the SAPSCRIPT , we can write abap code if the tag column has '/:' command line....
    So, any looping operation can be done to retrieve the data.
    Pass the item no. also (in the 'USING' part), for which the details are required.
    Hope this helps.
    Regards,
    Renjith

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

  • Line items not displaying if exceeds one page

    Hi all,
    i have a script for check printing which also has list of invoices in it. it is coming correct if the number of invoices are fitting in one page. if the number of invoices are more then none of the items are displaying even in the first page and my next page is not trigerring. can anyone give me an solution for this.
    Thanks in advance,
    Kamal

    Hi..,
       Check whether the Next page attribute of the first page is entered as the first page itself or not....
    regards,
    sai ramesh

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

  • SAP Script Lineitems printing in different pages

    Hi All,
    I'm having a strange problem. I've created Sap Script for Goods Receipt form.
    For Material Document(60000201) which is having 2 line items its printing both line items on same page, Other Material Document(60000205) which is also having 2 line items, each line item is printing in different page(each line item is printing in new page).
    I check main page is having enough space.
    Both the Material document are printing through same Text element.
    Print program is SAP standard, I've created only layout.
    I have used /: Protect  /:EndProtect for displaying line items.
    searched in google as well, but couldnt find correct solution.

    hi ,
    i have used /: Protect /:EndProtect for displaying line items.
    as you have used /: Protect /:EndProtect This will print on  same page without page break
    regards
    Deepak.

  • Sap script text printing issue..

    Hi,
    I have a SAP script with a text symbol say &abc& defined in the SAP script main window.
    From the print program I want to pass some text to this text symbol.
    In the print program I have an internal table with lines of text, sometime it can have just one line of
    text CHAR512 length or it can have multiple lines of char512 length text.
    Now how do I pass these lines to the text symbol &abc& ?
    I tried to do the following, but it does not help...
    DATA l_data TYPE STRING.
    loop thru the internal table
    concatenate l_data with text got from internal table
    endloop
    CALL FUNCTION 'TEXT_SYMBOL_SETVALUE'
        EXPORTING
          name   = '&abc&'
          value  = l_data
        EXCEPTIONS
          OTHERS = 0.
    I debugged and saw that l_data has most of the text (not all) but the sap script's printed output
    has only few text.
    what should I do to get all the text displayed on the printed output ?
    thnks

    Hi Vivek,
        Including two work area next to each other should not be a problem because i am doing the same thing. Check whether the length of field of work area one is over lapping the field of other work area.
    Note: Reward points if helpful.
    Cheers,
    Shafiq

  • How to print SO line item seperately on four part of paper

    Hi all,
    My client has following requierment.
    if we take A4 size paper and make four equal part  then we will have four part as follows
    part1 (top left),part2(top right),part3(bottom left) and part4(bottom right)*
    In sales order if there are 4 line item then i want to print
    1st line item,desc,qty,whs code,so number,cust name  on part1
    similarly for
    2nd line item,desc,qty,whs code,so number,cust name on part2
    3 line item,desc,qty,whs code,so number,cust name  on part3
    4th line item,desc,qty,whs code,so number,cust name  on part4
    order of printing is as follows
    following is A4 size  paper ,which is divided in to four parts   first line item will be printed on first part
    second line item will be printed on second part
    third line item will be printed on third part
    fourth line item will be printed on fourth part
    and so on 
    printer automaticaly print this  in there customised old ERP now they want this in the SAp B1..
    they tear this paper in four part and while despatching the item they attach this to the Item
    hope i have given proper information about my question..
    Can any body have idea how to print this in above format....
    thanx in advance.
    regards,
    Chetan.

    Hi chetan,
    I tried your require PLD but did not display the Sales Order line item seperately on four part of paper.
    Try this,
    ->> Open the PLD.
    ->> Create 1 Database field on the top Left half of page and 1 Database field on the top Right half of page in Page Header.
    ->> Create 1 Database field on the Bottom Left half of page and 1 Database field on the bottom Right half of page in
    End of Report.
    Result:
    Top Left half of page ->> 1st Row Item Description
    Top Right half of page ->> 1st Row Item Description
    Bottom Left half of page ->> (Last)4th Row Item Description
    Bottom Right half of page ->> (Last)4th Row Item Description
    Because First 2(Left & Right)Database Fields are in Page Header and both 2 fields are in page header so it will be display only the First Row Item Descrition.
    Second 2(Left & Right)Database Fields are in End of Report and both 2 fields are in End of Report so it will be display only the Last Row Item Descrition.
    so, Try this.
    ->> Create 1 Database field on the top Left (or) Right half of page in Page Header.(Display the 1st row Item Description )
    ->> Create 1 Database Field and Assign the Item Description then Create 1 formula field put formula ( LineNum()==2 )field in Repetetive Area0.
    ->> (Item Description)DB field is Link to Formula field ID.(Display the 2nd row Item Description )
    ->> Top of the menu Clcik the Print Layout Designer -> Repetetive Area -> Add.
    ->> Create 2 Database Field and Assign the Item Description then Create 1 formula field put formula ( LineNum()==3 )field in Repetetive Area1.
    ->> 1st (Item Description)DB Field put hide and 2nd DB field is Link to Formula field ID.(Display the 3rd row Item Description )
    ->> Create 1 Formula field and Paste the Item Discription (Hide) Field ID on the Bottom Left (or) Right half of page in End of Report.(Display the Last(4th) row Item Description )
    Regards,
    Madhan.

  • SAP QUERY report for vendor line items

    Hi
    I have created a SAP QUERY report for vendor line items with fields vendor no.,vendor name,amount,company code and period.But there is one line item i donot know from wher system is getting it picked with is not in that vedor account,when i compare with fbl1n.I checked the document number too...the same doc number is twice in my query report.One with correct amount and another with wrong one.How do i chk.Where did i go wrong in creating query.I used logical database KDF.
    Please advise.

    i chked...how do we get the amount displayed in query...it just displays amount no debit credit symbol... i have selected BSEG-DMBTR field but no -/+ sign,how is it done in query,please suggest.

  • ME91F printing multiple line items in reminders

    Hi All,
    We are trying to print reminders for line items (in PO's) from ME91F. When I execute this report it displays only line items (which satifies selection criteria), but when generate message (print outputs) for selected line items It will print reminders with all the line items (including the one for which reminders have been generated earlier). What should I do to make only the selected line items are printed in the reminders (instead of old one's).
    Example
    I have PO 4500000030 with two line items 10 and 20. Reminder for line item 10 is already generated at earlier date and now I am generating reminder for item 20 from ME91F. When I run transaction ME91F it displays only line item 20, but after selecting item 20 and click on generate messages (in the spool I am seeing two line items 10 and 20). What should I do to print only line item 20.
    Any thoughts/inputs will be greatly appreciated. Thanks for your time.
    Paul

    Hi
    please check with developer to verify the print program.
    regards
    Srinivas

  • I need the BADI or the way for WBS budget check at SC line item

    Hi SRM folks,
    Do you have any BADI or the good way to do the WBS budget check at SC line item level.
    Donot suggest me the BBP_BUDGET_CHECK.ie for SC level only.
    Is there any way to do at line item level.
    Thanks in advance.
    srini.

    Hi
    Either use BBP_ITEM_CHECK_BADI or BBP_DOC_CHECK_BADI.
    Note -> Please read the relevant standard SAP documentation provided in this case for using SE18 Transaction.
    <b>Please go through the following pointers, which will definitely help -></b>
    Re: Reg the budget check in Shopping cart
    Re: Budget analysis
    How to implement the badi BBP_DOC_CHECK_BADI??
    Budget check for service PO
    Budget Check error for Fixed Assets ? :-(
    <u>Other related links -></u>
    Budget Check
    http://help.sap.com/saphelp_srm50/helpdata/en/4f/b3e739e62b714be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/de/237440116fd279e10000000a114b1d/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/4e/1d74eff196d64e880fd28d41d4502b/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/5a/af5eff85d011d2b42d006094b92d37/frameset.htm
    Do let me know as well.
    Regards
    - Atul

  • Problem in printing multiple line items

    Hi,
       i designed a SAPSCRIPT FORM.When i execute the t-code MB01 by giving PO which has multiple line items ,  output type is invisible.
    But when i iexecute the t-code MB01 by giving PO which has single item , output type is visible and form is printing.
    Do i need to copy the print program and make changes in there or if i change elements in the form will that helps in printing multiple line items.
    thanks.

    HI,
    wat i understand is u r trying to loop at a variable window .but tht is not suggestable.
    write a loop in program lines. read the values in to different variables and the try printing them as text elements that will solve the problem.
    or else in other way use a template and that can also solve the problem.

  • "Always Use Selected Format" check box in line items report

    Hi Experts,
    I have an issue in ECC 6.0.
    From the transaction code FBL1N (Vendor Line Items) I am trying to export the report to spreadsheet by selecting the option  List> Export>Spreadsheet  then I have selected "Always Use Selected Format" check box.  But if I execute the same report again I am not getting this option "Always Use Selected Format". Please let me how can we retrieve that option. Is there any possibility to get that option again either functionally or technically. I would like to know all the possible ways to get this option again.
    Please do the needful.

    Hello,
    In one my thread Mr. Frank has replied as follows. I believe he has solved this.
    Hope this may be really helpful.
    The problem with the spreadsheet download is at one point, users have selected their default file type.
    That said, SAPGUI is working as it should. (gui710)
    Question though is how do we reset the values so they get the ?Select Spreadsheet Format? popup again.
    The following steps should be performed :
    - Call transaction SE38, enter program SALV_BS_ADMIN_MAINTAIN, and press F8.
    - Follow the parameters below :
    - Select ?DELETE? on the Actions Group
    - Select ?DETAILED SELECTION? on the General Data :
    - On Client - your number
    - User : <user name>
    -Hit EXECUTE.
    -Press ENTER on the POPUP
    - If there is an entry in the report that will need to be deleted. Also, make sure that the entry you will delete (for the user) has a value of GUI_ALV_XML_VER on field ?Parameter? .
    - Select the line and hit the DELETE icon .
    - Press ?Y? to continue delete. Press ENTER on the popup.
    - Then EXIT all the way out of the program.
    NOTE : When you run program SALV_BS_ADMIN_MAINTAIN, make sure they are out of any program that they are using for download.
    Re: "Always Use Selected Format" check box in line items report
    Regards,
    Ravi
    Edited by: Ravi Sankar Venna on May 15, 2009 2:31 PM

  • What indexes are created when we check dimension as line item.

    What indexes are created when we check dimension as line item.
    and also What indexes are created when we check dimension as high cardinality.
    Where can i see that information in the system.
    Answers are highly appreciated.
    Regards
    Kunal

    Hi,
    Line item means it does not have any dimension table.
    High Cardinality means that the dimension is to have a large number of instances (that is, a high cardinality). Also, it is very important to indentify the line item dimension properly. E.g. Sales Order number, this will have the exact number of entries as the fact table entries. Hence, this can be created as a line item dimension. If you are not sure of high cardinality never select that. Activate this function when the dimension has is at least 10%- 20% the size of the fact table (in terms of the number of records). <b>In this case, B tree indices are created instead of bitmap indices.</b>. By default it is BITMAP but with high cardinality it is B-Tree indexing.
    Hope this helps.
    PB

Maybe you are looking for

  • Updating multiple subscreens in using DYNP_VALUES_UPDATE

    Hi, I have subscreens in multiple tabs. One tab is with fields, the other with a table. The requirement is that either selecting from fields or table, it will prompt a pop-up with tree structure for selection. Once a selection is made (multiple value

  • BI 7 - Authorization objects

    Hi, I am trying to save the authorization object which I have created, But I am getting error message "Characteristic 0TCAACTVT not authorization relevant". Please help me on this error

  • Print preview summary

    All, I posted a message back in November wondering if anyone had implemented a print preview mechanism in Forte. I got a record number of responses saying "no...but let me know what you find out". A few people responded with solutions. I still get pr

  • HDD PCB doesn't work anymore MK 5059 GSX

    Hi all, I'm looking for a solution I've an external drive where was a MK5059GSX 500 GB The drive doesn't work anymore after less than 5 months. It's seems to be that the PCB out is. I'm looking for the same parts for this dirve because there is 190 G

  • Not enough memory error in Hyper-V

    I have got and error tring to run Hyper-V in Windows Server 2012 r2. I have 2 gb of RAM and it says it is not enough memory. I used this official advice for Windows 8.1, http://support.microsoft.com/kb/2911380 , refused. In the it says, actualy, abou