BIP Last Page Header

Hi,
I am creating a report in BIP in which header is repeated on each page with a group field
i need a different last page header on the final page
Steps I am following are
2) Section break: new page
2) <?start@last-page:body?><?end body?>
3) Added the text
Problem i am facing is the
1) Last page header is displaying on the end of each group field I need it on the final page at the end of the whole report.
E.g. for customer id 1
It is coming on the last page of the customer id 1
I need it on the end of each customer id
2) The header of the all pages is coming on the next page when I am adding section break.
Could someone please help me?
Thanks in advance,
Pragati

Hi Vetsrini,
Currently, I am working on the PO Print report. My requirement is such that is needs Different header in first page. Different header for the rest of the page and the last page with no header but it shows the Terms and conditions.
I followed the steps that you explained in the link. But it’s not working.
(http://winrichman.blogspot.com/2008/08/different-page-header-and-footer.html)
Could you please give me a helping hand its bit urgent.
Thanks in advance
Chandra

Similar Messages

  • BIP Last Page Headre

    Hi,
    I am creating a report in BIP which is having around 100 pages and header is repeated on each page with a group field
    i need a different last page header which should reflect the grand totals when i am trying section break:new page and
    <?start@last-page:body?><?end body?>
    last page header is coming in end of each group field i want it to be displayed on the final page could anyone please help me.
    Thanks in advance,
    Pragti

    Hi....
    For the headre field i am performing following steps
    MS word --> headre-footer --> <?field?>(field which needs to be dispalyed)
    after header
    <?for-each@section?>
    Thanks ......

  • How to change last page header under TOP-OF-PAGE in a report

    hi,
    there are 20 pages in the report for which same header is diplayed for 20 pages by using follow.
    TOP-OF-PAGE.
    PERFORM write_doc_header.
    now the requirement is to change the last page heading. for this i've another perform statement.
    so plz let me know the syntax sh be to place this perform statment.
    plz let me know tht am i thinking right by luking at below??
    TOP-OF-PAGE.
    if sy-index = last page.
    perform lastpage_header.
    else
    PERFORM write_doc_header.
    endif.

    Hi,
    Use:
    TOP-OF-PAGE.
    IF SY-PAGNO = 20.               " sy-pagno will give you th current pagno
    Perform LAST_PAGE_HEADER.
    ESLE.
    Perform LIST_HEADER.
    ENDIF.
    hopr this resolves your issue.
    Regards,
    Gurpreet

  • Last Page Header and Footer in XML Report

    Hi
    I have one requirement , where except last page for an invoice, all other pages should have one header.
    Last page should have nothing header and in Body some information(Total details) should be displayed and in footer terms and conditions should be displayed.
    if one page is there for invoice , in second page (total details) and terms and conditions should be displayed.
    Any one who already faced this issue please suggest how can proceed for requirements
    Advance thank you

    I need a large footer to appear at the bottom of the last page
    I have made a section break: new page
    I have created a field with the contents <?start@last-page-first:body?><?end body?>
    I have run the report to create an RTF file and the last page footer appears on all the pages
    But if I run it to PDF the footer does the right thing and only appears on the last page
    If I create a Powerpoint document it works OK
    It only fails in the format that I require, RTF?
    Any ideas how to fix this?
    Cheers
    Shaky

  • Displaying one field in first page and other field in last page (header)

    Hi
    We are using following way to print headers but we need one field (WO START) to display in first page and another field (WO END) to display in last page
    If output is only 1 page then both needs to be printed on same page
    <?for-each@section:G_WORK_ORDER?>
    WO START This needs to be printed on first page only
    WO END This needs to be printed on last page only
    <?for-each:G_OPERATION?> <?end for-each?>
    <?end for-each?>
    Let us know if any fix for this
    Thanks
    Kamalakar.G
    Edited by: kamalakarg on Sep 21, 2012 4:53 PM

    Hi Kamalakar,
    Send me sample XML data and RTF template i will try on my side. email me [email protected]
    Thanks,
    Omkar Deshpande.

  • BIP (OBIEE 11.1.1.7.1): Different Headers on 1st page, middle pages, same header on last page as 1st page

    Hello,
    This is a much discussed topic but I still couldn't find a resolution.
    The report I am trying to convert from Oracle Reports is an Invoice. The requirement is as follows:
    On Page 1 The full header including company logo, bill-to, ship-to address, invoice number etc. Standard Invoice header stuff should print 1st page.
    Page 2 andl subsequent pages should print a scaled down version of the above header to conserve space (and paper)
    Last Page should have the Invoice Summary.
    In case of a multiple page Invoice this setup works just fine. I have followed examples available in userguide as well as on the web. Used Different First Page option, created section break so that header on first page can be different than on subsequent pages.
    PROBLEM:
    The issue is that in case of a single page invoice, it prints with the scaled down header, invoice details and summary.
    The requirement is that for single page invoice, the Full header and summary appear. I have put  <?start@last-page-first:body?> <?end body?> so that the summary appears on the single page invoice but the FULL header does not.
    I have tired to follow (http://winrichman.blogspot.com/2008/08/different-page-header-and-footer.html) but it doesn't seem to work.
    How can I create the necessary breaks in Word so that I get Full header on 1st page, scaled down header on other..pages and in case of Single Page Invoice, include FULL header and Summary on one page?
    Thanks,
    Manish

    Hi Tim,
    Forgot to mention that there is also a 3rd page which needs to display Part 3 and a different header text which is not something from page 1 or 2.So I guess the even/odd pages in page setup wont work as the 1st page header will be displayed on the 3rd page which is not what is expected.
    I think this is not achievable in MSWord. Is this possible if I use a PDF template?
    Ashwini.

  • Avoid printing Header and Footer in the last page

    Hi,
    Could anyone please let me know how to avoid print the header and footer in the last page?
    Note: I'm printing RTF template for publishing the output.
    Looking forward for your valuable inputs/suggestions.
    Thanks in advance,
    Regards,
    Muru

    Hai,
    My report got FROM PO & TO PO parameters and i need to print footer only in first page of each PO. Tried with section but now i am getting first page of all PO contionious and then all lines together.
    Please call me or sent replies to [email protected]

  • Issue with last-page-first Body (header of second page repeating)

    Hi,
    I am generating some invoice document and there is tax section at the end of document.Invoice can be one page document or it can be multiple pages document.I also have separate header and footer for first page and then for subsequence pages.
    Assume that it is only one page and there is sufficient space left to display Tax tables. I am using
    ------Section Break (Continuous)--------
    <?start@last-page-first:body?><?end body?>
    <?call tax template?>
    This approach works fine when document is more than one page. Moment I get only one page for my invoice it uses the header of second page.
    I already tried <?start@last-page:body?><?end body?> tag but it moves it to the next page and I want it in continuation.
    Below is the snippet of template
    <?start:body?>
    first page header
    <?if:ITEM = 'PARTS'?>
    <?call-template: pt_template?>
    <?end if?>
    <?if:ITEM = 'TM'?>
    <?call-template: tnm_template?>
    <?end if?>
    <?end body?>
    ---SECTION BREAK (CONTINUOUS)-----
    <?start@last-page-first:body?><?end body?>
    <?call-template: tax_template?>
    <?template:tax_template?>
    Please advise if any option is available.

    Hi
    1.Check the Paragraph FOrmat . Character Format  ( the smartstyle) that you have assigned to the last page.
    2. if it is the Terms and conditons page , check the text module (SO10) and its corresponding SmartStyle (paragraph format,character format).
    See if u have used Underline in the  style..
    surya

  • How to remove header on last page of the report?

    I am working on a RTF template for PO report. This is the format of the rtf i have.
    <?start:body?>
    <?for-each@section:G_HEADERS?>
    All header fields
    <?for-each:G_LINES?>
    All Line Fields
    <?end for-each?> --Line End
    <?end for-each?> --Header End
    <?end body?>
    Give Section Break <Next Page>
    Terms and Condition should come here on a new page
    When I insert a section break for new page, the header that is on my 1st page of the template is repeating. Is there a way that I can stop the header from repeating on the last page? Please help me out with this issue.
    Thanks,
    Swetha

    Thanks jimr for the response. This solved my problem.
    The steps I followed are:
    Click on section2 header. click on 'Link to previous'button on the headers toolbar so the link between section1 and section2 is removed.
    Remove the header on the new page (section2). The header on the 1st page is retained while the header on the 2nd page is removed.
    Thanks,
    Swetha
    Message was edited by:
    Swetha

  • How to Print Sales header text at the end of last page of Main Window

    Dear All,
    I have a requirement to print Sales order header text at the end of Main of last page. I don't have footer window.When i use Bottom-End bottom.Only one line is printing.The header has 5 lines.
    Request you to provide <b>code</b>to handle this situation. Your response is highly appreciated
    Best Regards
    Praveen

    Hi,
    If u r using standard layout set RVORDER01.
    U can print that sales order header text in the following text element.
    /E SUPPLEMENT_TEXT.
    U can include ur text objects here.
    Then it gets printed.
    Regards,
    Veda Kumar

  • How to print header in first and last  page only in SAPSCRIPT

    Hi!
    How to print header in first and last  page only in SAPSCRIPT,
    in between pages,  I need to print all line items in MAIN window only .
    Thanks in anticipation!
    Aki.

    Hi All,
    Thanks for your early update...but my requirement here is
    I have two pages (FIRST , NEXT ) First is having Header, Main and Footer
    NEXT is having Main and Footer ..I am printing PO here..let us think that my PO is having 20lines items , let us assume that it takes five pages...
    Now how application is printing is ..first set of data is printing in FIRST page and remainiang data distributed to 4 pages printing in NEXT page ..but what my requirement is , I need fifth page print on FIRST page, instead of NEXT page... Ultimately I need last set of data always print in FIRST ie out of 5 pages 1st print on FIRST 2nd 3rd 4th print on NEXT and 5th print again on FIRST .
    hope you this will clear you.
    Thanks!

  • How to remove item header on the last page

    Hi,
    We have an adobe form where, on the last page a BIG footer gets displayed.
    Now if the number of line items are not enough, they wont go till the last page, but the last would still be printed with no line items, just to accomodate the huge footer that we want to be displayed only on the last page.
    Now in doing this, we want that if there are no line items on the last page, the item header should not be displayed. We are not sure how do we do this.
    The same is accomplished in SAP Script, and there they are using WRITE_FORM with type DELETE. So anything that prints after that even on a new page, the item header wont get printed.
    Please suggest how do we do this in Adobe Forms.
    Thanks,
    Tirth

    Hi Mate,
    there is a contradiction then.
    in table header rows definition, we specify show header in subsequent pages, then the header appears only if there are items displayed on that page. in your case the table header shouldn't be displayed then please check why its comming out there...?
    well in any case if you want the script it would be like below on layout ready event of the header row.
    // run the below script in last page
    if(xfa.layout.page(this) == xfa.layout.pageCount()){
    var pageSFList = xfa.layout.pageContent(xfa.layout.page(this) - 1, "subform", false);
    var pageTotal = 0;
    // for each subform named <Item>, which is the data row of the table
    for (var i = 0; i < pageSFList.length; i++)
         var sf = pageSFList.item(i);
            if(sf.name == "headerrow"){ // if header row is found then chec is data row is visible and set its presence accordingly
               if(sf.parent.item.presence == "hidden"){
                   sf.presence = "hidden";
         if (sf.name == "Item") // if data row itself is found set its presence accordingly
           sf.parent.headerrow.presence = "visible";
    you might need to tweak the code according to your element names.
    hope this helps,
    Cheers,
    Sai

  • Different first page header + last page footer

    Hi,
    It only works well if the generated document contains more than 1 page.
    Otherwise the last page is "stronger" so the second page header will be displayed.
    I have seen a lots of questions about this problem but I could not file correct answer.
    Please help me.
    Version:5.6.3
    Thanks,
    Norbert

    The best place to look for help with Word in on the Microsoft Office Support pages.
    Jerry

  • How to report header and footers on first and last page only

    Hi
    We are trying to create a report that has a one data header on the first page and another header on subsequent pages then the data body then a footer section on the last page only. If we only have one page of data it works fine but when we move to multiple pages the data body section does not expand to fill the gap and we are left with second header but then a gap before the data.
    We have tried to use anchors but are realy stuck. Any help would be greatly appreciated
    Ian

    Something like:
    LOOP AT t_output1.
      WRITE:/1 vline,
      2 t_output1-ktokd,
      17 vline,
      18 t_output1-kunnr,
      29 vline,
      30 t_output1-name1,
      70 vline,
      71 t_output1-katr1,
      87 vline,
      88 t_output1-land1,
      96 vline,
      97 t_output1-vkorg,
      107 vline,
      108 t_output1-kvgr1,
      118 vline,
    * DV4K934131-Start.
    * 119 T_OUTPUT1-TTEXT,
      120 t_output1-v_text,
    * 150 VLINE.
      255 vline.
    * DV4K934131-End.
    ENDLOOP.
    WRITE:/1 sy-uline(255).
    TOP-OF-PAGE.
      IF p_upda = 'X'.
        v_linsz = 255.
        FORMAT COLOR COL_HEADING INTENSIFIED ON.
        WRITE:/1 vline,
        2 text-h01, "'Sold to/Ship to'
        17 vline,
        18 text-h02, "'Customer#'
        29 vline,
        30 text-h03, "'Customer Name'
        70 vline,
        71 text-h04, "'Customer Status'
        87 vline,
        88 text-h05, "'Country'
        96 vline,
        97 text-h06, "'Sales Org.'
        107 vline,
        108 text-h07, "'EST Status',
        118 vline,
        119 text-h08, "'Change History',
    * 150 VLINE.
        255 vline.
        FORMAT RESET.
        WRITE:/1 sy-uline(255).
      ENDIF.
    Rob

  • Different Header for First and Subsequent Pages with Summary on last page

    The data in report can vary from 1 to more than 50 rows (order lines). The header on first page is detailed and the header on subsequent pages has only some fields (whenever data is large). There is a summary section which has to be on the last page of the report only and that too at the bottom (just above the fixed footer in the report).
    So, for a single page report the the detailed header, all lines, summary at the bottom and then the footer has to be printed.
    For a two page report - first page will have detailed header, some lines, fixed footer and second page will have short header, remaining lines, summary at the bottom and then the footer.
    For a three page report the summary has to be on third page only and so on.

    In a word processing document, select your object, place it where you want & then go to Format > Advanced > Move Object to Section Master. To place a different repeating object, you will need to insert a section break.
    With page layout documents, each page is a separate section, so there is no section master. Objects placed on one page don't repeat.

Maybe you are looking for

  • HP 1102W no longer connects to network

    After many months of trouble-free use, I can no longer print from my laptop (Toshiba Satellite E 105-S1402).  Each job ends with "Error printing."  I downloaded the Diagnostic Utility (which told me my printer was not found on the network). The first

  • [Solved] Unable to use ffmpegthumbnailer with videos

    Hi, I'd really like to use the ffmpegthumbnailer with my videos to replace the normal video icons. However neither installing totem or ffmpegthumbnailer works as when I open Gconf and go to 'apps > gnome > thumbnailers' and look for those video@foo k

  • Enhancements in BI 7.0 (2004s)

    Hi Gurus, Is Data source enhancements for BI 7.0 (ECC 6.0) similar to that as BW 3.5  ?? Please provide detailed information on enhancements in BI 7.0 (Say logistics datasources). Thanks in advance. Regards, Aarthi

  • Easy Way To Change The Original File Name??

    I store all my music and videos on iTunes. I just got a AT&T Tilt and I have to use WMP to sync to it. I can't drag and drop iTunes playlists into my media card cause my Tilt uses Windows. My main problem with WMP is even though I edit the song/video

  • What's the deal witht he Fizzle???

    Hi guys, What is the deal witht he fizzle after waking up from sleep? I have posted a video on Youtube of the problem, listen around 25-27 seconds mark, http://www.youtube.com/watch?v=TSOj9MBSVso Thanks Danny