Company Logo at top of each page in report

We want to put our company logo on the top of each page in a multi-page printed report (which is already in production and is very complicated).  I don't think you can do this with a standard list abap.  I'm guessing I need to change the abap to a dialogue program and output to a screen?  Can anyone describe the process necessary?  For example will I need to have two containers on the screen, one for the report where I do a leave to list processing, and the other for the logo?  But how would this print - could I do it so the logo appears at the top of each page?
Certainly SAP provides some (non-alv, non-sapscript) solution to putting a logo at the top of each page?
Thanks,
Mike

Hi,
I am guessing , that if you are saying non-sapscript, even SMARTFORMS is out of question. Well you don't give many choices, (non-alv, non-sapscript), now do you ?
As far as I know, I don't think, it is possible to put images using dialog programming or list processing.
Check out Report Painter if it supports images.
Regards,
Subramanian V.

Similar Messages

  • Can any one tell me how to include the company logo and some poictures into the Teststand report

    1. Can any one tell me how to include the company logo and some pictures into the Teststand report?
    2. How to include the waveforms into the report?

    http://zone.ni.com/devzone/cda/epd/p/id/3619
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How to print a company logo on top right corner in pdf

    Hello together,
    how can I print a company logo in a PDF-Document (Print Version; 0Analysis_Pattern_Export) on the top right corner. I created a own web template which just contains the company logo and included this template in the ZAnalysis_Pattern_Export (a copy of 0Analysis_Pattern_Export). I don't know what I have to change to get this logo (I have the path of the MIME and all that...) at the top right corner in the PDF-Document. In the own template I can change it from left, through middle to right, but without any consequences to the final PDF-Document.
    Thanks in advance and kind regards
    Boris

    Hello Beat,
    thanks for your answer. But maybe I described it wrong. I have the logo still on my PDF-Document. I just want to have it on the top right corner and not, like it is now, on the left side of the paper. So the only question is how to move the logo to the top right corner?
    Kind regards
    Boris

  • My address bar is gone. How do I get to show up at the top of each page? I thought I was deleting a link and it deleted the address bar instead.

    My address bar was accidentally deleted from the top of each web page. I thought I was deleting a bad link but instead deleted the whole address bar. Need advice. Thanks.

    View: Customize Toolbar.....
    Drag address box BACK up into position....

  • I want to remove the Links at the top of each page

    How can i remove the links at the top of the page. When i publish to a folder, and I preview my site in SAFARI or Explorer, the links shows up at the top like a directory.

    gman... if it's the navigation menu you're talking about. You deselect them by going to the inspector window found in the VIEW menu in iWeb.
    Wen you get the inspector window, click on the page you want to edit in the SITE ORGANIZER on the left of the screen. Then, in the INSPECTOR WINDOW click on the page organizer, it looks like a page at the top of the window. There will be a box there that says "include page in navigation menu"... if you don't want this page to appear at the top of the pages in iWeb, make sure it's not checked.
    Save your changes and republish.
    Jim

  • How to keep a table "header" stuck at top of each page

    Okay. This will probably be impossible to explain, but here goes.
    I have a document template that consists of a table (4 columns and variable number of rows depending on the content).
    I would like the columns to have their "headers" (meaning here the first row) appear on each page. So, as the first page gets filled up, when page 2 appears, the headers are duplicated from page one (so that the contents of the columns are evident on each page).
    Hope that makes sense. Can this be done with pages? (I can't use the regular page header for this since it's got different info that needs to be there.
    Thanks.

    I was just fooling around with a table trying to solve a different problem when I came up with a different solution to your question (assuming I understood what you wanted).
    In the Wrap Inspector choose Moves with Text and your table will continue to successive pages. (If you want to center the table, or position it anywhere other than all the way left, click on the table and grab the little triangle in the Ruler and drag it to the right to move the table.)
    If you don't already have the "Header Row" box checked, do so now. (In the Table Inspector.) Any text in the Header cells will repeat on each page just like a regular page header.
    If you don't want the default gray, highlight the Header and go to the Object Inspector and in the Fill menu select None or any color you like. You can even select each header cell separately and make each one a different color.
    Happy Paging,
    Walt

  • How to print a value at the top of each page in the detail section of a rpt

    Thanks for helping, I will try to get right to the point.
    I have RTF template. Very simplistic template. I have the Group at the top (there is only 1 per XML file) and several DETAIL lines with like 10 columns.
    The first displayed field is "ACCOUNT_NUMBER". The user wished that if the ACCOUNT NUMBER for line 2 was the same as line 1, that it be suppressed, for example:
    Acct No other other other other
    1234 XX XX XX XX
    YY YY YY YY
    This was not a problem, I was able to accomplish it with the following code:
    <?if:position()=1 or ACCOUNT_NUMBER!=preceding::ACCOUNT_NUMBER[1]?><?ACCOUNT_NUMBER?><?end if?>
    But what happens is that IF THE FIRST line on a page has the same ACCOUNT_NUMBER as the last line on the previous page, the ACCOUNT NUMBER is not displayed.
    What I would like is for the ACCOUNT NUMBER to be displayed anytime we are at the first record on a page, AND anytime it is different from the previous record's value.
    I do not know how many lines per page are possible, because there are other line breaks which exist which put a space between lines when values change too. So I cannot just count how many total lines and divide it by lines per page.
    My thought was that there must be a way I could store a variable called LAST_PAGE, and at the end of each record, copy the current page number to that variable. Then in my ACCOUNT_NUMBER code, I could check if current page is NOT equal to last page along with my other conditions.
    1. Is this the best way to do this? If so, please help, I am new to BI and am having trouble figuring out where to put variables and stuff like that.
    2. If not, how can I do this?
    3. If your recommendation is going to be to group my items by Account Number, I may not have time to redo the report that way. I will happily supply the rtf and xml if that will help you help me.
    Regards:
    Michael Coughlin

    Here ya go. Obviously you can duplicate the G_DETAILS blocks to get enough for 2 pages. I have the data pre-sorted before the output is generated because I had trouble getting the RTF to work if I didn't, just so you know.
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle Reports version 6.0.8.28.0 -->
    <XXDIPICK_RPT>
    <LIST_G_HEADERS>
    <G_HEADERS>
    <SHIP_FROM_ORG_CODE>202</SHIP_FROM_ORG_CODE>
    <LINE_STATUS>Picked</LINE_STATUS>
    <LIST_G_DETAILS>
    <G_DETAILS>
    <SHIP_FROM_ORG_CODE1>202</SHIP_FROM_ORG_CODE1>
    <ACCOUNT_NUMBER>1000</ACCOUNT_NUMBER>
    <DELIVERY_NUMBER>8062</DELIVERY_NUMBER>
    <ORDER_NUMBER>103049</ORDER_NUMBER>
    <CUST_NAME>DIAMOND INNOVATIONS INT SALES - NEWCO</CUST_NAME>
    <DELIVERY_DETAIL_ID>12474</DELIVERY_DETAIL_ID>
    <LINE_NO>1.1</LINE_NO>
    <ITEM_NO>4087401</ITEM_NO>
    <ITEM_DESCRIPTION>HPD M SD-CTO-0 Pot</ITEM_DESCRIPTION>
    <OPEN_FLAG>Y</OPEN_FLAG>
    <CANCELLED_FLAG>N</CANCELLED_FLAG>
    <BOOKED_FLAG>Y</BOOKED_FLAG>
    <ORDERED_QUANTITY>1</ORDERED_QUANTITY>
    <ORDER_QUANTITY_UOM>EA</ORDER_QUANTITY_UOM>
    <SHIPPED_QUANTITY></SHIPPED_QUANTITY>
    <SCHEDULE_SHIP_DATE>2011-01-31T23:59:00+00:00</SCHEDULE_SHIP_DATE>
    <NAME>INTERNAL ORDER - US</NAME>
    <CUST_ACCOUNT_ID>16404</CUST_ACCOUNT_ID>
    <HEADER_ID>6446</HEADER_ID>
    <LINE_ID>7926</LINE_ID>
    <ORG_ID>84</ORG_ID>
    <SHIP_TO_ORG_ID>16050</SHIP_TO_ORG_ID>
    <INVOICE_TO_ORG_ID>16052</INVOICE_TO_ORG_ID>
    <SHIP_SET_ID></SHIP_SET_ID>
    <INVENTORY_ITEM_ID>63927</INVENTORY_ITEM_ID>
    </G_DETAILS>
    <G_DETAILS>
    <SHIP_FROM_ORG_CODE1>202</SHIP_FROM_ORG_CODE1>
    <ACCOUNT_NUMBER>1000</ACCOUNT_NUMBER>
    <DELIVERY_NUMBER>8062</DELIVERY_NUMBER>
    <ORDER_NUMBER>103049</ORDER_NUMBER>
    <CUST_NAME>DIAMOND INNOVATIONS INT SALES - NEWCO</CUST_NAME>
    <DELIVERY_DETAIL_ID>12475</DELIVERY_DETAIL_ID>
    <LINE_NO>2.1</LINE_NO>
    <ITEM_NO>3732307</ITEM_NO>
    <ITEM_DESCRIPTION>NV MBS 2325 Bushing Asm</ITEM_DESCRIPTION>
    <OPEN_FLAG>Y</OPEN_FLAG>
    <CANCELLED_FLAG>N</CANCELLED_FLAG>
    <BOOKED_FLAG>Y</BOOKED_FLAG>
    <ORDERED_QUANTITY>1</ORDERED_QUANTITY>
    <ORDER_QUANTITY_UOM>EA</ORDER_QUANTITY_UOM>
    <SHIPPED_QUANTITY></SHIPPED_QUANTITY>
    <SCHEDULE_SHIP_DATE>2011-01-31T23:59:00+00:00</SCHEDULE_SHIP_DATE>
    <NAME>INTERNAL ORDER - US</NAME>
    <CUST_ACCOUNT_ID>16404</CUST_ACCOUNT_ID>
    <HEADER_ID>6446</HEADER_ID>
    <LINE_ID>7927</LINE_ID>
    <ORG_ID>84</ORG_ID>
    <SHIP_TO_ORG_ID>16050</SHIP_TO_ORG_ID>
    <INVOICE_TO_ORG_ID>16052</INVOICE_TO_ORG_ID>
    <SHIP_SET_ID></SHIP_SET_ID>
    <INVENTORY_ITEM_ID>67865</INVENTORY_ITEM_ID>
    </G_DETAILS>
    <G_DETAILS>
    <SHIP_FROM_ORG_CODE1>202</SHIP_FROM_ORG_CODE1>
    <ACCOUNT_NUMBER>46711</ACCOUNT_NUMBER>
    <DELIVERY_NUMBER></DELIVERY_NUMBER>
    <ORDER_NUMBER>102980</ORDER_NUMBER>
    <CUST_NAME>VAREL EUROPE</CUST_NAME>
    <DELIVERY_DETAIL_ID>12356</DELIVERY_DETAIL_ID>
    <LINE_NO>1.1</LINE_NO>
    <ITEM_NO>11004002</ITEM_NO>
    <ITEM_DESCRIPTION>TYPE I 100/120 MISC</ITEM_DESCRIPTION>
    <OPEN_FLAG>Y</OPEN_FLAG>
    <CANCELLED_FLAG>N</CANCELLED_FLAG>
    <BOOKED_FLAG>Y</BOOKED_FLAG>
    <ORDERED_QUANTITY>75</ORDERED_QUANTITY>
    <ORDER_QUANTITY_UOM>CT</ORDER_QUANTITY_UOM>
    <SHIPPED_QUANTITY></SHIPPED_QUANTITY>
    <SCHEDULE_SHIP_DATE>2011-01-27T23:59:00+00:00</SCHEDULE_SHIP_DATE>
    <NAME>STANDARD ORDER - IRE</NAME>
    <CUST_ACCOUNT_ID>5004</CUST_ACCOUNT_ID>
    <HEADER_ID>6234</HEADER_ID>
    <LINE_ID>7312</LINE_ID>
    <ORG_ID>85</ORG_ID>
    <SHIP_TO_ORG_ID>18929</SHIP_TO_ORG_ID>
    <INVOICE_TO_ORG_ID>4995</INVOICE_TO_ORG_ID>
    <SHIP_SET_ID></SHIP_SET_ID>
    <INVENTORY_ITEM_ID>42032</INVENTORY_ITEM_ID>
    </G_DETAILS>
    <G_DETAILS>
    <SHIP_FROM_ORG_CODE1>202</SHIP_FROM_ORG_CODE1>
    <ACCOUNT_NUMBER>76127</ACCOUNT_NUMBER>
    <DELIVERY_NUMBER>7608</DELIVERY_NUMBER>
    <ORDER_NUMBER>102981</ORDER_NUMBER>
    <CUST_NAME>LION ENGINEERING SERVICES LTD</CUST_NAME>
    <DELIVERY_DETAIL_ID>12357</DELIVERY_DETAIL_ID>
    <LINE_NO>1.1</LINE_NO>
    <ITEM_NO>11004002</ITEM_NO>
    <ITEM_DESCRIPTION>TYPE I 100/120 MISC</ITEM_DESCRIPTION>
    <OPEN_FLAG>Y</OPEN_FLAG>
    <CANCELLED_FLAG>N</CANCELLED_FLAG>
    <BOOKED_FLAG>Y</BOOKED_FLAG>
    <ORDERED_QUANTITY>200</ORDERED_QUANTITY>
    <ORDER_QUANTITY_UOM>CT</ORDER_QUANTITY_UOM>
    <SHIPPED_QUANTITY></SHIPPED_QUANTITY>
    <SCHEDULE_SHIP_DATE>2011-01-27T23:59:00+00:00</SCHEDULE_SHIP_DATE>
    <NAME>STANDARD ORDER - IRE</NAME>
    <CUST_ACCOUNT_ID>5614</CUST_ACCOUNT_ID>
    <HEADER_ID>6235</HEADER_ID>
    <LINE_ID>7318</LINE_ID>
    <ORG_ID>85</ORG_ID>
    <SHIP_TO_ORG_ID>18429</SHIP_TO_ORG_ID>
    <INVOICE_TO_ORG_ID>5605</INVOICE_TO_ORG_ID>
    <SHIP_SET_ID></SHIP_SET_ID>
    <INVENTORY_ITEM_ID>42032</INVENTORY_ITEM_ID>
    </G_DETAILS>
    </LIST_G_DETAILS>
    </G_HEADERS>
    </LIST_G_HEADERS>
    </XXDIPICK_RPT>

  • How do I make text start at the top of each page?

    Hello,
    If a paragraph ends on the preceding page, and I've inserted a line break after it, the line break applies at the top of the subsequent page, therefore the text is not at the absolute top. I need to keep the line break there in case I add text earlier in the document, to keep the paragraph spacing uniform.
    Is there a way to set it so that text always justifies to the top - yet if additional lines are added to earlier text, it keeps the line break? I hope that made sense, if not let me know and I'll clarify. Thanks.
    Be Well,
    Timothy

    Instead of using using line breaks after paragraphs, use the After Paragraph option to add extra space between paragraphs.

  • Repeat as header row at the top of each page --- in Footer of the table

    I have a table
    1st row contains column description.
    I need the same column description in the last row of the page.
    Is it possible
    Thanks

    Column names are hard coded in the first row ?
    if so, create anther row after the "end for-each" put these columns description in that row.

  • Design top row of user entered information to repeat at top of each page

    I am trying to design a form that will allow the top row (or top few
    text fields) to repeat at the top of any additional pages that are generated as a result of flowed content.

    Here we are 15 months later and Microsoft Excel 2013 has the SAME ERROR
    If one chooses:
    Print Preview
    Page Setup
    Sheet
    Then the print area and print titles (Rows to repeat at top, columns to repeat at top)
    are all grayed out and cannot be selected.
    If, however, I choose the
    page layout bar and click print titles then
    everything works fine.
    Thanks for the solution!!!

  • Printing a multipage spreadsheet is cutting off the top of each page.

    I am trying to print a multipage spreadsheet in numbers that I have been using for a couple of years with no problems. Since converting to Numbers 3.1 and upgrading the spreadsheet to this new format I cannot get the spreadsheet to print properly. The top row of every page of the 20 page spreadsheet get cut off by about 75% making all the information in that row unreadable. I have tried the fit to page function, I have tried reducing the size but nothing works. Any ideas?

    Hi Denois,
    A couple of tips to help with layout now that Print View is reduced to the non-editable Print Preview.
    Numbers > Preferences > Rulers > Tick every box
    View > Show Rulers
    You can drag Alignment Guides from the rulers too.
    The rulers show the borders of the printed page a 0,0 (but they don't print).
    Regards,
    Ian

  • More than half page blank in each page of report.

    I am designing CR for Clinical Laboratory.
    I have multiple page footers in Crystal Report. Those are suppressed and  Suppress Blank section is also checked.These page footers are conditionally (When TestId= X) un suppressed  in my report. (For Example when Test Id=18 Suppress is false for Page Footer1 and similarly for other page footers.)
    It is working fine.  But report have blank space (more than half )  in bottom of page.
    please help me.

    When I suppressed it unconditionally. It works fine. But I need them suppress conditionally.
    My formulas are as under
    Formula1 (for suppressing Page Footer 1)
      if({@LHFSHD}<=0)then
      true
      else
      false
    Formula2 (For Suppressing Page Footer 2
    if({@LDLHDLD}<=0) then
    true
    else
    false
    Formula3 (For Suppressing Page Footer3)
    if({@CholestrolD}<=0) then
    true
    else
    false
    Formula4(For Suppressing Page Footer 4)
    if({@HBAICD}<=0) then
    true
    else
    false
    Thanks in advance

  • Add company logo to login page in SRM 7.02

    Hey,
    I'm trying to add the company logo to the SRM login page.
    I've been searching in the forum but I can't find a real response on how to do this.
    Does anyone knows how to add the company logo to the login page in SRM 7.02?
    Best Regards.

    Hello Filipe,
    you have to maintain two points:
    1/ appropriate MIME repository for image,
    2/ specify the correct path for correct ICF service.
    1/ Appropriate MIME repository for image
    Create a new custom repository in repository /sap/public/bc/ur/Login/assets/.
    Upload image in this new repository
    2/ Specify the correct path for correct ICF service
    Either create a Z SRM NWBC service as reference to SRM service or directly modify the SRM service.
    Then, logon screen is handled through "Configuration" button:
    On new screen, click onto "Adjust Links and Images". Now, populate "Image" field from "Adjustment of the Logon Page" with your image path "/sap/public/bc/ur/Login/assets/myrepository/myimage.jpg"
    For NWBC_CFG table, find below SAP.HELP documentation:
    Configuration in Table NWBC_CFG
    Regards.
    Laurent.

  • How can i add a header to each page of my form

    Hi
    Iam creating a form - it was based on one of the templates, however I would like to add a header to the top of each page (it currently only has it on the first page). Can someone please help?
    Many thanks
    Shev

    There isn't a direct way to do this for PDF forms (web forms have the header on every page). For PDF you would have to copy a text/image item at the top of each page yourself.
    Randy

  • Page Header Not at Top of Bookmarked Page

    Using Report Builder 3.0
    I have a large multipage report that has a Report Header which includes "tabs". The tabs are links to Bookmarked pages. I need the Report Header to display at the top of each page when a tab is clicked. To understand the structure please look at
    the attachment.
    Current Behavior:
    Report correctly opens with Header displayed at top of Page1.
    Click Page1 tab. No change--correct.
    Click Page2 tab. Page2 displays with Header visible at top. Correct, but I don't know why. Clicking to advance pages in this section gets a correct result.
    Click Page3 tab. Page3 displays. Header is there, but not visible because the page is scrolled down to what is probably the Bookmark.
    All other tabs are the same as Page3.
    Desired Behavior:
    Same as Page2 above. When a tab is clicked the new page displays with the Page Header visible at the top.
    I've wondered if this is possible with Bookmarks. I tried to come up with a URL that would work, but couldn't get the syntax correct. I also tried putting a Document Map in place--interestingly the exact same behavior as above occurs.
    Can anyone help me? Thanks!

    Hi Naamakeek,
    According to your description, you want to have your "tabs" displayed after you click it and jump to the bookmark. Right?
    In Reporting Services, when we set a bookmark and do a jump to bookmark action, it supposed to navigate to where the bookmark is. This is the default behavior and we can't change it. So it happens on Page 3 and other tabs. In this scenario,
    we guess you have set the textbox ("tabs") repeat with your tablix, and the position of the first two bookmark are close to header, so that you can see the header in your first two pages. So for your requirement, it might not be achieved currently. Since
    we can't see the screenshot of report structure, please re-post it if possible. It may help us make some adjustment and improvement for you. Thank you.
    Reference:
    Add a Bookmark to a Report (Report Builder and SSRS)
    Best Regards,
    Simon Hou

Maybe you are looking for