Setup reports for pdf creation with company logo and printing without

Hi,
we want to have 2 different report-layouts.
The first one is just for printing on company paper. So it doesn't need a logo.
The second one is for exporting to PDF file. So it needs a logo.
How can I realise it in SAP BO 2007 without changing the standard layout everytime?

Meike,
If sending out pdf's vs printed doc's depends on BP or user, you can play with setting up the default layout for specific users or BP's, otherwise you need to change the default one all the time.
Regards,
Nat

Similar Messages

  • How to create the default empty work book with company logo and address????

    Hi Guru's
    I am working in ECC5.0 (BW 3.5), i wann create the default empty work book with company logo and company address. so when i am executing any query's that should open in the default empty work book.
    greatly appreciated your help. will assign pt's for sure.
    thanks and regards
    Mohan

    Hi Mohan,
      Report designer is used in BI 7.It is a seperate application used for formatting
    the report.
    For BW3.5,go through this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/33/746e393cf65c1ae10000000a114084/frameset.htm
    This would help you
    Regards,
    Senoy

  • Report for Billing doc with payment status and tax details

    Hi All,
    I want the report for payment due billing documents with following fields and after payment is done( F-28 ) that document should not appear in the report for the said period.
    Billing date, Billing doc no, Net value, Tax Amount
    Thanks and regards,

    Dear,
    Check S_ALR_87012172,S_ALR_87012186,S_ALR_87012168, S_ALR_87012197, S_ALR_87012173, S_ALR_87012174.
    Regards,
    Mahesh Wagh

  • Report for wage type with number, amount and amount per unit?

    Hi friends.
    I would like to know if there exits a report for wage type (like the PC00_M99_CWTR) that shows the number (anzhl), amount per unit (betpe) and the amount (betrg) of a person for a specific wage type.
    The standar report PC00_M99_CWTR does not display the amount per unit (betpe).
    Thanks in advance.
    Albio.-
    Edited by: Albio Manuel Vivas on Oct 20, 2011 6:13 PM

    Thanks,
    could you tell me what transaction i'll should use?
    thanks in advance
    Albio.-

  • A Report for top spent with Given Sitecode and Year

    Customer Code
    Name
    Spent2011
    xyzaa
    Jon
    700.00
    nmcb
    Stuart
    400.00
    bncx
    Prakash
    300.00
    nmsd
    Srinu
    200.00
    opkls
    Kumar
    90.00
                      Table above as retrieved data For
       Site 01
    Rank the customers by top spent for 2011 or 2012 or 2013 or 2014
    Ex: A Financial year 2011 to be considered between the dates April 1<sup>st</sup> 2011 and Marc 31<sup>st</sup> 2012
    Customer table has the complete details of the customer 
    and with unique customer code
    Order Table has the details of the order placed and the Order Placed Date
    Order Item Table has the Gross   price of each Item.
    Site Table can be joined with Order Table (has a common column)
    A  T-SQL query for  the SSRS report needs to be build with Inputs  site code and Year

    Hi Visakh,
    Please find the below script
    --DECLARE @CustomerId varchar(255) = 'XX03045651';
    DECLARE @STOREID VARCHAR(10) ='XX01'
    SELECT
           OrderNumberStr,
           CustomerCodeStr
    INTO
           #Sales
    FROM
           OrderTable
            lEFT JOIN
     SiteShopTable
           ON
    SiteShopTable.SiteCodeStr=LEFT(Ordertable.OrderNumberStr,4)
    WHERE
           LEFT(Ordertable.OrderNumberStr,4)= @StoreID
                                AND
           LEFT(Ordertable.OrderedAtSiteCodeStr,4)=@StoreID
    SELECT
           #Sales.CustomerCodeStr,
           SUM(OrderItemTable.FinalPriceGrossMoney) AS TotalSpend,
           SUM(OrderItemTable.QuantityOrderedInt) AS NoOfItems
    --INTO
         --  #Spenders
    FROM
           OrderItemTable
           INNER JOIN
           #Sales ON OrderItemTable.OrderNumberStr = #Sales.OrderNumberStr
    GROUP BY
           #Sales.CustomerCodeStr
    ORDER BY      
           TotalSpend DESC
    SELECT
           distinct OrderTable.CustomerCodeStr,  
           '2014'=
           Case
           when year(Ordertable.OrderPlacedDateSdtm) = '2014' THEN sum(isnull(TotalSpend,0))  end,
           '2013'=
           Case when year(Ordertable.OrderPlacedDateSdtm) = '2013' THEN sum(isnull(TotalSpend,0)) end,
           '2012'=
           Case when year(Ordertable.OrderPlacedDateSdtm) = '2012' THEN sum(isnull(TotalSpend,0)) end ,
            'Before2012'=
           Case when year(Ordertable.OrderPlacedDateSdtm) < '2012' THEN sum(isnull(TotalSpend,0)) end
             --SUM(IF(year(Ordertable.OrderPlacedDateSdtm)=2010,orderitemtable.FinalPriceGrossMoney,0)) AS fy_2010
       --  , SUM(IF(fy.year=2011,i.invoiceValue,0)) AS fy_2011
       --  , SUM(IF(fy.year=2012,i.invoiceValue,0)) AS fy_2012
      FROM
    #Spenders
    left join
    OrderTable  
    on #Spenders.customercodestr=OrderTable.CustomerCodeStr
    GROUP BY
            OrderTable.CustomerCodeStr,
           Ordertable.OrderPlacedDateSdtm
    order by
    OrderTable.CustomerCodeStr
    drop table #Sales
    drop table #Spenders

  • Setup mailinglist for virtual domain with postfix, mailman and Server Admin

    Hello everybody!
    we have set up a working mailman/postfix configuration for mailing list purposes only on a Tiger Server. What we wanted to do now is to enable another mailinglist for a virtual domain which is hosted (the website) on another Tiger Server in our domain. But everything we tried up to now did lead to a solution. When I send an email to [email protected], the MX of our domain hands the email over to the mailing list server, who seems not to be aware of his obligation to handle that mail. The mailing list server then forwards the mail again to the original MX and so on... It seems like we missed something simple to do in the postfix config.
    Things we tried:
    * hints from http://www.freebsddiary.org/mailman-virtual-domains.php -- no effect
    * hints from http://discussions.apple.com/thread.jspa;jsessionid=aOuiMaZMLAq_Mfqf9S?messageID =1566428 -- no mailing list working anymore
    Any hints would be dearly appreciated!
    Cheers,
    Florian Schneider

    I solved the problem myself after getting a better understanding of the postfix documentation on postfix.org.
    In detail, I added
    to /etc/postfix/virtual:
    [email protected] [email protected]
    to /etc/postfix/main.cf:
    virtualaliasdomains = virtualdomain.com
    virtualaliasmaps = hash:/etc/postfix/virtual
    then I did
    sudo postmap /etc/postfix/virtual
    sudo postfix reload
    and everything worked fine.
    iBook G3   Mac OS X (10.4.6)  

  • How to ... Generate PDF from BexWAD Application with company Logo in header

    Hi all profis,
    I read many theories (on-line help, sdn forum, google) about creating a PDF document with pictures, logos, texts and so on, but in each of them is some "...but, limitations, only if ..."
    The easiest way, I guess is to create a BexWAD Application with item "REPORT" and "ANALYSIS ITEM".
    In REPORT - a crystal report page, is saved company logo with text
    ANALYSIS item includes data
    Via Export (into PDF) those both items has to be exported. The only topic is, how to repeat the report item on each page of a PDF document? There is a possibility to repeat column names, but not a company logos as a header.
    I will ask in general -> Does someone has a solution, how to export data from SAP BI into PDF including  Logo and Text(Company Adress) in header (which will repeat on each page) ??
    Thank you very much for any purposes. As answer I prefer a concrete suggestions, not links to on-line help.
    Have a nice day.
    Standa

    I have another idea to create a PDF file with company logo and hierarchical structure of data.
    Via Report designer, it is not possible to display data in hierarchical structure, but it is possible to add logo (picture) into header.
    Via WADWeb Application designer, it is possible to display data with a hierarchy, but a logo is not shown on each page.
    Via InformationBroadcaster, there is a possibility to add into header a free text. There is an option <PR_ONLINE_LINK> . Can I create another element (new, own one), which will contain a picture? How can I edit this element <PR_ONLINE_LINK> ? Would it be possible to add there a picture?
    Thank you
    Standa

  • PDF Creation with data from SAP system

    Hi All,
    I need to generate a PDF file using Adobe Document Service. The content of the PDF can be from any datasource (Oracle/ BW/ R3 ),  So I require Webdynpro code for pdf creation with data from any of the system

    Hi Deepak,
                     Before starting the code just like that,make sure u have configured all services in Visual Administrator.
    U can refer this:
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/95/5a08cd0e274a0bae559622d6670722/frameset.htm">Configuration Guide</a>
    regards
    Sumit

  • How to create a web template with company logo

    how to create a web template with company logo . can any one help me with the steps. or any notes. thnaks in advance .
    2. i have 25000 articles and client want to have a selection feild to see top article ex:50,10,20, 100, 1000 etc . same for bottom articles . plz let me know how to do it . thanks for replay . i am new bw so plz .
    thanks to you all

    Hi
    1) Please read
    http://help.sap.com/saphelp_nw04/helpdata/en/4a/c8353c51aab32be10000000a114084/frameset.htm
    2) Create a condition in the Query Designer: Use a formula variable
    See http://help.sap.com/saphelp_nw04/helpdata/en/73/702e39074dc93de10000000a114084/frameset.htm
    Heike

  • InCopy is best for PDF creation...what do you think?

    I use Apple pages 09 export to create PDF documents with Adobe Acrobat Pro 9 (mac).  I use these with my clients, and since I am a communicaitons consultant, I want them to stand out.  I have found pages does not do the entire job...I must add things to the PDF in acrobat (such as flash) and pages has bugs (links don't show up in left column of links in adober reader).  So, I am becoming disolutioned with pages to pdf.
    I am very technically oriented and an expert computer user, so I have been thinking about moving to a more roubust word processor to make PDF documents.  I understand Adobe has such word processor (InCopy I think).  I will reserach it, but I am looking for advice from users.  What is the best way to go?
    Does InCopy allow everything to be done in InCopy (and not a 2 stage process of adding things in acrobat).  Are there alternatives to InCopy that I might look at?  Is there anything better for PDF creation?  Print is not a big issue for me, just PDF/electronic documents.
    thanks
    bob

    InCopy doesn't do what you want. InCopy is designed for to create content that will eventually be placed into ID. I could be wrong, but I'd ask in the Incopy forum, not here:
    http://forums.adobe.com/community/incopy/incopy_general
    To some extent I think you would be better off with InDesign. It is not really a WP, but you can use Pages, TextEdit, Nisus, Mellel or any other WP as a Word Processor and then just place the content into InDesign. Can you use InCopy to place the content into InDesign, sure, but I really think of InCopy as an integrated workflow product for group content creation.

  • 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~

  • Report for failed delivery with reasons

    Hi all,
    Maybe i am blind, but I cant find a way to do an automatic report or email a report for bounced emails with details.
    So I need to get a report with the email address, message number and the reason for the bounce or failure for Example: bounced by destination server. Reason: 5.1.0 – Unknown address error ('554',
    Any where I can do this?
    I see the bounce logs have this information, but short of ftp'ing this daily then writing a script to email this out I cant see how to do this.
    It would be nice to just have a daily email report
    Regards
    Adam

    On box - no easy way that I can think of other than what you've mentioned.  You could however accomplish this (as well as any other custom reports you would want to create) with SawMill (https://www.sawmill.net). 
    This used to be used heavily back when the WSA was first released as on box reporting wasn't up-to-par.  However, it can be used for the ESA as well.

  • Report for CS15 tcode with multiple material nos. in selection screen.

    I want to develop a report for cs15 but with multiple materials.
    Like in cs15 we enter the material and its plant, then click on multi level check box and get the output. But cs15 works only for a single material. I want to develop a report in which i'll give multiple material nos. and then i should get the output for each material entered just as the output that would appear in cs15 for that material.
    How do i do it.
    I have tried but i'm not able to track back.

    Hi Priti,
          try develop a interactive report which lists all the materials in the first screen and when you double click on each of the material then call transaction CS15 output by skipping the first screen .Use set parameter to pass the material .
    Regards,
    Sirisha

  • Looking to create editable PDF forms with drop downs and text boxes for use on a Mac computer and iPad. Which product do I need to purchase? Do not need anything fancy

    Looking to create editable PDF forms with drop downs and text boxes for use on a Mac computer and iPad. Which product do I need to purchase? Do not need anything fancy

    Basically you would need Acrobat. However, it is now also possible to create basic form fields using just the free Reader. In fact, I've been working on a tool that allows you to do it, so if you're interested in it please contact me privately.

  • Report for Purchasing Documents with Over Delivery or Under Delivery Tolera

    Dear All !
    please suggest me a report for Purchasing Documents with Over Delivery or Under Delivery Tolerance limit.
    thanks n regards
    Naagsekhar

    hi,
    Go to ME2N --> Use dynamic selection, choose for hte Puchase doc item --> here select for the over and under delivery and then execute the report..
    Hope it helps..
    Regards
    Priyanka.P

Maybe you are looking for

  • Cannot edit transitions...

    Working on a big project that's saved to a firewire hard drive and backed up to another firewire hard drive. Have consisently worked on the project with only one computer (my laptop) - until last night - when I connected one of my firewire hard drive

  • How to delete customize Implementing Class for CL_EXM_IM_FI_DOCUMNT_CHECK

    Hi All, I used se19 to create Enhancement Spot : ARC_FI_DOCUMNT to ZARC_FI_DOCUMNT, and I created a BAdI ZFI_DOCUMNT_CHECK from FI_DOCUMNT_CHECK in ZARC_FI_DOCUMNT, then I implemented a Implementing Class ZCL_EXM_IM_FI_DOCUMNT_CHECK for method IF_EX_

  • Headings and columns

    I have formatted the body text of a report as 2 column (word processing format) - with the main section heading (Heading 1) as a single column - so that the section heading runs across the top of the page. There seems to be an inordinate amount of wh

  • Is there a bluetooth adapter for my Samsung printer that lets me connect by bluetooth from my Mac to the printer

    I have a MacBook with OSX 10.9.5.  It prints fine to my Samsung ML2525W printer via direct USB cable.  I'd like to be able to print using bluetooth.  Is there a bluetooth adapter I can attach to my printer to send documents to the printer via Bluetoo

  • Help with delta load

    Hi Gurus! I have a problem and I am not sure how to solve it. Every month we receive a flat file with 2 months of accounting data. This data goes into a ODS. The next month we receive a new file and it contains the new month and the previous (again)