Link to query view from portal

Hello gurus,
I need to create a link that will open a query view on portal.
How should it look like?
http://<system>:<port>/irj/portal  ??????????? MYVIEW1
BR
Ondrej

http://<server>:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?initial_state=VIEW&initial_state-view=MYVIEW1&VARIABLE_SCREEN=X&DUMMY=1

Similar Messages

  • How to find out source qurey or query view   from portal report.

    Hi mates.
    we are using portal to display our report online. I want to kind out from portal Reports (charts or table) , which are queries or query view is used for display those portal charts or tables.we are using Lotus notes to publish web reports in Portal.
    Regards.
    hari

    Hello,
    Check these tables:
    VARI     ABAP/4: Variant storage (similar to INDX)
    VARICON     Selection variants: Content
    VARICONCI     Selection Variants: Content (Cross-Client)
    VARID     Variant directory
    VARID_CI     Variant Catalog, Cross-Client
    VARIDESC     Selection Variants: Description
    VARIDESCCI     Selection Variants: Description (Cross-Client)
    VARINUM     Internal number assignment for variants
    VARIS     Assignment of variant to selection screen
    VARIS_CI     Assignment of Variant to Selection Screen
    VARIT     Variant texts
    VARIT_CI     Variant Texts, Cross-Client
    VARK     Delivery Plan: Customer-Specific Itinerary
    VARZ     Delivery Plan: Zone-Specific Itinerary
    If useful reward.
    Vasanth

  • Query Views from Portal

    Dear Experts, It looks like several users have created some views from after running queries from portal. Is there a way I can for sure who and when they created it?

    You can use an internal call wwctx_api_private.set_context. This API does not require the SSO password.
    Please notice that this API is not published and therefore not supported to be used ! Oracle can change this API without any prior notice.

  • How to execute a BI query/view from a web dynpro application?

    Hi all,
    I am trying to connect to a BI system from a Web Dynpro application. I have to execute a view/query and process the output in my application. Please guide me about how to establish the connection to the BI system from my web dynpro application and then execute the query/view.
    I have tried executing/modelling the BI query/view using Visual Composer but I get an error saying 'QueryView Instantiation failed' when I try to drag the view/query on to the design board.
    Please guide me and help me achieve this.
    Thanks & Regards,
    Kishan

    Hi Kishan,
    Define system for BI in portal and define JCo destination, then from WDJ application use can query BI.
    Create the Technical System and connect with JCO Destinations
    or
    Connecting through the BI Connecters (ex: XMLA Connecter)
    Refer below link:-
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60f35908-ecd4-2910-6c89-e75e1054d9d1?quicklink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60f35908-ecd4-2910-6c89-e75e1054d9d1
    In this document you will get details related to connector and other admin activity.
    Hope this may help you.
    Deepak!!!

  • How to Create/Modify/Delete a query view from the web template in BI 7.0

    All:
    In BW 3.5, the <b>Query Selection View</b>  web item was introduced for users to create a query view to save the navigational state of a query. This web item was also available to modify and delete an existing query view.
    The Query Selection View web item <u>does not</u> exist in BI 7.0. I see the drop down web item can be used to display the query views associated to a query.
    Can anyone share how to create,modify,save or delete a <b>query view</b> on the web in BI 7.0
    Thanks,
    Kumar

    Sanjay, we experienced the same issue. Below are a few pieces of information that may be of help: 1-The Save As button on the 0ANALYZER template saves the query to the portal. From Bex Web or Bex Analyzer, you have no access to these saved views. We created a ZANALYZER copy of the 0ANALYZER template and removed the Save As button. 2- If you right mouse click on any item in the query results grid of Bex Web, you get a small menu. Clicking on the menu item Save View will save the view to BI. You do not have the ability to delete the saved views from Bex Web. However, you can delete them from Bex Analyzer. This was not an option for us since most of our users are using Bex Web. 3- On the same menu, clicking on Bookmark, saves the navigation and also opens the Internet Explorer Favorites maintence window. The navigation is saved as an entry into the users Internet Explorer favorites where they can organize and delete their entries. However, deleting the favorite does not delete the entry for the bookmark in BI. The bookmarks are stored in table RSWR_DATA. Program RSWR_BOOKMARK_REORG can be used to manage the saved bookmarks. We are loading RSWR_DATA into a chracteristic so that we can query the information in order to help us manage it. I hope this helps you and others that appear to be struggling with the issue of saved views in Bex Web.

  • Housekeeping of Query Views in Portal

    Hi,
    I am looking to provide housekeeping with Query Views on our Portal. At the moment all Query Views appear when you choose 'Bex Portfolio' and there are a large number in there now - most of which are redundant.
    At the moment, I have two issues -
    I want to be able to delete Query Views via the Portal (or possibly get the users to delete these).
    (ii) If all query views appear in the Bex Portfolio, is there a way to create a Folder Structure in here that would allow an easier maintenance and 'ease of use' option for the end user.
    Our users create their own views,  but I need ways of keeping this maintained.
    Can anyone help with how I can resolve any of the above?
    Much appreciated,
    Scott

    Get rid of the table qualifier:
    SELECT * FROM view_mytbl" WHERE UID IN (#URL.UID#)
    Tom Muck
    co-author Dreamweaver MX 2004: The Complete Reference
    http://www.tom-muck.com/
    Cartweaver Development Team
    http://www.cartweaver.com
    Extending Knowledge Daily
    http://www.communitymx.com/
    "sp515" <[email protected]> wrote in message
    news:eqcle1$as$[email protected]..
    Hello,
    I have recently migrated from MSAccess to MySQL. In CF 5
    everything was
    working fine, but when we moved to CFMX 7, there is this one
    query that
    fails
    and I have tried many different ways (putting single quotes,
    parathesis
    etc.)
    I have created a "View" in MySQL database called
    "view_mytbl" .In this view
    I
    have queried two different tables, tbl1,and tbl2. Now in my
    source code
    of
    CFMX, I query this view by passing a where clause.
    <cfquery name="myquery" datasource="#DSN#">
    SELECT * FROM view_mytbl" WHERE tbl1.UID IN (#URL.UID#)
    </cfquery>
    This was fine in CF 5 , but now I get the error as "Unknown
    column
    'tbl1.UID'
    in 'where clause' "
    I have tried putting single quotes around #URL.UID# but that
    does not
    work.
    Please help, I am exhausted in searching for this solution.
    Thanks,

  • Access a query view from the web

    Hello,
    I have a query with a view.  I would like to simply be able to link to this query view in a Web Browser window.  What would the URL be?
    How can I do that, is it possible?
    I know I can open the default view of the query, by choosing on Bex Toolbar (Tools > Launch in WebBrowser > Query (Default View))
    Thanks,
    Nick
    Message was edited by:
            Nick Bertz

    Just add this to your URL: &DATA_PROVIDER_ID=[Technical name of view]
    The result would be: http://host:port/sap/bw/bex?DATA_PROVIDER_ID=[Technical name of view]
    Nothing else is mandatory

  • Function module to create query view from technical name of the query ?

    Hi Experts,
    I am trying to create webservice definition using function module.
    In this code, I am calling function module 'RSCRMBW_REPORT' which requires query view name ( we can see this in RSCRM_BAPI) as a value for parameter i_reportuid.
    For the time being I am hardcoding the value but I need to use a function module which will convert techincal name of query into query view.
    Can anyone have any idea about the above requirement? Or is there any other way to solve the problem?
    Thanks in advance
    Shamkant
    Edited by: SHAMKANT SONAWANE on Apr 7, 2009 5:38 AM

    Hi,
    You can use FMs CONVERSION_EXIT_GENID_INPUT  and CONVERSION_EXIT_GENID_OUTPUT to get query view.
    First call FM CONVERSION_EXIT_GENID_INPUT with parameter input as query technical name then it will return Output in the form of GENID .
    Pass this GENID as input parameter to FM CONVERSION_EXIT_GENID_OUTPUT to get query view as output.
    Eg :
    Test for function group      RRI5
    Function module              CONVERSION_EXIT_GENID_INPUT
    Uppercase/Lowercase
    Runtime:        6,652 Microseconds
      Import parameters               Value
      INPUT                           Y0IC_C03_Q0018_2
      Export parameters               Value
      OUTPUT                          4D1I916ID7TWS1CK27154WYZ8
    Test for function group      RRI5
    Function module              CONVERSION_EXIT_GENID_OUTPUT
    Uppercase/Lowercase
    Runtime:        2,818 Microseconds
      Import parameters               Value
      INPUT                           4D1I916ID7TWS1CK27154WYZ8
      Export parameters               Value
      OUTPUT                          0IC_C03/Y0IC_C03_Q0018_2
    0IC_C03/Y0IC_C03_Q0018_2 is expected query view.
    Hope it helps...
    regards,
    Raju

  • Copy Query View from one User to another User

    Hi
    I have a question that whether we can copy Query View created by an User to another User .
    Please help me with some way of doing it.
    Regards,
    Vimarsh

    Vimarsh,
    Can the user not just eMail their view to their colleague?
    Regards
    Gill

  • Personalise value icon not available when query executed from portal

    Hi
    The personalise value icon is not available when the query is executed from the portal.
    Is this the norm or is there anything i must change?
    Regards
    Shalini

    Since you have not given us much information to go on, I will start with the basics...
    Have you activated the Personalization DSOs (0PERS_WTE, 0PERS_BOD & 0PERS_VAR)? 
    If not, you will need to do so in tcode SPRO (SAP Reference IMG --> SAP NetWeaver --> Business Intelligence --> Settings for Reporting and Analysis --> General Settings for Reporting and Analysis --> Activate Personalization in BEx)
    Are you running a BW 3.5 query or a BI 7.0 query?
    If BI 7.0, the way to set personalization values has changed. You have to open the personalization section of the variables refresh screen by clicking on "Show Personalization Values" at the top of the screen, then move the desired variables down to that section.
    Hope some of this helps...
    Bob

  • How to get the query name from  portal report name

    Hi Experts ,
    I am given a portal report Name and asked to do changes to the queries of that ,so how do i get the query name ,
    Thanks in Advance
    Nitya

    Hi Nithya,
    You can get the technical name by selecting the role in the portal where the report is enclosed you will generally find the report in description then identify the report you are looking then double click on that you will get a window pop-up in that you will have details tab there click on the details the your Query technical name will be displayed.
    EX : zqry_w001 Then replace W with Q and seach in analyser or Designer.
    Regards
    Amar.

  • Reseting filters in a Query View

    I have a query built that has a good bit of logic.
    For reporting purposes I'd like to create query views from this one query so I only have to change the logic one place when the user decides they want something tweaked.
    I need a view by company, one by responsible person  etc ....
    The problem arises that when you create the views the filters are "stuck" at what they were then (which makes the views much less useful).   My main issue is for time.  I want the Calendar Year/Month to be the value of the current closed month (the default value in the variable).  But I want the user to be able to change it <u>after</u> running.   
    These views will be used in web templates.   I've tried a few things but the closest I've come is to have a button or link that when clicked sets the filter value based on another data provider.   I don't want that -- I want the value reset when the web template opens.  I tried putting the same command in the "Before rendering" of the web template properties but get a stack overflow error
    Is there a way to save the navigation state of a query without saving the filter values?  Or is there a way I can reset the filter value in the web template?
    I very frustrated

    I am using the new NetWeaver2004s.
    We usually just publish the template to the role & have the role in the portal so I'm not sure how to add that parameter in that case.
    I tried adding to the end of the URL -- but apparently don't have the right syntax.  What syntax should I use?
    I tried checking "Reset Variables to Default" in the web template with no effect

  • SAP BW query view deletion in Web/ "Delete Query view" in web

    Dear All,
    We are using the standard template: BW web analyzer (0ANALYZER). In this standard template, SAP provided two links "Save View" and "Open View" for creating new query views and opening existing query views respectively. However, no oppurtunity was provided to "delete query views".
    We would like to have an oppurtunity to delete the query views as well from Web. (currently we are deleting the unwanted query views from Bex analyzer, as per the request from business users - who have access only to the web reports).
    Would be great if you can suggest some solution to this problem.
    By the way, We would not like to use the standard "Query view selection" web item. (as it creates user specic local views only).
    best regards.

    Hi atlaj
    There is a Function Module called
    CALL FUNCTION 'RZX2_OBJECT_DELETE'
    you can make yourselves a little ABAP with.
    Hope this Helps.
    Best Regards
    Armin Baggenstos

  • Open a QueryView from Portal in SAP Analyzer

    Hey guys,
    I have a Query Q1 and a view V_Q1 which was created in SAP Analyzer 7.0.  I know how to publish V_Q1 to Portal, see
    http://help.sap.com/saphelp_nw70/helpdata/en/33/39fa40ee14f26fe10000000a1550b0/content.htm
    But using the tecnique above, V_Q1 always opens in Web Analyzer, but I want to get V_Q1 to be opened in SAP Analyzer.
    I already achieved to publish Q1 to Portal and to be opened in SAP Analyser (using codelink com.sap.portal.appintegrator.sap.Transaction with Parameter QUERY=Q1 and Parameter SAP-GUI-Type = SAP Gui for Windows).
    But how to publish V_Q1 to Portal and to be opened in SAP Analyzer.
    All hints are helpful....
    Cheers,
    Christian

    Hi Krishnan,
    thank you for your response.
    I created the View in BEx. I still can open the query view from BEx. I am able to open the query from Portal. From that config; i tried to change the iView in Portal, so that it opens the query view. But it isn't working. BEx is just opening blank.
    I recognized, that there is also a parameter "Dynamic parameters" which seems to be important. Nevertheless, I didn't managed to open the query from from portal.
    Do you have a working config?
    Rgds,
    Christian

  • Query view is not displaying  data correctly

    Hi,
    We have built a query and 4 query views on the query and it is published in the Portal.
    In the query ,we have a restriction on cost elements.
    And on the query view we dont have any restrictions on costelements.
    But when we execute the query view,the query view is showing some restrictions on costelements.
    We have created a new query view on the same query and when we execute the query view in portal, it is showing soem restricitions on query view on costelements.Because of this User is not able to see all the data.
    Any one help us in understanding and fixing this problem.
    Thanks in advance!!

    Hi,
    These are the my assumptions  please can you check the same.
    1) cost element is always compounding with the controlling area can you check either any restrictions are there on controlling area.
    2) As you said in mother report( query) you are having the cost element restrictions , from that  query only you are creating query view so automatically which ever the restrictions are there globally on that report it will be worked on view also.
    so it is better to avoid that first and create teh view with out any restrictins then you can create one more view with the cost element restrictions
    craet main query with out any restrictions then creae te view with restrictions, you are doing vice versa.
    Thanks & Regarsd,
    sathish

Maybe you are looking for

  • Report for abserving changes made to the customer master and moniter

    Report for abserving changes made to the customer master and moniter and detail Please send with t. code.

  • Using conditional statements stored inside a variable

    I'm trying to store the body of different emails inside of my database to use in email sent with cfmail. The content of the emails has conditional statements using cfif and other variables based on a query running. If I set the content as a variable

  • Creation of Application module failed

    Hi all, I'm trying to deploy BC4J as EJB on OAS4.0.8.2 (OAS and Oracle 8.1.6 on Solaris 2.7). Deployment went OK, I can open Business Component browser but in Object Members View I can see only 2 records for each view (looks like recordset properties

  • How to change format of phone numbers in PowerShell?

    We need to append the area code and hyphen in front of the office phone number field in their domain user account for all our users that have office phones now that we are changing from 7 digit numbers to 10 digit numbers. I found a script that finds

  • Aperture Crashes While importing iPhoto 11

    Hi all, I hope someone can help as I'm getting desperate. I have spent hours on the phone with Apple tech support to no avail. I have an iPhoto library of 45K photos that I am attempting to import to Aperture 3. However, Aperture repeatedly crashes b