Deleting query views in a portal

Hello BI fans,
I want to add a delete button in a web template to delete a saved query view (based on a query which shows data). Unfortunately there is no default command or instruction for data provider according to the commands LOAD and SAVE_AS.
Can I use SCRIPT_FUNCTION instead of INSTRUCTION to get the necessary functionality? There is a method DELETE_VIEW (CL_RSZ_WWW_DB_INTERFACE). Has anybody an idea to use this method or another idea?
To delete the query views by BEx Analyzer is not a good way for us since the normal user should not use the BEx Analyzer but the portal.
Thanks in advance

Hi Britta,
Now, I understood your concern. Please check the link:-------
http://help.sap.com/saphelp_nw04/helpdata/en/33/51fa40badbf36fe10000000a1550b0/frameset.htm
You can follow the Durgesh thread also.
Regards,
Suman

Similar Messages

  • 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

  • How to delete Query views

    Hi,
    I have created 2 query views on a particular query in BI 7.
    Now we don't need those query views , so we need to delete them. How can we delete them ?
    1. I tried openeing Bex analyzer and opening query, query view, right click and delete. but the 'Delete' option is disabled.
    2. I tried using 'RSZDELETE' but there is no chance to delete query view.
    plz help me as soon as posiible.
    Thank u.

    Hi
    1. Enter into SAP Easy Access or use tcode (SESSION_MANAGER)
    2. go into SAP MENU -> INFORMATION SYSTEMS ->BUSSINESS INFORMATION WAREHOUSE -> BUSINESS EXPLORER -> QUERY -> DELETE OBJECTS
    3. u will enter into "Deletion of Query objects"
       enter      TYPE -: QUERY
                     INFOCUBE -> name of infocube
                     TECHNICAL NAME -> name of the query
    and EXECUTE it.
    ur query view will be deleted.
    assign points if helpfull
    From
    ManesH

  • Delete query view

    How can we delete the query view
    Any help will be highly appricated.
    thanks with regards,
    Malik

    Hi
    'RZX2_OBJECT_DELETE', Not sure.
    RSZWVIEW (all views) and RSZWMDITEM hold the View details, make use of them in any Program ...
    You can delete views via the Bex-Analyzer-- open Global Views (via the little yellow folder) when you choose the view, a trash can shows up in the menu and you then can delete it. -- Make sure that you have not used the View in somewhere else.
    Hope it helps and clear

  • Deleting Query Views

    Hi,
    I am trying to delete a  saved view form Bex tool bar and it is hitting me a error saying
    "The object cannot be deleted due to the transport problem"
    Is there a way to detach a view form the workbook?
    Is earched a lot in the forums but I couldn't find a good solution for this.
    Please advise  !!
    Thanks so much..
    Points will be awarded...

    But I have some more questions about this views
    !. Can we delete a global saved view?
    Because I read some posts saying we cannot since it is a navigational status of the query we cannot delte the query view
    Is that true?
    2. Is there a way to detach views form a workbook because when ever I hit refresh to refresh the whole workbook it is jumping to target of type saved view
    This is a big problem for all of us. Not able to refersh the whole workbook ata a time.
    We have to go to each sheet and refresh the querys. which is taking alot of time
    Please help me. Does anyone faced same scenario and how did you resolved it?

  • Deleting Query Views transaction code?

    How can an administrator delete unwanted Query Views in BW 3.5? What transaction code is used to manage Query Views in the BW system?
    Thanks,
    Brien

    Hello Brian,
    Use this to delete views:
    TRY.
    CALL METHOD CL_RSZ_WWW_DB_INTERFACE=>DELETE_VIEW
      EXPORTING
        I_VIEWID              = 'your_view_id'
       I_OBJVERS             = RS_C_OBJVERS-ACTIVE.
    CATCH CX_RSZ_DB_WRITE_ERROR .
    ENDTRY.
    Kind Regards,
    Alican
    Message was edited by: Alican Polat

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

  • Query Views.

    Hi,
    *How can the views can be seen a work book,whether they exist or not?
    *How can the views in workbook can be deleted?
    I am a little new to BW,kindly help on this issue.

    Hi,
    When you run a BEx query the result is displayed on Excel.You could save this as a workbook
    under a role  or  save view as global under a role.
    You can save different query views under a workbook. Also  you could delete query views and workbooks provided you have authorization
    Hope this helps.
    -Doodle

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

  • Deletion of QUery view via Query Designer or via Web interface

    Hi,
    We have deployed SAP BI 7 with Web access only for user.
    Only some Key users are allowed to use Query Designer.
    In fact, all users can create view through Web analyzer. However, they have no way to delete these views.
    It appears that view deletion is only available through Bex Analyzer...
    Does anybody know a way to delete view from Web analyzer or at least through query designer ?
    Thanks for your answers,
    Regards
    Erick

    hi,
    If you want to delete the view in web then you need to change your web template
    http://help.sap.com/search/highlightContent.jsp
    Check the following links
    Web Application Designer for Beginners
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
    Web Application Solutions: A Designer's Guide
    http://www.lukew.com/resources/webapplicationsolutions.pdf
    http://sap.ittoolbox.com/groups/technical-functional/sap-solution-manager/bw-web-application-designer-1955944
    Feautures of WAD in 7.0
    http://help.sap.com/saphelp_nw70/helpdata/en/88/4d354277dcb26be10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6
    regards
    abi

  • 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

  • Deletion of Query View in Web Report

    Hi,
    I need to provide the functionality to Delete the Query View in the Web Reports.
    Please suggest how this can be done.
    I am new to web reporting and any help is highly appreciated.
    Thanks and Regards,
    RajKumar.

    Hi,
    We have built a template that is extension of standard template 0ADHOC_TABLE provided by SAP. In our template we have added OPEN view and SAVE view APIs mentioned in SAP documentation to provide the features to open a query view and to save a query view. Now we need to provide a feature to delete a query view functionality to users as there were many old saved views that are no longer relevant and needs to be deleted.
    Unfortunately the open view screen that opens does not provide feature to delete the query view.
    Request your help on this, how did you provide this feature to the users. what did we miss?
    For more clarification, I would speak to you please provide me your contact number.
    Thanks and Regards,
    Satya Raj Kumar.

  • How to delete a View(Local) defined on a Query in Bex Web Analyzer

    Hi,
      I created a No of Views (Local) on a query in Bex Web Analyzer and saved them.
    How can i delete the view i created when i checked the PFCG i can't find the views i created
    How can i delete the views (Local) i created on a query
    Thanks

    Right click and delete when you're in the "open" dialog in Analyzer.

  • All query views has been deleted??

    Hello
    We have the phenomen, that suddenly all our query views has been deleted. We checked table RSZWVIEW and we didn't found any 'active' one anymore.
    (system production 3.5)
    So fare we don't think, that the users have deleted the views, as they don't have any authorization for that and on the other hand it would be to much views.
    I am totally confused and looking in tables, traces etc. I have no clou what happened.
    Has someone an idea, where to look, investigate... for that strange and ugly behaviour.
    Thank a lot for your ideas
    Christian

    Hello Henning
    It makes feel good to know, that this disaster is not just in our system possible.
    I am totally without any idea, why all views have disappeared. So fare we had the following:
    -  the user are not authorized to delete views
    -  it happened already the second time.
    -  we checked every log, statistic files ect. but no clou, what is happening
    -  however we have 2x third parties tool in place ( Cundus and Cubserve) - where we suggested first it could cause that problem, but also here we didn't discover any cause.
    What we did so fare:
    - we transport all views from prod to our dev system back (each morning).
    - and we activated the log file for table RSZWVIEW.
    - and we will write an OSS
    Did you do some other tests or actions to discover? do you use third party tools?
    I expect, that it will happen again and I hope to get more information from the log file of table RSZWVIEW..
    I think we stay in contact until we will know the cause or solution of this issue.
    Best regards
    Christian

  • 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

Maybe you are looking for

  • Airport Express Audio Port Blocked?

    Hello all, I'm setting up my Airport Express to play music through my speakers. I've previously done this with no problems, but when I've come to set it up again, this time, the audio port isn't deep enough for the audio jack to fit in. The jack is a

  • Questions on DMS connector for KM

    Hi, I have two questions for this BP: I have installed this pachage into my portal 7.0. VariantPrefix is configured with 'KM' in  "System Administration -> System Configuration  ->  Knowledge Management  -> Content Management  -> Repository Managers 

  • Another Update Query

    Could someone help please... Don't understand why this query says "... not properly ended": UPDATE TBL1 SET TBL1.T1V1 = TMPTBL.TTV1, TBL1.T1V2 = TMPTBL.TTV2, TBL1.T1V3 = TMPTBL.TTV3, TBL1.T1V4 = TMPTBL.TTV4, TBL1.T1V5 = TMPTBL.TTV5, TBL1.T1V6 = TMPTB

  • ITunes Match and Home Sharing

    My husband and I use Home Sharing, and we can access each other's music (purchased under our own Apple IDs). Does iTunes Match support Home Sharing or do we both need an annual subscription for iTunes Match?

  • Export pdf problems

    How do I get tech help to chat to?