XML second page output overlap with predefind Header

Hii
XML Report second page output in overlap with Predefined Header (Paper Header) . so in second page how can i put down the row from Predefined Header.
Thanks

Hi 563093
Hit same issue and, thanks to KlausFabian, fixed by following this one shot step.
- Edit the template .rtf with notepad search and replace "headerr" with "header".
Should works great.
Source:
Re: anything in header/footer section not coming in the output.
L.

Similar Messages

  • Dynamic tables on one page - overflow problem with repeating header/footer

    Hi,
    with the help of the user RADZMAR I was able to create dynamic tables..
    But now, I have got the next problem.
    2 different tables are placed on 1 page.Each of them should be dynamic.
    Please let me list what is working, and what not:
    each textfield should be expandable (-> working)
    Table 01 should be overflowing to page 02 (-> working)
    Table 02 should be overflowing to page 02 (->working)
    Table 02 should be scrolling to page 02 if tabele 01 is growing (->working)
    Table 01 and Table 02 should be splittable (->working)
    header 02 + the footer 02 ( from table 02) should be repeated on every page (->working)
    header 02 + the footer 02 ( from table 02) should not be stand alone, indepentenly on which page (-> NOT WORKING)
    In other words:
    How can I reach, that the header and the footer enclose at least ONE textfield-row ?
    The setting "keep with previous / following" did not helped me.
    If the text in table 02 is large, the settings "keep with..." cause some layout destructions.
    This is the screenshot of the problem:
    Here you can download my doc:
    https://acrobat.com/#d=V*HZAV8VILZarp6gF0B3nw
    Thanks and Greetings
    Nuri

    Your question was "... but the font on the footer is much larger than that of the template", yes?
    I only can repeat, look at the difference of:
    1. index.html (Font-size > medium) >
    2. Calendar.html (Font-size > no entry):
    > "... font on the footer is much larger than that of the template",
    Hans-Günter
    P.S.
    See us again - maybe - at Monday > we will do a nice little trip to Austria.

  • How do I create a automatic second page with different layout settings?

    Hi there,
    I want to create a business letter template with a different second page. I already managed to create a different layout on page nr two, but
    whenever I write a letter with this template and I reach the end of page one, pages creates a thrid page in between my page nr one and nr two with a mixture of the layout of template page nr two and the footer of page nr one.
    I want pages to take my template page nr two (with different header and footer) as second page instead of creating one itself.
    If I don't need a second page - because my letter is to short - I should not have to delete a second page. It simply should not be there...
    Thanks for Help!
    G4's and 12" PB   Mac OS X (10.4.6)  

    Hello Stefan,
    you achieve this with a little trick. Create your letter and set the layout for the first and the second page by inserting a placeholder text. This placeholder text should fill the first page and the top of the second page, so both pages are build in one section. When the entire letter is layouted well, select the placeholder text and than save the letter as a template.
    Now every time you open this template, you only have to insert the main text (replace the placeholder text with real content), and the second page disappears until the main text overflows the borders of the first page. Than you will get the second page again with the layout you have created for it.
    I hope this will work for you like it works fine for me.

  • How to: make a custom second page?

    Ladies, Gents,
    I almost have my custom template for my business correspondence ready, but there is one thing I cannot figure out how to do it...
    As with my normal (printed) stationary, my second page and onward have less information then my first one. In my case, just a logo. Much as is the case with the "Woodland letter" template in Pages '08. As soon as you hit enter at the end, the second page comes up with a smaller, simpler logo.
    I cannot figure out how to get this done? The manual states entering a section break, customizing it, and using File>Advanced>Capture pages, but as soon as I enter a section break, I just get a blank page. Copying or pasting a graphic adds ANOTHER page at the end... I am stumped, and having read the manual from page 1 to 240, I don't have a clue!
    Any help would be GREATLY appreciated!

    Oh! Now I see.
    Try this. Format your template WITH the second page included. Use either a page break or a number of returns to get to the second page. Reformat the second page with the appropriate header, footer, logo, etc. (This is where 'First page is different' comes in, I'm sure you know.) Once the second page looks the way you want, remove it by removing the page break or the hard returns, THEN save it as a template. Do NOT use a section break to create the second page. I don't think inserting a new page will work to modify the template in this case.
    BTW, you are using a word processing rather than a page layout document, I assume.
    Good luck,
    Terry

  • Problem in navigating 2 second page

    Hi ,
    actually the scenario is like this:
    1) when i give the partner no as input it will display the output details as guid,header,item,object_type,partner_no.---first page
    2) Again if i click on the header in this output it have to go next page and have to display the details of header like service order,process type etc.
    here upto first part i done .and the i created next page also
    i done the following code in first page oninput processing
    CASE event_id.
      WHEN 'clickon'.
        navigation->set_parameter( 'header' ).
        navigation->goto_page('second.htm' ).
    ENDCASE.
    i done the following code in next page oninitialization
    data: header type crmd_orderadm_h-guid.
    header = request->get_form_field( name = 'header' ).
    select object_id
    guid
    posting_date
    process_type
    created_by from crmd_orderadm_h INTO corresponding fields of
    table index1
    WHERE guid EQ header.
    now the problem is i m not able to click on header of first page output .after clicking on that i have to display next page details.
    Please solve the problem
    Thanks,
    Usha

    i created 2 pages.
    in first page
    LAYOUT:
    <html>
    <head>
    <title>
    Retrieving service order details
    </title>
    </head>
    <body>
    <form>
    <form method = "post" action= "first.htm">
        partner_no: <input name= "partner_no" /> <br>
        <input value="submit" type= "submit"/>
        </form>
    <% if not index[] is initial.     %>
      <table>
      <tr>
      <td width= "150" align= "left"><b>GUID</b></td>
      <td width= "150" align= "left"><b>HEADER GUID</b></td>
      <td width= "150" align= "left"><b>ITEM GUID</b></td>
      <td width= "150" align= "left"><b>OBJECT_TYPE</b></td>
      <td width= "150" align= "left"><b>PARTNER_NO</b></td>
       </tr>
      <% loop at index into wa  .     %>
       <tr>
       <td width= "150" align= "left"><%= wa-guid    %></td>
    <td width= "150" align= "left"><a href= "second.htm"><%=wa-header    %></a></td>
       <td width= "150" align= "left"><%= wa-item    %></td>
       <td width= "150" align= "left"><%= wa-object_type    %></td>
       <td width= "150" align= "left"><%= wa-partner_no  %></td>
        </tr>
        <%Endloop.      %>
    <%data:temp(20) type c.
      move wa-header to temp.    %>
      </table>
    ONINITIALIZATION:
    data: partner_no type crmd_order_index-partner_no.
    partner_no = request->get_form_field( name = 'partner_no' ).
    select guid
    header
    item
    object_type
    partner_no from crmd_order_index INTO corresponding fields of
    table index
    WHERE object_type eq 'BUS2000140' and partner_no eq partner_no.
    ONINPUTPROCESSING
    CASE EVENT_ID.
      WHEN 'clickon'.
        navigation->set_parameter( name = 'head'
                                    value = 'temp').
        navigation->goto_page( 'second.htm' ).
    ENDCASe.
    type definitions:
    types:it_index type standard table of crmd_order_index,
          wa_index  type crmd_order_index.
    PAGE ATTRIBUTES:
    index type it_index
    wa type wa_index
    head type c
    temp type c
    I_N SECOND page :_
    LAYOUT
    <html>
    <head>
    <title> Service order details</title>
    </head>
    <body>
    <table>
    <tr>
      <td width= "150" align= "left"><b>GUID</b></td>
      <td width= "150" align= "left"><b>OBJECTID</b></td>_
      <td width= "150" align= "left"><b>POSTINGDATE</b></td>_
      <td width= "150" align= "left"><b>PROCESSTYPE</b></td>_
      <td width= "150" align= "left"><b>CREATEDBY</b></td>_
    </tr>
    <% loop at index1 into wa1.     %>
    <tr>
       <td width= "150" align= "left"><%= wa1-guid   %></td>
       <td width= "150" align= "left"><%= wa1-objectid  %></td>_
       <td width= "150" align= "left"><%= wa1-postingdate %></td>_
       <td width= "150" align= "left"><%= wa1-processtype    %></td>_
       <td width= "150" align= "left"><%= wa1-createdby  %></td>_
        </tr>
       <% endloop.     %>
    </table>
    </body>
    </html>
    TYPE DEFINITIONS:
    TYPES:itindex1 type standard table of crmd_orderadm_h,_
          waindex1 type crmd_orderadm_h._
    PAGE ATTRIBUTES:
    index1 type itindex1_
    wa1 type waindex1_
    temp1 type c
    head type c
    ONINITIALIZATION
    data:temp1(20) type c.
    data:head(20) type c.
    temp1 = request->getform_field( name ='head' )._
    select guid objectid process_type posting_date created_by_
       from crmdorderadm_h into CORRESPONDING FIELDS OF TABLE index1_
      where guid eq temp1.
    now the problem is i m not able to displaying second page output..
    Plz solve this problem.
    THANKS,
    Usha
    Edited by: Usha Rani Rachamalla on Jan 23, 2008 7:59 AM

  • How to get a second page in a form letter report after create it by Wizard

    How to get a second page in a form letter report after create it by Wizard
    i've built a report by wizard with a sql-Query
    the sql give me back for example 3 dataset
    and the report prints 3 pages
    dataset 1 - page 1
    dataset 2 - page 1
    dataset 3 - page 1
    thats ok,
    but now I need a second page per dataset ( with only a text )
    so that the report should print 2 pages per dataset
    dataset 1 - page 1 ,page 2
    dataset 2 - page 1 ,page 2
    dataset 3 - page 1 ,page 2
    It's not really clear for me, what to do, to create the second page
    any help ?

    .... found answer in other forum

  • Why won't launchpad will not display the second page?

    I can see the first page. But when I attempt to see the second page, by swiping with two fingers or hitting the tiny dot, the second page appears for a moment, but then returns to the first page. I have tried closing all my open applications. This is new behavior. I have Mtn Lion.

    Same problem here. only i'm on page 2 and it won't let me stay on page 1 long enough to click on any of my apps there

  • Placing VOID check on second page instead on first ....(Layout)

    Hi All,
    In Payables Manager responsibility there is a function called Payments formats in that particular screen we can give the number of invoices.
    The maximum we can give is 37. So every time when ever it is submitting the concurrent program it prints 37 records on the first page with the check as INVALID and if it is having more than 37 records it prints 37 invoices on the first page with the check INVALID on the first page and the second page remaining records with the check with the amount to be paid.
    The requirement here we have is, we have to print the check on the first page itself with the amount to be paid, and overflowing invoices should come in the second page. And on the second page it should not print any check it just should show VOID as a water mark.
    Help Appreciated.
    Thanks & Regards,

    Have you tried setting the starting page number to zero? Then the next page should be #1.
    Or you can add a section break & start the numbering of the new section at 1.

  • Second page in smartforms

    hi,
    i want to display second page in smartforms with different condent in that, i called second page in main window of 1st page using command,the problem is i want to display total window of 1st page after the end of main window,but now the second page was displayed because of the newly inserted command but the total window is not getting printed.
    how can i solve this problem can u please help me
    Sugumar G

    HI,
    If your total window is in a secondary window then. Give the command window after the secondary window. So only after the total window is printed your second page will be triggered.
    Or
    If you want to get the second page in the same place and want to print the total window after the end of main window then get the total window to the second page. Take a variable and do the total in the first page main window and display it in the second page only after everything is done in the first page main window.
    Regards
    Sarves

  • Calling the second page in d script

    Hi friends,
    I want to print the next page in d SAP Script. I assigned the second page in d first page n called d second page recursively.
    With this i m getting to view the print priew of the second page but the ntries in the main window r gettin repeated. If i doont assign d 2nd page den i m getting d correct o/p but the next page is not called.
    Even d footer is not gettin called after the main window. It is displayed in d first page itself evn if the main window extends to the second page.
    Plz reply.....
    Thanks in advance.
    Purva.

    while giving attributes for PAGE give <firstpagename> followed by <secondpagename>
    select EDIT and create element (page name & description) for the additional page
    Edited by: Pavan kosaraju on Dec 29, 2007 8:23 AM

  • XML/XSQL pages not running in 9iAS 903

    (Hopefully, this is the right place for this posting)
    I am trying to get my XML/XSQL pages to work with 9iAS 903 and I'm stuck.
    I am completely new to the XML and the XDK and have been trying since Friday to get the XDK installed and the demos to work as I'm hoping that this will get my runtime 9iAS 903 environment setup properly so that I can run my XSQL pages.
    Note I was able to install either XDK version 902 or 10 beta into the OC4J Standalone that comes with JDeveloper but when I issue the same command to install into 9iAS 903 it fails with the error listed below:
    C:\oracle\Ora9ias_j2ee\j2ee\home>java -jar admin.jar ormi://myhost.mydomain/ ias_admin welcome -deploy -file C:\oracle\xdk10beta\xdk\demo\java\xsql\xsqldemos.ear -deploymentName xsqldemos
    error:
    Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Connection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    So, now I'm wondering if something else need to be installed, but what?
    Bill G...

    Hi,
    Can you post your question at
    Oracle Application Server - General
    Regards,
    Anupama

  • Smartform - remove second page

    Hi all,
    I need to print a smartform having multiple pages based on the data.I am creating two pages in the smartform.the first page containes a main window  and several secondary windows and the second page also contains several secondary window and the same main window copied from first page.
    now in the print preview , the second page is appearing with blank part where i have placed the main window. I want that the second page should not get displayed if there is no data to be printed in the second page's main window.
    how can i achieve  this.
    Thanks ,
    Sushant Singh

    hi Sushant,
    now I have created smartform with two pages, each contains the same main window and some variable windows, for the PAGE1 i have given NAEXT PAGEas PAGE2, and i have inserted 1 record in the table. it is working fine and it is printing only 1 page.
    any how may be there is problem in your system i don't know... but once check all the nodes you r printing in MAIN WINDOW, check is there any blank is printing at the end may be thats why is going to page2. all the best

  • Header row in a table is overlapping when it goes to the second page

    Hello,
    I have a header row in a table that I need to repeat on new pages if there is enough data to make it go to a new page. It is repeating on the second page, but when it does it all overlaps and is squashed to the left. It is 5 columns long and each column goes on top of the others to the left.
    I am hoping someone might be able to help.
    Thanks!

    Hi,
    I am facing the same issue.
    My table header has 2-3 rows of data...the data is populated dynamically. The text fields are set to expand, so I have to make the subforms to flowed.
    As soon as I set the subforms to Flowed...evrything overlaps on the second page.
    Please help.
    Regards
    Neha

  • 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

  • No column heading in second page in alv report when save in excel file

    Hi Expert,
    How can i remove the column header from Alv report when program execute in background and save in excel file right now
    its comming column header in each page. Client dont want header column in excel from second page. is this possible?
    with regards
    chandan_viji

    Hi Ravi,
    thanks for reply i have solved this problm throug line count and NEW-PAGE LINE COUNT 10000 bcoz client want output in excel file only one page header.
    with regards
    chandan_viji

Maybe you are looking for

  • Problems concerning sonata playlists and freevo cover art

    Hi! I'm setting up a media center PC and I'm having some problems with the playlists created by sonata. Another problem I have is not getting freevo to download cover art. First: When ever I try to make a playlist through the "Current" tab in Sonata

  • How can i transfer my contacs from my iphone 3gs to my computer

    hi i am no idea how can i transfer my contacts from my iphone 3GS to my computer, because you can syns contacts but from the computer to iphone i want to do this but the other way

  • Find multiple missing files

    I've spent the last few days trying to clean up my music collection (get rid of duplicates, consolidate everything, etc) and I now have a lot of missing files in my iTunes library. I was able to retrieve my complete library from my iPhone via PhoneTr

  • What is setup table?

    Hello,          I want to know that what is set up table and how can i load the data from the setup table in to my DSO or infocube.please throw some light on these.

  • BB 8820 Modify what quick links I see on screen

    I'm such a newbie but I've searched and searched, can't find a way to edit what quick links I have on the front screen.  ie: appointments, calendar, email, sms/mmw, call log and browser on the front screen rather than navigating to applications scree