How to incorporate print option in Dashboard

Hi All,
We are having dashboard which having multiple grids. I wolud like to enable print option for the entire dashboard aswell as for the individual grid. I am surprise there is no print option available in the dashboard as of now. Can anyone help me with some thoughts on this.
Regards
Sobin

I understand what you mean. I had the same problem, but I was able to limit print to whole dashboard, not request by request.
1. You can try add logo in title of request that you would like to print. PDF and print control is setting printing of whole dashboard, not request.
2. Or if you have more request in dashboard you can set "Collapsible" option on each request, so that user can choose which request he would like to print with logo (header). If you are using this method you must disable print option on every request, and allow only printing the whole dashboard.
If I haven't explain in understandable way please let me know, I will try to explain it again.
Hope it will help

Similar Messages

  • How to activate Printing option in FBCJ transaction ?

    Dear all,
    How to activate Printing option in FBCJ transaction for cash journal?
    It is in suppress mode.
    Is it through BASIS/ABAP/Configuration ...... ?
    Pl' reply.

    Hi:
    If the Printing option in FBCJ transaction for cash journal is supressed
    excute /nsu53 and you can see the authorization objects.send them to basis administrator. After giving proper authorization, you can print cash journal.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • How to disable print functionality in Dashboard

    Hi i want to disable the print pdf functionality in the dashboard, how to do this?
    Thanks in advance...

    I understand what you mean. I had the same problem, but I was able to limit print to whole dashboard, not request by request.
    1. You can try add logo in title of request that you would like to print. PDF and print control is setting printing of whole dashboard, not request.
    2. Or if you have more request in dashboard you can set "Collapsible" option on each request, so that user can choose which request he would like to print with logo (header). If you are using this method you must disable print option on every request, and allow only printing the whole dashboard.
    If I haven't explain in understandable way please let me know, I will try to explain it again.
    Hope it will help

  • How to set print option for a Billing document using T-code VF02

    Hi All,
    Please suggest me the way to set print option for a Billing document for T-code VF02 and please let me know how to get print preview for any particular Billing document?
    regards
    Anand.

    Enter the billing documents detail
    Goto Goto> Header>Output.
    Check the status for your output type in this screen.
    If it is green then come back to the VF03 screen.Enter the billing document number.
    Click on Billing document-->Issue output to.
    Press (CtrlShiftF1) or click on the icon beside "Print options".
    Here you can see the print preview.
    If the status is red then click on the processing log.Here you will get the error messages.
    If the status is in yellow colour,then click on the "Further Data" button
    Set "Dispatch time" as "4 Send immediately (when saving the application)"
    Before the print preview option you should make sure you have added correct output type to the relevant billing document. To do that, go to transaction VF02.
    Enter the billing document no
    Go to Menu option -> Go to -> Header -> Output
    In that screen you have to add relevant output type. (Standard output type is RD00)
    Add that & press enter key
    Highlight that line & press "Further Data" button
    Set "Dispatch time" as "4 Send immediately (when saving the application)"
    Press "Back" Button
    again select that line & go to "Communication method" button
    Set "Logical destination" as LOCAL"
    Don't mark "Print immediately" & "Release after output" ticks. If you mark them, sa soon as you save the billing document, you'll get a print out.
    Press "Back" Button
    Save
    Now form the initial "Change Billing Document" screen, Go to Menu option; Billing Document -> Issue Output to
    You can see that output type line appear.
    select that line & press "Print Preview" button or (CTRLSHIFTF1)
    You can see the print preview.
    Alternatively you can use VF31 to print multiple print outs at same time.
    If you want to get PDF outputs of billing documents, go to your printer settings in the your computer from Control Panel.
    Set PDF Writer as "Default Printer" (Right click & select "Set as Default Printer")
    Then normal way, print the billing from SAP.
    It'll automatically send to your PDF writer. You can save it to the path you want,

  • How to provide print option

    Hi..
    select some Text and Right Click. i want to provide print option in popup menu
    any one have idea how to Do it
    Thanks,
    Cheers
    Mallik

    Hi,
    V can definetly use that CTRL+P option of Internet Explorer.. thnx to microsoft... :P....but is there not an alternative way so that i can print the graph but i dont want the other stuff on the same page to be printed. Say for example there are links, buttons n other UI Elemnets which i want to avoid in print...
    Thanks,
    Kunal Kotak

  • How to enable print option in CS02 transaction

    hi,
    In CS02 transaction print option is in disable mode. How to enable it?
    thanks & regards
    Prajwala

    It is a system defined settings.
    You cannot change that.
    Regards,
    Jyothi

  • How to incorporate Command,Option,Shift and Control keys into AppleScripts?

    How do I incorporate Command,Option,Shift and Control keys into AppleScripts?
    for example:-
    If Control key is depressed then
    do something
    elseif Option key is depressed then
    do something else
    end if
    Lennox

    I am trying to do this:
    tell application "Finder"
    set cv to current view of Finder window 1
    if ( option key down of theEvent ) then
    set current view of Finder window 1 to list view
    elseif ( control key down of theEvent ) then
    set current view of Finder window 1 to column view
    else
    set current view of Finder window 1 to icon view
    end if
    end tell
    but since I am not quite familiar with this I am not getting it right
    Any suggestions?
    Thanks.
    Lennox

  • OBIEE 11g Controlling Print Option in Dashboard

    Hi All,
    We have a requirement in which we need to secure Print and Export option to specific users/groups only. OBIEE does not have any security option by which we can restrict print option to specific groups.
    Only 1 option is to create multiple sections and apply security on the sections. This is what I can think of.
    Please suggest me if there are any workarounds so that we can restrict print and export option only to certain groups.
    Thanks in advance.

    Could any one please suggest.

  • How To Give Print Option In Module Pool

    Hi ,
    I am displaying the Output in table control. I have to give the Print option. I have tried to enable the same in the PF status but it is not working as it is in Report.
    Regards,
    Srinivas

    Use FM FITRV_PRINT_TABLE_CONTROL_DATA. It's the efficient and best way to print table control data.
    check the link
    Print Table Data.

  • How to modify print options in PrinterJob

    Hi,
    I am trying to modify print options in PrinterJob programmatically, instead of using PrinterJob.PrintDialog().
    I tried to create a HashPrintRequestAttributeSet instance, but it can't be set to PrinterJob directly. I tried calling PrinterJob.PrintDialog(attributes). AfterI clicked the Print button, I didn't see the change in my PrinterJob. Is there a way to set all these attributes to PrinterJob programmatically and bypass the UI?
    Thanks in advance!

    Michel,
    I have logged in using the following URL: http://<machinename>:<port>/em. The URL eventually changes to http://<machinename>:<port>/em/console/ias/oc4j/administration upon successful login.
    I clicked on the Application Server and then clicked on administration link but I dont see Server Properties. I only see the following under Properties section:
    EJB Compiler Settings
    J2EE Websites
    JSP Properties
    Logger Configuration
    Thread Pool Configuration
    Shared Libraries
    I am sure I am missing something here.Can you please help me figure that out please.?

  • How to set printer options when direct printing from Linux AS Sevr.?

    We have a problem like this: Our app server is a 10g R2. We want to DIRECTLY print reports to a HP LaserJet 1320 PCL 6 which is attached to a Windows print server.
    We can print the reports from the Oracle Forms (we use reports builder to create a PDF in a directory and then using HOST command we print it).
    The command we use is lp -d LaserJet sicl_rcpdebtnt_5.pdfProblem is the printout comes with the top 10% of the page not printed. i.e. the printing starts from about 10% of the PDF. The header and top information is not printed.
    We tried the scaling option: lp -o scaling=75 -d LaserJet sicl_rcpdebtnt_5.pdfBut that also has no effect.
    What can we do to print the entire PDF in ONE page. When we open the PDF in Windows and prints it we have to say Fit to printer margins for the printer's page scaling property.
    How to set this in command line Linux???

    Since you are not printing directly from Reports (destype=printer) this is not really a Reports issue I guess. Maybe you should ask this in a Linux forum.
    However:
    we have to say Fit to printer margins looks to me that there is a mismatch between your Report design and paper format. Check page size and margins in Reports Builder.

  • How to set printer option for information broad casting

    Hi
    I have web template theer i select information broad casting and selected by print , theer its aksing printer name? how can i give setting , if i wnat get prinetr where can i do printer setting
    ple let em know

    Hi,
    we can set in sap menu>tools>CCMS-->Print:
    for more details check this:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1029340b-041d-2a10-76bd-fe83350aad29
    thnks.

  • How to put print option in diolog programming to print the output

    my requirement is to put  one print button in the out put of a dialog program  .
    but i tried a lot  but not able to solve.
    so anyone could help me.
    to sole the issue

    Check the below link
    {[code}Re: printing the dialog screen|Re: printing the dialog screen]
    This may help you.

  • How do I print in black and white with HP Deskjet 5740?

    I have just updated from Snow Leopard to Mountain Lion. With Snow Leopard, and an HP Deskjet 5740 printer, I could choose to print in draft or best quality, black and white only or in full colour, and had various other options. Now I am not offered these options in the print dialogue: the printer always prints in colour and I cannot choose whether to print in best or draft quality. I would be grateful for any tips on how to recover printing options. Many thanks.

    I have a different HP, but see if this helps:
    You can also select Greyscale, and even only the Black Cartridge:
    (you can save it as a Preset)

  • Print option is not working in listitem of sharepoint 2013

    Hi,
     We have a print option at list item level for printing the files which are checked in document library. The print option works seamlessly fine in sharepoint 2010 but the same is not working in sharepoint 2013. its not sending the files to printer for
    printing when print option is selected. 
    Has someone faced similar issue? Any help would be appreciated..

    Hi,
    There is no OOTB print option in SharePoint list item, print option should be added manually by custom code and the methods are various.
    Please provide more detail description about how you add print option on a list item for printing files in a document library. This will help to troubleshoot the issue.
    In addition, I add a content editor with simple code below to list item display form page, and it worked in my SharePoint 2013 environment:
    <code>
       <input onclick="window.print();return false;" type="button" value=" Print "/>
    </code>
    Regards,
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • Battery Life on Web Browsing using Wifi only 3 Hours, how to expand?

    I am using MacBook                         Pro, Mac OS X (10.7.2), 2010 4 Gb, 2.66 Ghz Intel Core i7, 15 " Battery Health=92 %             Cycles=491 Using firefox on wifi, the battery lasts only 3 hrs. (Only Browsing and some downloading). Any tips

  • Error when launching Key figure monitor iview in portal

    Hi all, I get an error when launching a key figure monitor iview in portal ; the error is RABAX-STATE In r/3 under transaction ST22 i got following : "UNCAUGHT_EXCEPTION" "CX_WDR_RT_EXCEPTION" "CL_WDR_INTERNAL_WINDOW========CP" or "CL_WDR_INTERNAL_WI

  • Audio books not appearing in iPod list

    I have an 80gb 5g. I recently purchased an audio book from iTunes and downloaded to my library. The book appears in the directory tree list under audiobooks and when I sync the ipod the audiobook item is also in the directory tree under "Devices". Ho

  • Import From Elements - where did it go

    I noticed that the Michael Tapes 'Import' video showed an 'Import From Elements' menu item on the file menu. I have the 4.1 beta installed and this item does not appear in the file menu. Where did it go or is there another way to import a PSE catalog

  • Keyborad layout in new models

    Hi: I've noticed that in new models (T410 and so on) there's a change in the keyboard layout, so now there's a double sized "Supr." key instead of the "Insert/Supr." keys. Is there an option keyboard with the old layout? I've a T400 which I'm thinkin