Drilldown on BW report with web interface

I have a BW report that I deliver through our portal using web Templates and my question is if our user selects certain filter values can they then save their selections as a VARIANT much like they can do in BW Analyzer?  This way the next time the come visit the report they can somehow bookmark their variant the way they previously ran it?
Thanks

I have not worked with the Portal, but if you right click a cell in the web report, you must be getting the BEx Context menu with options for drilldown, filter etc, right? On this menu you should be able to see an option for Bookmark. See if the last entry on the menu is Enhanced menu, and click that...more entries should open up.
Ref: http://help.sap.com/saphelp_nw04/helpdata/en/5d/53213c51febb2be10000000a11402f/content.htm
Hope this helps...

Similar Messages

  • Form calling Report with web.show_document caught by SSO

    A 10g form button calls a 10g report via web.show_document.
    In the dev environment it works, but in the full app server SSO is enabled and stops & prompts for a login/password.
    I'm trying to include the SSOCONN parameter in the URL. I've tried the db userid & the sso userid without success.
    Any help is much appreciated.

    How are you calling the report with Web.Show_Document (what's the URL you're passing)? The application I'm working on uses SSO and I call Reports from Forms and don't have this issue. You should just have to pass the return value of RUN_REPORT_OBJECT() in the URL along with the server name - at least that is how we do it. For example (bare in mind this is an abbreviated example):
    DECLARE
         v_rep_rtn   VARCHAR2(4000);
         v_repsvrname      VARCHAR2 (100);  /* This is a CONSTANT and used here as an example */
         v_paramlist  paramlist;
    BEGIN
         v_rep_rtn := Run_Report_Object(v_report, v_paramlist);
         Web.Show_Document('/reports/rwservlet/getjobid'||substr(v_rep_rtn,Instr (v_rep_rtn, '_', -1) + 1)||
                          '?server=' || v_repsvrname);
         v_report    := Find_Report_Object('REP1');
         Set_Report_Object_Property(v_report, report_execution_mode, batch); 
         Set_Report_Object_Property(v_report, report_comm_mode,      synchronous);
         Set_Report_Object_Property(v_report, report_destype,        CACHE);
         Set_Report_Object_Property(v_report, report_desformat,      'pdf');
         Set_Report_Object_Property(v_report, report_server,         v_repsvrname);
         v_rep_rtn := Run_Report_Object(v_report, v_paramlist);
         rep_status := Report_Object_Status(v_rep_rtn);
         WHILE rep_status IN ('RUNNING', 'OPENING_REPORT', 'ENQUEUED')     LOOP           
              rep_status := Report_Object_Status(v_rep_rtn);        
         END LOOP;   
         IF rep_status <> 'FINISHED' THEN
              msg_box('Error when running report. Status = '||rep_status);  
         else
              Web.Show_Document('/reports/rwservlet/getjobid'||substr(v_rep_rtn,Instr (v_rep_rtn, '_', -1) + 1)||
                          '?server=' || v_repsvrname); -- || '&authid=orcladmin/admin999');
         END IF;
    END;Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question please mark the response accordingly. Thanks!

  • Linked Reports with Web Intelligence Rich Client

    Hi,
    Is it possible to build a linked report with WebI Rich client without using InfoView?
    Assume the following simple report which select some fields of a file transfer information.
    TransferID      Filename   Transfer Status
    1                        a                       OK
    2                        b                       OK
    3                        a                       NOK
    Now I want to click on the record with TransferID 3 and get some more information for that particular record such as:
    TransferID      Filename   Transfer Status  Date  Duration
    3                        a                       NOK         Feb 24      5
    In other words, I'd like to do select of that table with the where condition "TransferID = 3" which corresponds to the record I clicked in my initial report.
    Thanks a lot,
    Kurt

    Hi Kurt
    Have you found any solution for "to link two tables in one WebI report without InfoView".
    I will appreciate if you can share the same.
    Regards
    Naveed

  • CMC: user must update save but not modify report with webi

    Hi experts,
    I'm on BO platform 4.0SP2 fp10.
    I would like to know if it is possible to enable a user a user to update data in a report, save report but disable it to modify report structure and query.
    In a folder the user must be able to update the report and prompt, then he must save it, but I don't want him to modify report with webi.
    Thanks
    Camillo

    Hi Frederique,
    By not modifying the report with WebI, do you mean that the user shouldn't have access to WebI Rich Client?
    What kind of update would the user have to do on a report once the report is available in a folder?
    Yes I mean user shouldn't ha access to webi rich client. He should just view update rint and updated report.
    Regards
    Camillo

  • Deliver report to Content Store directly with web interface

    Hi all,
    We are currently implementing a system which will use XMLP as the letter/report/document producer. XMLP will be accessed from other applications (Siebel, EBS or else) using a preformatted URL so that the user will be in context of the report/letter directly. We would like the user to generate the report using the parameters in the XMLP web interface and when the report is ready, that there was only a "Send" button which would put the report in a temporary folder in a Content Store (Oracle Content DB). We would like to achieve that without the user having to input the destination of the file, like with a WebDAV or FTP. So we need to customize XMLP to remove the "Schedule" button and change the behavior of the "Send" button.
    We would also need to be able to send the context of the creation of the report in order to be able to store it at the right place in the Content Store. In order to do that, we would pass an Id by a query string in the URL when calling the report. I know this information is stored in the XMLP_SCHEDULER_JOB table in the DELIVERY_PARAMETERS field so it must be accessible in the app as well. A BPEL process would be used to move the document to the right place.
    So, 2 questions:
    - Is it possible to change the behavior of the "Send" button? Has anybody done that?
    - How can we save the context of the execution of a report to a file at the same time we are generating the report? (parameters used, template used, etc.)
    Any clue, hint or helpful thought would be very appreciated!
    Thanks!
    Pierre-Yves

    Hi MadhuSudan,
    I couldn't find the EBS Delivery you are refering about. Is this something using the Concurrent Manager from EBS? If so, this is not what I am trying to do. I really want to give access to XML Publisher and save the output report the user has made with the parameters he used to create it in order to store it in a content store. XMLP will be accessed by EBS and Siebel through a URL.
    I am curious to look at your java program and shellscript, could you send me a link to the URL where I can find the information you were refering to?
    Thanks!
    Pierre-Yves

  • Unable to open reports with Web intelligence

    Hi there,
    We are unable to open reports using Webi Intelligence.  Error of "Session is closed(Error: INF)" apears.
    I have restarted the SIA and Apache services with no luck.
    Version : Business Objects XI3, Edge Series professional
    Kind regards,

    Try changing the idle connection timeout on your Web Intelligence Processing Server to 60 minutes (from the CMC).
    If this doesn't work, please add a trace to the Web Intelligence Processing Server (add a -trace to the command line parameters of the server). and post the log for the relevant time period.

  • P&L report (using web interface builder)???

    Hi all,
    Can someone explain BPS report concept for me?
    For example,
    In my P&L report, I will have fixed cost, variable cost, and revenue...etc.
    I created fixed cost layout, variable cost layout, and revenue layout...etc.
    My question is <b>how those layouts generate a P&L report on the web interface??? If</b> I enter planning data in the fixed cost layout and the values should be in the P&L report as well. <b>How can I create P&L report in the web interface after I finished all layouts???</b>Thank you for sharing
    J.

    Hi
    You should create a BEX Web Query and integrate it in the upper level of WEB Layout.
    Check this link for a step by step guide about this topic
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/how-to%20guides%20-%20rig%20official/bi/nw04/how%20to%20integrate%20bex%20web%20applications%20into%20bps%20web%20interfaces.doc
    Ciao
    Andr

  • Running report with web.show_document

    We are using web.show_document to run reports which have parameter forms. destype=CACHE , desformat=pdf . We are also using the javabean which hides the login credentials as a cookie.
    The output displays OK then the user wants to email it, so they use the mail button on the adobe reader toolbar.
    They are asked whether they want to link or copy even though link does not work.
    If they choose copy, the result is an email with an attachment called 'servlet' with no extension.
    The recipient of the email has no idea what a servlet is, and more importantly they do not know how to open the file.
    Does anyone know how to get around these problems ?

    Ino
    Your method is fine if run_report_object is used. However, in order to display a parameter form, the report must be run with web.show_document. If web.show document is used twice, first to run the report and then to display it, the second does not wait for the first to finish, even if a synchronize is put between them.
    So, as soon as the parameter form appears, the second show_document appears in front of it saying it cannot find the file. Dismissing that allows access to the parameter form, the report runs and gives a success message but no output.

  • Calling a report with web.show_document and put pdf in temp directory

    Hi,
    I need to call a report 10g with web.show_document in order to generate a .pfd file (not viewed by the user) as soon as the user press a button in a form.
    I have two problems. Firstly, after generate .pdf, it's opened a undesirable windows "process succefully" (I don't want that window). Secondly, in url parameter, I put:
    (...)DESTYPE=File&DESFORMAT=pdf&DESNAME=' || client_win_api.get_temp_directory
    the target directory to .pdf file might be the user temporary directory, and not c:\temp, because in Windows XP the user haven't some writing privileges.
    How there is spaces in temporary directory, like:
    C:\Documents and Settings\<user>\Local Configurations\Temp
    I supose that Get_temp_directory returns something that:
    C:\Documen~1\<user>\Local~1\Temp
    And web.show_document don't understand.
    Can anyone help me?
    Thanks a lot,
    medina.

    Hi Maahjoor,
    i have install windows xp on vmware having loop back adapter configure with ip 192.168.10.1.i am using oracle developer 10g suite and oracle 10g r2 database.
    i want to call a report using the following code on a button.i have attached the report to the form.
    i have started the report server by issuing rwserver server=repsrv.
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status varchar2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('ALL_EXPENSES');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := RUN_REPORT_OBJECT(v_rep);
    WHILE rep_status IN ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT('http://192.168.10.1:8889/reports/rwservlet'||substr(v_rep,'_',-1)+1||'?'||'server=repsrv','_blank');
    ELSE
    Message('Error when running report');
    END IF;
    end;now when i run the command, i get this error
    frm-41214: unable to run the report
    frm-41219: cannot find the report.invalid id.
    argument 1 to builtin run_report_object acnnot be null.
    i thin the problem is with this line. WEB.SHOW_DOCUMENT('http://192.168.10.1:8889/reports/rwservlet'||substr(v_rep,'_',-1)+1||'?'||'server=repsrv','_blank');
    can anyone help? or a better piece of code?>
    I think you are mixing up the web.show_document usage for URL and with RUN_REPORT_OBJECT.
    I hope you have studied this document http://www.oracle.com/technetwork/products/migration/frm10gsrw10g-132606.pdf . It has the required examples and code.
    Cheers,

  • Problem with a Bex Query Report with Web Intelligence

    Hello!
    I have a Bex query (with query Bex version 7.0) I'm connecting with Web Intelligence (4.0) but one of the attributes instead of displaying the description shows only the key, and it is strange because other cubes if given by the conversion.
    I wonder if there is a solution for this or if it is a problem of version 4.0 of Web Intelligence.
    I await your response,
    Greetings!

    Hi,
    Whereabouts in the application are you seing this problem?  (in the query panel conditions, in the prompt list of values, or in the table block? )
    also, what do you mean by "and it is strange because other cubes if given by the conversion" ?
    it's worth noting that the "key and text display properties" in the Bex Query Designer do not influence webi.  WebI consumes the global infoobject property from BW RSH1.
    Regards,
    H
    p.s. if you need to understand which features are or are not supported with BI 4.0 tools, please look here: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d056e1bc-2794-2e10-959e-8779c5623cc5

  • Drivnal - backup utility with web interface

    Just finished adding package to AUR for an open source backup utility I'm working on. It has web interface and create's backups using rsync+hard links similar to Time Machine on OSX. There's a demo of the web interface and more info on homepage http://drivnal.com/ Still in development so there are a lot of bugs.

    Hi Saurabh,
    Please check your available device for backup, I think device is not active,
    take help of OS support.
    you can issue this command to check
    #tctl -f /dev/rmt/0m status
    #tctl -f /dev/rmt/0mn status
    Please update this node, if your problem is solved.
    Regards
    Praveen Verma

  • Correct password doesn't work with Mail interface, but works with web interface.

    Mail claims "The POP server “mail.nykayak.com” rejected the password for user “valerie”, yet when I log in through the web interface the password works. All other accounts work. Has anyone experienced this and found a solution?

    Mackie, Welcome to the discussion area!
    On your iMac G3, go to the AirPort menu and select the network name. It will prompt you automatically for the correct type of wireless encryption password.
    I wouldn't trust selecting an option from Internet Connect.
    In AirPort Admin Utility, what type of wireless encryption have you enabled? If it is WPA2 the iMac G3 won't be able to connect.
    Also ensure that your AirPort Extreme base station (AEBS) is configured to work in an 802.11b compatible mode. The iMac G3 is only 802.11b.

  • How to design crystal report with web service data source?

    I want to design and run a Crystal Report 2008 against my ADO.NET DataSet from web service method.
    I choose New Report, for Data I choose XML, then "Use Web Data Source" hit next, then choose "HTTP WSDL URL" I enter http://localhost/RDWS/Service.asmx?wsdl, hit Next, I leave HTTP username and HTTP password blank. Then I see the Services, Ports and Methods screen. Services: Service, Ports: ServiceSoap, Methods: CustomerOrdersDataSet
    When I click Finish, I get Logon Failed, Details, Schema file is invalid. error:Element Schema@htttp://www.w3.or/2001XMLSchemal not found.
    How can I get this to work?

    The native XML driver is incompatible with ADO.NET DataSet XML.  The specific issue is that the driver cannot handle the recursive definition on "Schema" that the .NET DataSet XML uses.
    The workaround is to create a .NET class that Web References, invoke the Web Service method for the DataSet, then returns it. 
    Use the ADO.NET (XML) driver in Crystal Report to consume the .NET data source.
    Note - when you deploy your report, ensure you deploy the DLL for the .NET class you've created.
    Sincerely,
    Ted Ueda

  • Running Reports with WEB.SHOW_DOCUMENT versus RUN_REPORT_OBJECT

    Where I work I work alone on developing and delivering Oracle applications. I've found a way of running reports in 10g over the web using WEB.SHOW_DOCUMENT, I've embedded my own security in the BEFORE PARAMETER FORM trigger of the reports.
    I don't have time to trawl through thousands of pages of documentation and I need to know whether there is a fundamental drawback of using WEB.SHOW_DOCUMENT over RUN_REPORT_OBJECT? I've got everything working OK in my test environment, but it's not clear reading the Oracle documentation whether there is a major drawback with this method, in particular I'm interested in any performance/load issues. I'm slightly worried because most people seem to use RUN_REPORT_OBJECT (which has all sorts of issues, such as parameter form incompatibility etc), I've found that WEB.SHOW_DOCUMENT is much easier to implement as it avoid the parameter form issue, displaying the user credentials in the source html and being able to type in any jobid in a url to receive other peoples reports.
    I've read as much as I can including the Forms and Reports integration document and the Usability Matrix and can't find anything obvious. I would be very grateful for any comments.

    Good call .... I included some of the code from your linked document to create a forms library from which to run reports. This uses the inate ability of reports to generate HTML parameter forms at runtime. Very handy. Most of our reports that we upgaded recently took little or no effort.
    Bradley

  • Load Balancing Forms and Reports with Web Cache

    We are planning to add a second OracleAS 10g middle-tier application server to an existing 10g middle-tier.
    Both middle tiers will provide Forms and Reports.
    Users must pass through two static HTML pages before starting Forms.
    We plan to use Web Cache to load-balance (probably using round-robin) between the two middle-tiers.
    Does anyone see any problems with this solution?
    All comments/suggestions welcome.
    Thanks,
    Jim

    You could also load balance the two OC4J's using standard servlet mechanisms. I know that there exists a couple of good notes on Metalink. Go and do a search.
    Regards,
    Martin Malmstrom

Maybe you are looking for

  • Net due date incorrect in FBL3N report

    Hi, Net due date is coming correctly in Vendor Display report FBL1N, however the same entry when we see in reconciliation account in FBL3N we get the wrong due date. We are going thorough GL head to get the correct amount which is tallying with f.08

  • VM not started if invoke is used in a C++ Daemon

    Hi, I'm trying to load the VM (JDK 1.4) in a C++ program which is using fork() to create a new process. The JNI_CreateJavaVM Call is working as long as it is used in the main process, if I do it in the forked background proc it is failing without any

  • Disable EEM console logging?

    I currently have EEM running some applets, and they're working, but I cannot figure out how to suppress the messages popping up in the console.  I send the output from a cli command to syslog using a watchdog timer.  I can do a "no logging console in

  • Satellite 2400-S251: XP audio drivers cannot be installed

    i have a Satellite 2400-S251 and i just upgraded to Windows XP and now i have no sound. I looked in my device manager and i don't see drivers but i see 4 different audio codecs. I downloaded sound drivers from Toshiba's website (s240sndx.exe) to be e

  • InDesign quits after network connection lost error

    InDesign all of a sudden is crashing with the following error: "The network connection was lost for the file InDesign SavedData, or the file was modified by another process" followed by: Adobe InDesign is shutting down. A serious error was detected.