Open Document from a webi report

Hi
I am trying to open the webi document from a report and the data source is BW , can u guys help me out and give me the syntax
thanks

Hello,
There no fine-grained control over the "Document Properties" frame specific to visibility of the "Created by:" field displayed, either in the Java Report Panel or DHTML Interactive Editor Extension Points. 
You can try editing the Interactive Editor JSP file that controls that panel - it's relatively straightforward - but that would take your deployment out of support.
One way for definiteness would be - instead - to modify the "createdby" Web Intelligence document property to something else, using ReportEngine Java SDK:
documentInstance = reportEngine.openDocument(id);
properties = documentInstance.getProperties();
properties.setProperty(PropertiesType.AUTHOR, "pookie");
documentInstance.setProperties(properties);
documentInstance.save();
Of course, this isn't what you want if you want to keep the "Created by:" field, but merely prevent it from being displayed in the viewers.
Sincerely,
Ted Ueda

Similar Messages

  • How to open documents from a web site?

    I can't open any acrobat readers from a web site since I downloaded tge new Acrobat Reader XI.  Any suggestions/help would be apprexiated.

    You can '''download''' images by right-clicking on an image and selecting '''Save Image As...'''

  • Cant't open a PDF document from a web browser

    When I am trying to open a PDF documents from a web browser a message pop out:
    Windows is checking for a solution to the problem
    And then :
    Internet explorer has stopped working.
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available
    close program
    Can somebody help me with this .. I have Windows 7 and Adobe Reader V9 ..
    Thank you

    Dude...use Foxit Reader instead of Adobe Reader All problems solved

  • Creation of Open Document from WEBI

    Hi,
    Can any explain me Open Documents procedure for WEBI...i am trying to create but its not working ...
    Thanks in Advance...
    Regards
    Sanjeevkumar.D.Belagal

    Check artical numbers 1297204,1422248
    And make sure with your admin, opendoc is configured at server side.
    Thanks,
    Anil

  • Open document from bsp

    I created sample document under the
    content management->documents. ( for example word.xls )
    I want to link this document to my BSP and want to
    open this document from my bsp report application.
    How can i do this.
    Thank for your help.

    here is a sample code also...
    READ TABLE application->doc-t_attachments
                        INTO l_attachment
                        INDEX l_index.
             CALL METHOD application->document_display_attachment
               EXPORTING
                 attachment       = l_attachment
               IMPORTING
                 s_return         = ls_return
                 file_content     = l_file_content
                 file_content_hex = l_file_content_hex
                 mime_file_type   = l_file_mime_type.
             IF NOT ls_return IS INITIAL.
               APPEND ls_return TO application->t_return.
             ELSE.
               CREATE OBJECT cached_response TYPE cl_http_response
                     EXPORTING add_c_msg = 1.
               IF NOT l_file_content IS INITIAL.
                 cached_response->set_cdata( l_file_content ).
               ELSE.
                 cached_response->set_data( l_file_content_hex ).
               ENDIF.
               IF l_event_tableview->itemclick = 'ClickName'.
                 cached_response->set_header_field(
                     name  = if_http_header_fields=>content_type
                     value = l_file_mime_type ).
                 cached_response->set_header_field(
                     name  = 'Content-Disposition'
                     value = 'inline' ).
               ELSE.
                 cached_response->set_header_field(
                     name  = if_http_header_fields=>content_type
                     value = 'application/x-download' ).
                 CONCATENATE l_attachment-name '.' l_attachment-type
                         INTO l_filename.
                 CONCATENATE 'attachment; filename=' l_filename
                         INTO l_value.
                 cached_response->set_header_field(
                     name  = 'Content-Disposition'
                     value = l_value ).
               ENDIF.
               cached_response->set_status( code = 200 reason = 'OK' ).
               cached_response->server_cache_expire_rel( expires_rel = 180
               CALL FUNCTION 'GUID_CREATE'
                 IMPORTING
                   ev_guid_32 = guid.
               CONCATENATE runtime->application_url '/' guid INTO l_url.
               cl_http_server=>server_cache_upload(
                     url      = l_url
                     response = cached_response ).
               RETURN.
             ENDIF.
    the method document_display_attachment is in the class
    CL_BSP_HAP_DOCUMENT_IF.
    Message was edited by: manasa

  • Word Viewer will not open documents from Sharepoint 2013 in IE11

    I've run into an issue while trying to open documents from SharePoint 2013 after upgrading to IE11. My organization uses Word Viewer with the compatibility pack and all other Word documents (local files, intranet hosted) will open with no problems. When
    trying to open a Word document from SharePoint the Word Viewer will open, but the file does not. We have verified that all Windows Updates are installed. We have tried opening SharePoint in Compatibility View and Enterprise Mode. We have re-downloaded the
    latest version of Word Viewer and reinstalled it along with the compatibility pack. If we open the SharePoint site in Explorer view and then open a Word document it will open in Word Viewer with no problem. Excel and PowerPoint documents open from SharePoint
    with no problem. This is only affecting Word documents with Word Viewer. When using the full version of Word the documents open fine. Within SharePoint we have tried activating the site collection feature "Open Document In Client Applications by Default"
    but it made no difference. We're completely at a loss how to make this work as there doesn't seem to be much information specifically pertaining to issues with Word Viewer.

    Hi Victoria.
    1. The PCs do not have Microsoft Office installed, nor are we using the Office Web Apps. "Word Viewer" means the Microsoft Word Viewer application available here (http://www.microsoft.com/en-us/download/details.aspx?id=4) that is available
    free for read-only viewing of Word documents.
    2. There are no errors when I open Word docs in Word Viewer. The Word Viewer application launches after clicking a Word document link in Sharepoint, but there is no file open in it. When that happens the IE11 Sharepoint window on the taskbar is flashing
    yellow, but when I click back to it there are no messages or alerts to click on.
    3. This issue does occur with all Word documents (.doc, .docx) in SharePoint. However, it does not occur when opening Word documents in the Word Viewer when they are local files or through IE11 from a non-SharePoint website like our local intranet.
    Those files will open with no problem in Word Viewer.
    4. I will try to get a screenshot, but we are working on creating images for deployment and I don't currently have a machine configured the same way. I'll work on reconfiguring one and post a screenshot.
    Thank you for your help!

  • How to access data from SAP Tables from a Webi report

    hi all,
    I have a webi report for financial data and from a Bex query which is build on a Cube (this has data from 2 SAP ECC systems)
    i want to build a functionality where in i can call some SAP Table data from this webi report. i should be able to pass information or some hard code where it can understand the source system it has to pick data from.
    in SAP BI, we have this ption wherein we can achieve this through RRI..
    is this possible in Webi ?
    Thanks
    SKS

    Hi.
    Create a universe on top of SAP Tables and create a webi report.
    Using hyper link /open doc we can call  this report from the webi report created on top of your Cube .
    @Sri

  • Open documents from within

    I was a moderate user of FInal Cut Studio, but I am completely new to anything concerning Final Cut X. My apology in advance if this is obvious.
    I am trying to open  someone's FCS X project file on their machine, with .fcpproject extension. I double click it, but the dialog box says "The document could not be opened. Open documents from within Final Cut Pro". Now in FCP X, there is no File > Open option under the file menu.
    Any ideas for a complete newbie?

    There is a tut currently floating around the Web titled something like Learn Final Cut in 30 minutes.
    It's quite possible to FUBR projects by trial and error approaches because the app is so database driven.
    My 2¢…spend a little time getting some info on organization, terminology, and workflow. Whether it's the tut I mentioned  or not, It will not take long and it really will be a worthwhile investment.
    Good luck.
    Russ

  • Issue in WAD 7.0 regarding opening document from MIME repository

    Hi Experts,
    I am facing an issue in WAD 7.0 regarding opening document from MIME repository..
    My requirement
    I want to have a button , on clicking of this button one excel file ( already located at MIME Repository) should open in a new window.
    To achieve the same, I have added one button. and also added one java script web item in my web template.
    And as per my understanding, I need to write command/code in the script web item.
    I have tried with several standard commands available, but not yet succeeded.
    Please suggest the appropriate command or code , that I can put into the java script web item.
    Also please provide me, if there is any other solution.
    Thanks and Regards,

    I think you might be posted in the frong forum, what is WAD 7?
    this forum is for WebIntelligence related questions, part of Business Objects software suite.

  • WAD 7.0 issue regarding opening document from MIME repository

    Hi Experts,
    I am facing an issue in WAD 7.0 regarding opening document from MIME repository..
    My requirement
    I want to have a button , on clicking of this button one excel file ( already located at MIME Repository) should open in a new window.
    To achieve the same, I have added one button. and also added one java script web item in my web template.
    And as per my understanding, I need to write command/code in the script web item.
    I have tried with several standard commands available, but not yet succeeded.
    Please suggest the appropriate command or code , that I can put into the java script web item.
    Also please provide me, if there is any other solution.
    Thanks and Regards,
    Biswarup Ghosh

    Yes I tried it at first with Script Item but it did not work. I am not sure how should I change the path because of the portal:
    "/sap/bw/Mime/Customer/.../file.htm" - this path is not working anymore
    Another option that you mentioned I do not want to use. I have about 20 different html files in MIME repository so I would have to create 20 different web application. I do not like this solution.
    Regards
    Erwin

  • Pages tells me I need to upgrade to 5.0 to open documents from iCloud.  When I go to the mac app store it says pages 5.0 is installed, but Pages says it's running 4.3.  I just want to open documents on my mac that were created on my iPad.

    Pages tells me I need to upgrade to 5.0 to open documents from iCloud, but the mac app store says its already installed and won't let me upgrade.  when I check the version of pages I am running it says 4.3.  I just want to be able to open documents on my mac that were created on my iPad.  How can i get Pages 5.0?

    Welcome to Apple Support Communities
    You already have got Pages 5.0, but you still have got Pages 4.3, so Pages 4.3 is being opened instead of the newest version, being this the reason why you get a message telling you to update Pages to the most recent version.
    If you don't need the old version, open a Finder window, choose Applications in the sidebar and delete the old Pages icon or move it to an external drive. I don't recommend you to do this, as users are complaining about the lack of features of the new version.
    Instead, what you can do is to put the new Pages icon in the Dock by dragging it from the Finder window to the Dock, so you can open the new Pages version from the Dock and you can open all your documents with it after opening the application

  • How can I download a .pdf document from a web link without Adobe Reader starting automatically and i

         How can I download a .pdf document from a web link without Adobe Reader starting automatically and preempting the download?                         

    That depends on your operating system and browser.  On Windows, e.g. using Firefox, you right-click on the link, then select 'Save link as...'.

  • Just upgraded my system to snow leopard...now when I open documents from my memory stick, its in 'pages' not word...how do I fix that??

    Just upgraded my system to snow leopard...now when I open documents from my memory stick, its in 'pages' not word...how do I fix that??

    Did you click on the little triangle? Did you select one of the document files before pressing COMMAND-I to open the Get Info window? If the panel is closed it looks like this:
    If you then click on that little triangle gadget you get this:
    A temporary solution is to CTRL- or RIGHT-click on the document file, navigate to the Open With item, and select from the sub-menu.
    The first method makes the association permanent. This method only applies to the currently selected document.

  • Open Documents with Office Web App - SharePoint 2013

    We have configured Office Web App for our SharePoint 2013 Farm and in Site settings, Site Collection Features,  have disabled "Open Documents in Client Applications by Default" . Out of 15 sites, all documents in 13 sites open in Office
    Web App. One of the 2 sites where the document still open using Client Application is a Wiki site.
    Advanced propertied for the libraries settings has been set to "Use the server default (Open in the browser)". Anything else to check to open documents in Office Web App?
    Thanks
    MP

    Hi,              
    As I understand, you encountered the issue when you want to open documents with Office Web App.
    Check things below:
    1. In the library setting->advanced setting, you can choose the open in the browser to see if the same situation will occur.
    2. Check if you have not enable the Open Documents in Client Applications by Default feature.
    If you choose Activate to enable the Open in Client feature (documents will open in the client application), or
    Deactivate to disable the Open in Client feature (documents will open in the browser).
    You can go to Site setting->site collection administration->site collection feature->Open
    Documents in Client Applications by Default to set the feature.
    The article below is about how to set the default open behavior for browser-enabled documents.
    https://technet.microsoft.com/en-us/library/ee837425(v=office.15).aspx
    The article below is about how to configure office web apps for SharePoint 2013.
    Configure Office Web Apps for SharePoint 2013
    Best regards
    Sara Fan
    TechNet Community Support

  • Open documents from LabVIEW

    I want to open documents from one aplication made up with LabVIEW. The documents can be Word, Pdf, Excel and so on.
    Coes anybody know how do this?
    Thanks

    Hi Miguel
    Perhaps when trying to open a word doc you will get an empty word.
    If so, modifie the vi as in attached doc to change /n option for an empty string.
    In this way, word will open whit your document on screen.
    saludos
    Alipio
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    Worddoc.doc ‏44 KB

Maybe you are looking for

  • Terminal tabs disappear

    I use always open Terminal with some scripts running in parallel, and specific command history what I need frequently, for that it has great tab functionality. I really like that I can rename them to my processes. But it has appeared several times th

  • DVD drive problems after 10.4.7 updae

    I successfully completed a 10.4.7 update after a nuke & repave of the internal hard disk. At the moment the only applications on my machine are Mac OS 10.4.7 and the iLife suite. Since I installed 10.4.7 I'm having a problem with the internal DVD dri

  • I have 50$ put I can't use because I forget my answer question

    Please help me I have 48$ put I can't use because I forget my I count answer of question can help me please thank you

  • IPhoto / Web Gallery / Subscriptions

    Having only recently gotten round to playing with web galleries. I processed one of my albums into a web gallery (I think). It appeared online in 'My Gallery'. OK. But recently I made another web gallery. This one has appeared under the heading 'WEB

  • Where can I find information about official support being ended bij Apple concerning 10.6.8?

    Yes I am aware the policy somewhere stipulated n-2 or the 2 latest version of current OSX... Yet I like to know if a official date is mentioned for those still running 10.6.8 when it comes to security updates etc.