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

Similar Messages

  • Footer for a report with 2 repeating frames with down/across print directio

    I have a report with a frame for title shown in first page. the content of the report is shown on two columns in a repeating frame(R2) which enclose an other repeating frame (R1). In R2, just after R1, I have a frame for totals. Both repeating frame have down/across print direction. All repeating frames and title frame are enclosed by a regular frame(let say frame A) that have vertical elasticity fixed. at the end of the report i must display an other frame(frame B) with signatures. I put frame B in frame A, just after R2. If I set vertical elasticity to fixed or contract for R2, when the title frame is missing i get an empty space in the bottom of the page(except the first page, where the title appear)(R2 is anchored to title frame). if I set vertical elasticity to variable for R2, the frame B is not shown on last page with records, but in next page. I need a solution to keep the frame B in last page of the report which have records. the problem appear only when I have records in second column.
    Can somebody help me, please?

    Hi,
    I think without using Across/Down instead of Down/Across this is not possible. But then the output is
    1 2 3 4
    5 6 7 8
    If you need to have
    1 3 5 7
    2 4 6 8
    then you had to add some logic in an additional column for sorting the output. (sounds easy, but the logic need some work depending the count of records and their position.
    Regards
    Rainer

  • 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

  • Page Numbering on repeating frame with 3 logical pages per physical page

    We have a report in Reports 6i that prints a form on continous multi-part paper. We are converting the report to print to a laser printer with three forms per page. Each form has page numbers in the format of "page 1 of 15". The "page" refers to the form number and the "of" refers to the total number of forms for the outer group. So we could have page 1 of 15 through page 15 of 15 followed by page 1 of 112, etc.
    I have tried all of the suggestions on how to base page numbers on a repeating frame and non of them seem to work. All the examples seem to be based on the idea that the logical page contains 1 or more physical pages; whereas my situation is that I have multiple logical pages on each physical page.
    Does anyone have a thought on how to do this?

    Create one summary column (lets say cs_pagenumber) in inner group and provide following:
    Function: Count
    Source: any field from innrer group
    Reset At: outer group
    Create one summary column (lets say cs_totalpages) in outer group and provide following:
    Function: Count
    Source: any field from innrer group
    Reset At: outer group
    (above will work if one field is printed only once in a form)
    Create a field in inner repeating frame for cs_pagenumber and create a boilerplate text (&cs_totalpages) in the same repating frame for cs_totalpages. This should solve the problem.
    Hope this helps.

  • Repeating Frame with mutiple lines -- Page Break

    I have a report with repeating frame R11. R11 has several fiels
    spread across 4 lines.
    We have a case in which there is a pagebrek, while this
    repeating frame R11 is printed. Fields in the first line of R11
    are printed in the first page. Then when it continues to print
    the repeating frame in the next page, it is not printing the
    fields in the second line of the repeating frame. In other
    words, the second line is completely missing in the report.
    However, fields in the third and forth lines of the repating
    frame R11 are printed in the second page.
    Why the second line is dropped?
    How do I fix this problem?

    Create one summary column (lets say cs_pagenumber) in inner group and provide following:
    Function: Count
    Source: any field from innrer group
    Reset At: outer group
    Create one summary column (lets say cs_totalpages) in outer group and provide following:
    Function: Count
    Source: any field from innrer group
    Reset At: outer group
    (above will work if one field is printed only once in a form)
    Create a field in inner repeating frame for cs_pagenumber and create a boilerplate text (&cs_totalpages) in the same repating frame for cs_totalpages. This should solve the problem.
    Hope this helps.

  • 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

  • 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

  • Multiple Schema Creation with One Source system Via SLT

    Hi all,
    we have BW on HANA environment at our company premises, with SLT server installed
    So, my Question is that is it possible to create more than one schema in HANA system with one Source system
    As an example, lets say, ECC (Client 601) Source System has been connected to HANA via SLT and created Schema called SCHEMA_1 and again i want to create SCHEMA_2 by connecting same ECC (Client 601) source System.
    please help me to short this out?
    Thanks
    Mirana

    Hi Mirana,
    Yes, it is possible to create more than one schema in HANA system with one Source system.
    Please go through the Official SAP LT document for more details @ page number 13
    http://www.saphana.com/servlet/JiveServlet/previewBody/1811-102-5-5419/SAP_LT_Replication_Server_for_SAP_HANA_SPS05_Over…

  • Repeating frame with anchor

    Hi all,
    I have a repeating frame in a report and it is anchored to a text field object (variable height). This repeating frame is Across/Down mode, but its behavior is like a Down mode repeating frame. Could anyone help me?
    Att.
    Diogo Domanski de Souza
    PS: I've already verified the width of the repeating frame and it fits twice per row.

    For easy to illustrate, let's call the variable height text field F_1, and repeating frame R_1. When you anchor from R_1 to F_1, the position of the anchor is very important and it affects the location and formatted size of R_1.
    For example, if the anchor starts on the left-top corner of R_1 and ends on the left-bottom corner of F_1, that means formatted R_1 and F_1 will anchor together with 0% on the left of F_1 and 0% on the left of R_1 from the original position. In this case, you should see two columns per row.
    If the anchor is in the top-middle of R_1 and bottom-middle of F_1, that means formatted R_1 (which has different width than you see on the layout model because it could expand across) and F_1 will anchor together from middle of R_1 (50%) to middle of F_1 (50%). Because of the anchor condition, you should notice even the left position of formatted R_1 would be different than on the layout model if R_1 still can contain more than one column.
    In summary, the anchor is defined based on the percentage of formatted object. Once you understand that, you can adjust the position of the anchor to achieve what you want.
    Hope this helps.
    Thanks,
    -Shaun

  • Repeating frame with no rows returned messing up display

    I have a repeating frame nested within a frame among other items. When there are no rows returned for the repeating frame query, the report is shifting all the objects below the repeating frame upward in the page. How do I get the space held by the repeating frame to just stay blank if no rows are returned?

    Hi:
    Is the Image and the Text within a Frame?If not, put these within a frame. If the text still moves up, then use an anchor.
    what I mean is if your report looks like this:
    <REGULAR FRAME>
    <REPEATING-FRAME>
    TEXT1
    IMAGE
    <REGULAR FRAME>
    TEXT2
    then put the TEXT1 and IMAGE inside a FRAME.
    HTH
    Srini Ramanujam.

  • 6500 multiple installation problems with existing hp printer on same computer

    I just bought a 6500 wireless printer on a 14-day trial period from Staples.  The first problem I had was that the installation CD said it did not support Windows Media Center Edition on my laptop.  I chatted online with HP and downloaded a driver and ran the install.  It got error messages halfway through that the HP PSC2100 (which I have used with my laptop) does not support wireless.  I deleted the PSC2100 from Printers and Faxes and re-ran the install.  This time it worked, but I got a message that the printer could not communicate with Scanning.  I ignored this message and I am able to print from my laptop wirelessly.  Now I want to install on my HP desktop, which has an HP Photosmart printer connected.  Will I get this same kind of installation problem?  Should I delete the Photosmart before trying the install? Do I need to connect the printer to the desktop with the USB cable (I'd rather not move the printer)? Will I be able to scan wirelessly after getting the Scanning error message?  All of these could be tested, but with only 14 days I'd like to launch off other peoples' experience.
    thanks!

    Hi, you should be able to install you new printer without having to uninstall the old one.
    Please mark the post that solves your problem as "Accepted Solution"
    (Although I am employed by HP, I am speaking for myself and not for HP)
    I am an HP Employee

  • MIRO for multiple PO's with different Pymt Terms (Same vendor)

    Hi,
    Is it possible to process many PO's for the same vendor with different payment terms (PO has got diff. pymnt terms) thru MIRO. Vendor has sent invoice clubbing diff. PO's.
    Regards
    Nilesh

    Hi,
    There are different payment terms in financial accounting, sales & Purchasing.When you then enter a business transaction, the application in question will use the key specified in its area of the master record.
    For exmple, in vendor master we have 2 payment terms one is at Company code level and the other one is at purchase organisation level.
    I hope in PO, the payemnt terms will be picked up from the purchasing view, and in invoice payment term will be picked up from the company code level.
    Since Payment term is at header level in invoice, it is not possible to have different payment terms for single invoice.
    Also in terms of finance its not possible to have different payment terms for single vendor.
    Regards,
    Prabu

  • How to print multiple ALV Grids with only one print dialog?

    Hi,
    I have a report that has multiple ALV grids in splitter containers. The users want to be able to print those ALVs by pushing only one print button. I got it to work (parameter IS_PRINT and method SET_FRONTEND_PRINT before calling SET_TABLE_FOR_FIRST_DISPLAY) but I can't find a way to avoid that the printer dialog pops up for every grid I print.
    I tried to use the function module approach with REUSE_ALV_LIST_DISPLAY but have the same issue. Any thoughts?
    Thanks,
    Guenther

    Hi Peluka,
    Well, that's exactly what I am doing. Putting one central button in the app is not the problem; the issue is that the print dialog (to select the printer) pops up for every  individual ALV grid. E.g. if I place 4 ALV grids on my screen and trigger their print from a central button, I am getting 4 print dialogs.
    Cheers,
    Guenther

  • Columns with same height in a repeating frame

    Hi!, In Report Builder I have a report with a repeating frame with three fields. Each field is a colum in frame. First field always have two lines and second and third only have one line. I want second and third fields have the same height as first, I want they expand but I don't Know How i Can do this. Any idea?

    Hallo Christian
    I could solve the problem as follows
    Repeating Frame
    inside 1st Frame for the visible/invisble trick including a trigger
    inside 2nd Frame for the fields
    Anchor from 2nd Frame to 1st Frame and another one from 1st Frame to the Repeating Frame
    => all frames and anchors vertical = variable

  • Printing multiple screen objects (ALV+GFW) with only 1 print dialog pop-up?

    All,
    This is related to my previous post at:
    Re: How to print multiple ALV Grids with only one print dialog?
    but there is still one open question...
    My requirement is to create reports that will be called through portals; those reports are a combination of charts and the associated list output describing the data of each chart.
    In my first report (4 charts), I created a screen with 8 custom containers: 4 on the left hand side for the charts and 4 to the right for the list output.
    To create the charts I am using the Graphical Framework (GFW) and for the ALVs the new CL_SALV* classes.
    Everything works fine on the screen, but the users also want to print the report. I got them to the point where they will accept a separate printout (page) for every object (e.g. chart and ALV) of the report.
    I put a print button through the GUI status on the screen and trigger the associated print events in the program; this works fine as well, but the problem is that for every output (in this case 8) a print dialog appears and prompts the user for a printer selection. This the users won't accept and - quite frankly - I wouldn't either ;).
    Now, in my previous post someone pointed me to the use of the REUSE* function modules to append the ALVs and then print them together; this works and reduces the print dialog to only one for the ALVs.
    Even though this is an option, I am still kind of hesitant: why using all the great new OO stuff via the CL_SALV* classes to bring the ALVs on the screen, just to go back to the old approach for the printouts???
    Especially since I still can’t figure out how to combine the GFW objects in one print – or even better – how to suppress the dialog by passing the information behind the scenes either.
    As of now, I have 2 options:
    - 8 print dialogs (OO only)
    - 5 print dialogs (using the REUSE approach for the ALVs and triggering the chart prints individually)
    Does anyone see a way to bring it down to ONE?
    Thanks,
    Guenther
    Message was edited by: Guenther Schober
    Update: I found the solution for the ALVs!
    Even though I am using the
    "new-page print on parameters G_S_PRINT_PARAMETERS no dialog" statement, the dialogs still appeared; reason for this was that I also set:
    "L_O_PRINT->SET_PRINT_ONLY( IF_SALV_C_BOOL_SAP=>TRUE )" before I output the ALV table.
    After removing this, the ALVs are printing without pop-up!!!
    Unfortunately the GFWs still prompt for the printer selection

    Hi,
    Mine is also same requirement and i could not even generate multiple print dialogs.Can i have your code to compare with my code please.
    I am displaying container information on 200 screen PBO. I have added one custom print button to the grid tool bar(remaing container toolbar print buttons i have disabled). Once i click on custom print button a popup is coming and when i click on continue(one container informtion print is coming) and  it is coming to 100 screen(in this, i am calling selection screen as a subscree) and subsequent print dialog is not coming.
    Thanks & Regards
    Ramu

Maybe you are looking for

  • SAP Enterprise Project Connection 2.0 in SAP ECC 6.0 EHP6

    Hello experts, Before describing any think let me tell u that i am very new to this field. We are configuring SAP Enterprise Project Connection 2.0 in our SAP ECC 6.0 EHP6 .I have already installed ABAP add on for EPC in ECC system. I have also insta

  • Cisco Prime Infrastructure 1.2 on Windows Server/Hyper-V

    Hi Everyone, In Entriprise environment while designing a BYOD solution we need to integrate ISE3315 with CPI 1.2. I know that Cisco ISE software either runs on 3315 platform or other option is virtual appliance (which is VMware based). Now problem is

  • MDM with Business Connector

    Does anyone know if MDM can work with Business Connector?

  • Where has the Airplay feature vanished to in iTunes 12 ?

    To whom it may concern..... I just updated to iTunes 12 and I don't seem to be able to find where he Airplay feature vanished to in iTunes 12 ? I have a Wireless Zepplin and Rotel Hi-Fi (controlled by Airport Express and Arcam IR DAC) and I don't see

  • Multimedia transfer on mac

    I got a new macbook pro and Im trying to get it to work with my nokia x6 32gig just like it did with my old macbook, but everything keeps failing on me. I've read all the discussions about it and nothing helps. I've downloaded the multimedia transfer