Printing order of pages in case of multiple repeating frames

Hi,
I am developing a custom invoice report with layout (everything included in main section) spread across 2 pages.
The whole of first page (invoice document) is in one repeating frame and the other page (support document which is a matrix) is in another repeating frame.
When printing for multiple invoices I want the support document to be printed along with each invoice. Currently all the invoices are being printed together and the support documents are printed together.
Is there any solution for the above problem?
I tried the following
-Including the support document in the trailer section
-Including the whole report in one single repeating frame, but this doesn’t work for me as there is a header part in the invoice which should not print on support document
-Increasing the vertical panels to 2, but this is resulting in blank pages
Thanks in advance.
-Srikanth

I am sorry for the all the trouble, I guess I was not clear. I will try to explain how the frames are now and how the output is.
Below is how the frames are alligned in the object navigator
M_1 (Main Frame)
-- R_1 (Main Repeating Frame)
----M_HDR_INV (Header frame)
----M_INV_LINES (Invoice Lines
----M_SUMMARY (summary details)
Currect output
INVOICE Page 1
Header
lines....
INVOICE Page 2
lines....
SUMMARY Page 3
Desired Output
INVOICE Page 1
Header
lines....
INVOICE Page 2
Header
lines....
SUMMARY Page 3
Let me know if you would like to see the copy of my rdf.
my email is [email protected]
BTW I am using reports 6i.
Thanks

Similar Messages

  • Multiple repeating frames with same source printing same Values

    Dear all,
    I have a report which is having more than 10 repating frames in this 4 repating frames have same source assingned,during the report execution just before printing the repeating frames at various levels am inserting records into the source table assignd to the 4 repating frames.i actually want the repeating frames to print values i just inserted in to the table,diffrent repeating frames should print diffrent values.
    i have put source query like this;
    select * from <table> where print_status is null.
    just before printing the repeating frames am inserting values in to this table
    insert into <table> values ();
    print repeating frame 1
    insert
    print repeating frame 2
    insert
    print repeating frame 3
    insert
    print repeating frame 4
    in this particular case the report is printing only one row which i have inserted before printing the repeating frame 1.(basically the query is not refreshing at various grups)
    I want to print records which is inserted at each level .using one source query and 4 diffrent repeating frames.
    Hope am clear with my query.

    Dear Kumar,
    You are exactly right, but during the execution of the report at different interval I am modifying the data of the source table.
    Dear Andreas,
    Currently am modifying an existing report which is designed few years before, and having hell lot of frames and repeating frames and I need to include the above said portion between these repeating frames. The major reason why i tried to adopt this method is, during the execution of the report at each different intervals I am doing some calculation and then inserting the results into a global temporary table, again the same global temporary table am trying to print it in different places .Since I have multiple rows to print from this table I am using a repeating frame.
    I have resolved this issue using packages and assigning values into packaged variables. But I had a gut feeling that declaring too much variables might confuse others especially some other developer.
    Edited by: mayannajeeb on Jun 8, 2010 12:27 PM

  • Printing a Line at the end of a Repeating Frame in Reports 6/6i

    Hi Folks,
         In few of my designed reports I want a horizontal boiler plate line drawn at the end of the repeating frame on each page. The Number of Records property of the repeating frame is set to 0, i.e., depending upon the margin allocated on each page the report should fetch as many records as they can fit in the allocated area of the frame. I have also set the Page Protect property of the repeating frame to Yes, since we want the description of the records to be displayed fully on each page i.e., a record displayed last on a page should have its description on one page and it should not go to the next subsequent page. Now when I draw a horizontal boiler plate line at the end of the repeating frame in the Layout Model and set its property to Print on all Pages, the line in few pages of the report does not print at all and on the rest of the pages it is displayed at its correct position. I have even tried using an Anchor but it still does not work. Do I need to set the property of the anchor or am I missing some basic point here?
    TIA
    Hassan

    Hi there,
    I have tried that but when the records are less in number on a page i.e., 1-2 then the line do prints on each page but there is a gap between the line and the last record.I want that the line should print right after the last record. Should I use an anchor here? But we cannot use an anchor between a line and the margin.
    Any ideas??

  • Page numbering - multiple repeating frames

    Hi,
    It’s a bit tricky in explaining this but I shall try to do my best.
    This is an invoice report with 2 parts (everything in the main section), main invoice and summary. The main invoice is in repeating frame R2 and summary (matrix report) is in repeating frame R3. Both the repeating frames are encompassed in repeating frame R1.
    Each part of the report should have page numbering (1 of 2 type) and the numbering should be independent of each other (for main invoice and summary).
    Main invoice has page numbering reset (both current page number and total number of pages) at R2 and summary's page numbering is being reset at R3. The report is working fine for a single invoice but when running it for multiple invoices the output is as below
    Inv# 100 - Main Section 1 of 2
    ------------------------------2 of 2
    Summary 1 of 1
    Inv# 101 - Main Section 2 of 3
    ------------------------------3 of 3
    Summary 3 of 3
    Inv# 102 - Main Section 2 of 3
    ------------------------------3 of 3
    Summary 3 of 3
    where as the desired output is
    Inv# 100 - Main Section 1 of 2
    ------------------------------2 of 2
    Summary 1 of 1
    Inv# 101 - Main Section 1 of 2
    ------------------------------2 of 2
    Summary 1 of 1
    Inv# 102 - Main Section 1 of 2
    ------------------------------1 of 2
    Summary 1 of 1
    It would be worth not to change the report's design as there are many frames, fields,..... but I don't know how to resolve this numbering problem.
    I am using reports 6i.
    Thanks for your help in advance.
    -Srikanth

    Any inputs would be appreciated.
    Thanks in advance
    -Srikanth

  • Layout problem - multiple repeating frames

    Hi, I have a layout problem, pls help!
    Short report description:
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    - - - - .. other repeating frames ..
    When reaching the bottom of a page, and there is not enough room to print a record for Repeating frame 2, a record from Repeating frame 3 is printed in the bottom.
    Next page starts with the remaining records from Repeating frame 2.. and then the remaining records from Repeating frame 3.
    For example:
    Page 1:
    Rep frame 2 - Record 1
    Rep frame 2 - Record 2
    Rep frame 2 - Record 3
    Rep frame 3 - Record 1 -- not enough space to print Record 4, so this record is printed
    Page 2:
    Rep frame 2 - Record 4
    Rep frame 2 - Record 5
    Rep frame 3 - Record 2
    How can i ensure that all records from Rep frame 2 is printed before records from Rep frame 3?

    Hi, thanks for helping me out!
    I tried to use anchors, but they had no effect when connecting top of 3 to bottom of 2, got the same layout.
    I then tried to create frames with vertical elasticity expand around both rep frame 2 and rep frame 3, and it seems to do the job.
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Frame 4 - vertical elasticity expand
    - - - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Frame 5 - vertical elasticity expand
    - - - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    and so on..
    Thanks again

  • Conditional formatting based on page number that resets on repeating frame

    Hello everyone,
    I have searched through multiple forums on multiple sites and haven't come across anyone who has accomplished this.
    I have a report with pages numbers that reset on a repeating frame.
    I have a text boiler plate that I want to only show up on page 1. On every occurrence of page 1.
    SRW.GET_PAGE_NUM does not work because it returns physical page number.
    I'm trying to access the value of the field for my page number. The value comes from "source" drop down with value of "Page Number".
    I've tried accessing the <&page number> in the PL/SQL of my conditional formatting trigger but no luck.
    This report is 14K plus pages so I'd rather not be inserting and selecting the value back out of the database.
    Does anyone have any ideas??
    Thanks,
    Alan

    To avoid inserting/selecting from the database
    Maybe you could create a small package on the database to store page numbering information.
    Then use get/set routines per your requirements.
    CREATE OR REPLACE PACKAGE rep_page_no IS
       gPageNo NUMBER;
       PROCEDURE set_it(pPage NUMBER);
       FUNCTION get_it RETURN NUMBER;
    END rep_page_no;
    CREATE OR REPLACE PACKAGE BODY rep_page_no IS
       PROCEDURE set_it(pPage NUMBER) IS
       BEGIN
          gPageNo := pPage;
       END set_it;
       FUNCTION get_it RETURN NUMBER
       IS
       BEGIN
          RETURN(gPageNo);
       END get_it;
    END rep_page_no;Then in your repeating frame you could access this package rather than insert/select from any database table.
    Let me know if this works, I might like to try it.
    Thanks

  • Report printing only 1 page

    Hi folks,
    I have a report, but I run it only the first page is displayed. (query returns enough data for displaying more then 1 page).
    I checked every repeat frame and also normal frame within repoirt and it's "Print Object On" property (it's setup for "All pages") and also Base Printong On = Enclosing Object.
    What else should I check?
    Thanks,
    Tomas

    If you have repeating frame and 'Print Object On' is set to 'All Pages' then change to 'First Page'.
    If you have repeating frame and it is enclosed by another frame then change both frames 'Print Object On' property to 'First Page'.
    Hope this helps.

  • I want my logo to be printed in every pages of my form

    in SAPSCRIPT i want my logo to be printed in every pages of my form without repeating the code for logo in each page. how can it be done?
    can i use my logo code inside TOP-OF-PAGE event to get the above requirement?

    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
    These are the steps to be followed for uploading graphics in R/3 system 
    1.   First save the file as BMP 
    2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
          make it Zoom as 100% and save as *.TIFF 
    3.   Open SE38 and execute program RSTXLDMC
    4.   Give your TIFF file path name 
    5.   Select Bcol (for Color) 
    6.   TEXT ID will be ZHEX-MACRO-*. 
    7.   Inplace of * write your own logo name (ZCOMPANYLOGO) 
    8.   Execute the program 
    9.   Now Goto SE71 create your ZFORM 
    10. Create logo window 
    11. Goto text element of logo window

  • Repeating Frame leaves blank area on next page before record

    I have a report with multiple repeating frames. Near the bottom of the first page the last repeating frame starts to print. If there are too many records to fit on the first page, they show up on subsequent pages. That is OK. However, on the 2nd, 3rd, etc. pages the records are part way down the page with much blank space between them and the header above.
    I would like the records to start at the top of the next page just beneath the header. Also, because of another repeating frame before this one, I can't even be sure if this particular frame will always start printing on the first page.
    I have tried properties such as page break, print object on, page protect, etc. They hve not resolved this issue to date.
    Thanks in advance from a beginner.
    DT

    hello david
    in this case you must consider what is printed on next pages ... for this i recomend newbie to colorize each frame and repeating frame to see what is there. from your describtion is possible that there are some objects on your frame with print condition set only to first page ... so they is not displayed on second, ... pages - this could happen f.e. with added descriptions, colmn heading, ... so my advice is to look why the space is there and then (maybe) make a correction ...
    hth
    petr valouch, brainbench mvp for oracle rograming, http://www.brainbench.com

  • Printing a multi page pdf -with multiple pages per sheet

    In order to save paper I create multiple page pdfs and in the print dialog box under Layout I select Pages per Sheet 2 , etc. The problem is when i try to print out the document, it only prints out the first page. The other pages fail to print. this only occurs when printing a pdf in this way. I have already re-installed Acrobat.
    error on printer is: error typecheck offending command and the file name changes on the printer to acr.000000.tem
    I'm using acrobat 8. Printing to a xerox docu-color printer.
    Mac 10.4.11

    Nope, that's a Flash-only effect. Sometimes people try to embed a SWF (Flash file) into a PDF, but that only plays like it's a movie, and doesn't work well.
    I think you should give up on the idea if you want to use PDF as the distribution method.

  • In pages, when a create a document, potions of it, say several pages will be clumped together and it effects me editing their order.  It is like they are forever joined- How do I edit my document and print just one page or move just one page?

    In pages, when a create a document, potions of it, say several pages will be clumped together and it effects me editing their order.  It is like they are forever joined- How do I edit my document and print just one page or move just one page?

    May you open your eyes before creating a new thread ?
    Your question was already asked and answered today.
    https://discussions.apple.com/thread/3177074?tstart=0
    Yvan KOENIG (VALLAURIS, France) jeudi 14 juillet 2011 14:40:40
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Printing the same page multiple times on one sheet

    So last year I wanted to print out minature versions of my card design and I was able to do that by printing out multiple copies of the same thing on one sheet of paper. Of course that was a while ago and now today I can't do the same thing. I remember printing the same page(copy) multiple times either in acrobat or indesign. I see that I have a front and back version for last years card and I'm assuming I must have done it in acrobat. Last year when I looked at the preview there was multiple copies of my page. This year I only see 1 even as I choose the other things. At first I thought it might have been the version I was using on my windows as opposed to the version on my mac. But now I'm on my mac and I still don't see how I did it last year. Please help! I keep reading that this can't be done but I remember doing the same thing last year. It was the 16 copies of the same thing option. I tried it again this time but it doesn't work. I tried printing the 4 copies only 1 copy was printed.(the preview didn't even show all copies like last year) The verson of acrobat is X. version 10.1.4

    What exact version of iPhoto 9 are you using? Version 9.5's solution will be different from the solution for earlier versions of iPhoto 9.
    OT

  • Cheque printing. How to avoid last page in case of check printing in F110?

    F-68 prints only one page whereas F110 prints 2 pages.
    How to avoid last page in case of check printing using F110? Is there any other option than changing the Script.

    Hi,
    Im also facing the same issue. Generates 1 page with F-58 but 2 pages with f110. Kindly let me know how to resolve.

  • Footer should be print on last page in multiple page format

    Hi expert,
    I designed form for invoice print ,in that for multiple pages footer should be print on last page only and hight of the main window should be increase (means if footer will display on last page then space of footer should be used for main window in multiple
    page format) 
    for eg .if i have 12 item so 5 items displyed on each page but i want to print 10 item on first page and remaing on second and after that i want to print footer.
    Regards,
    Jyotsna

    Hi,
    Has you tried to create a "new page" copy of FIRST, and make it the LAST_PAGE... On it you are going to create the desired footer.
    The Page Secuence will be something like this:
    If you are trying to print 12 items, then PAGE 1 (10 items) -> LAST_PAGE (2 remaining items).
    Hope it helps you...
    Alexis Sanchez N.
    SAP ABAP Development Consultant
    Molen Services and Consulting, C.A.

  • Used to be able to print multiple page pdf files on my HP 7310 all in one and then it stopped and would only print the curent page. This is tedious for long PDF docs. I am on 10.6.8 .

    Used to be ablert to print multiple page pdf files on my HP 7310 all in one printer and now I can only print the current page and therefore it takes forever printing them one by one. I am in version 10.6.8. Tried printing as image using the advanced click and that did not work either.  I have Adobe 9.0 reader installed.

    I tried this earlier, and I tried it again today.  Both times it said "Software Missing!"  and "HP Software required to connect to your printer over the network could not be found on this computer."  But when I tried to install the software (AIO_CDB_Net_Full_Win_WW_130_141.exe, which I downloaded from HP's web site), it wouldn't install, as described above.  In the diagnostic utility, I clicked "skip", and it said "Connection Verified!", and "The printer is connected to the network and the services related to the network connections have been verified and reset to a normal operating state.  Everything appears to work fine at this point.  Please doa test print to verify that the issue is resolved or click Skip to move to the next step."  I clickedthe "Test Print" button, and immediately it popped up a box that said "Test Print Failed."
    I tried again to install the HP software, and it installed, detected the printer, and asked me to select it.  I selected the printer, clicked "next", and it did its network diagnostics.  Then it said "Problem(s) found with your network" and "Problem(s) may exist with the network functions of your printer . . ."  I continued the installation without connecting to the printer.  Then I ran your network printer diagnostic tool again, and got the same result - "HP Software required to connect to youir printer over the network could not be found on this computer."

Maybe you are looking for

  • Can't Print to HP LaserJet 2430dtn printer

    Please help! Hi all, I have Max OS X 10.4.11 machine which is on a network. I am trying to print to a printer which is on a network (hosted by Windows 2003 server). I can find the printer and add onto the Mac machine but I can't print on it. Everythi

  • Question from XP user in market for iMac (Video input)

    I would like to buy a Apple desktop for my home. I would like to know what my options are if I want to connect Surround Sound, HD DVD player, external hard drive, Xbox 360, and Digital Cable to the screen. I would like to know if that is possible, if

  • Using to_date causes CBO to use wrong index

    I'm working on switching an application from using the Rule-based optimizer to use the Cost-based Optimizer on Oracle 9iR2. I'm having problems with the following query: select report_rsn, reports.facility_code,        exams.facility_code   from exam

  • EDI Vs BAI.

    Hi All, As my knowledge about the lockbox formats is consider, EDI and BAI are the two formats to exchange information between Customer - Bank  - Company. 1. In what case we go for EDI and / or BAI. 2. Which is best to go for (I do remember its EDI,

  • How can I get the font list of local

    Hi, everyone. In AS2.0, I can use TextField.getFontList() to return a array that include all font family of local. However, AS3.0 no longer supports it. How can I get the font list of local in AS3.0? Thanks