Need To Find Query Name Used In A Bookmark

Hi,
I have a bookmark that is not based off a web template.  It was created by running the query on the web and then saving the bookmark from there.  We have since forgotten the query technical name.  How can I find it out?
(I have tried looking at table RSZWBOOKMARK but it doesn't have any info about the query.  And the web template id field is blank since we didn't create the bookmark that way.)
Thanks,
Audrey

Audrey,
We had a similar need recently to report on bookmarks in the BW system by user, query, InfoProvider, etc.  We ended up having a custom ABAP developed here to piece some of the information together for a report.  In our scenario, the bookmark links were actually being stored in the BW user's favorites, so it took additional linkage to go from there as well.
You may want to look at some of the same tables we had to access here.  Try looking at data in the RSZWOBJ table -- the keys to this table would be OBJID (use the RSZWBOOKMARK-BOOKMARKID) and OBJVERS ('A').  Because of the way the data is stored with this, you may have to use ABAP code similar to the one below to get Bookmark info.  I took a few snippets of code out of a program to help show this -- here the field WS_INFOPROVIDERID is getting filled with the query name behind the bookmark.
sample working storage below -
DATA:
l_s_id_objvers TYPE rszw_s_id_objvers,
l_s_rszwobj    TYPE rszwobj,
l_sx_bookmark  TYPE rszw_sx_bookmark,
WS_DP_LIST     TYPE line of rszw_sx_bookmark-DP_LIST,
WS_INFOPROVIDERID TYPE rszwobj-OBJID.
sample logic for reading RSZWOBJ table ---
l_s_id_objvers-objid   = <wherever you store BOOKMARKID>.
l_s_id_objvers-objvers = 'A'.
IMPORT bookmark = l_sx_bookmark
  FROM DATABASE RSZWOBJ(bm)
      ID l_s_id_objvers
      TO l_s_rszwobj.
IF SY-SUBRC = 0.
  LOOP AT l_sx_bookmark-DP_LIST into WS_DP_LIST
      WHERE VALUE = 'DP'.
    WS_INFOPROVIDERID = WS_DP_LIST-NAME.
    EXIT.
  ENDLOOP.
ENDIF.
Hope this helps...  Jody

Similar Messages

  • How to find Query name using Variable name (by Customer exit code in CMOD).

    Dear SDN,
    Enhancement name RSR00001.....Function Module name.....EXIT_SAPLRRSO_001...Include ZXRSRU01...
    Some x variable coding in done here.
    How can I find out the Query name for the X variable?
    Wating for reply...
    Thanks & Regards,
    Praveen.K

    Dear,
    I have got answer..
    Method 1 :Right click on variable in Query Designer and find the where used list.
    Method 2 : SE16--> RSZGLOBV -->Enter the variable VNAM as 'Variable Name' ->Get the VARUNIID> Go to table RSZELTXREF --> Enter the values of VARUNIID in TELTUID --> Get the list of SELTUID --> Go to table RSZCOMPDIR --> Enter the values of SELTUID in COMPUID --> Get the list of COMPID -->COMPID is the list of queries
    Thanks & Regards,
    Praveen.K

  • How to find out query name using Elements of the query builder.

    Hi SDNers,
    how to find out query name using Elements of the query .
    thanks,
    satyaa

    Hi,
    For having a look at the relation between BEx tables,check the link below:
    http://wiki.sdn.sap.com/wiki/display/BI/ExploretherelationbetweenBEx+Tables
    -Vikram

  • How to find the query name using infoset name

    Hi Experts
           Iam new to the sap queries(SQ01,SQ02), some queries already created.
          now i want to do some modification, my problem is i am not able to find the query name.
          I know the infoset name, can you tell me how to find the query name using the infoset name, is ther any table for this.
    i tried in sq01 also, but its confusion, pls advice me on this.
    thanks in advance.
    regards
    rajaram

    Hi
    try like this..
    SQ02 --> go to --> Query Directory..
    from there you can get all the queries belong to a Infoset.

  • Standard table for finding query where used list

    Are there any standard tables available to find the list of web templates, bex reports and views using a particular query?
    i.e if i have the query name i should be able to find out where all it is being used.
    Thanks,
    Archna

    Hello,
    You have to join multiple tables to achieve this, here we go
    FOR QUERY Related Information
    RSRREPDIR - Directory of all reports (Query GENUNIID)
    Choose Type of a reporting component -> REP
    Tips :
    Choose Type of a reporting component -> QVW for query view
    SE11 -> RSZ* -> F4 gives you all tables related to queries
    For WORKBOOK Related Information
    Use the FM RRMX_WORKBOOK_QUERIES_GET to get the queries in a workbook by selecting the workbook ID from table RSRWORKBOOK
    Tips :
    SE11 -> RSRWB* -> F4 gives you all tables related to workbooks
    SE37 ->RRMX_WORKBOOKS* -> F4 gives you all the FM related to workbooks
    For Webtemplate Related Information
    Choose the dataprovider for query / view ID.
    SE11 -> RSZWOBJXREF - Structure of the BW Objects in a Template
    Also see,
    SE11 - > RSZWTEMPLATE - Header Table for BW HTML Templates
    Thanks
    Chandran

  • How to find query names in transport?

    Hi Experts,
    We have collected around five queries for transport. But in SE10, we do not see the query names. How to find out the query names there?
    With Kind Regards,
    Kannan

    Open query in query designer.
    From 'Properties' window (right side Window) dropdown select query.
    From 'Advanced' tab copy the UID. U can search that in SE09.
    OR
    Copy that query ID from SE10, use table RSZELTDIR with that ID.

  • Find Query Name in Transport Request or In TR what are Queries.

    Dear All,
    I would like to find a Query Name in Transport Request(DEVK.....)  or  Vice-Versa in Transport Request (DEVK........), what are the queries are included.   I created SAP Query using SQ01 and assigned the InfoSet.  The query is succesfully executing and getting the required result but I dont know the Transport Request Number which was created.  In stead of creating New request, I would like to know the existing Transport Request what are the Queries are assigned.
    Regards,
    Ujed.

    Hi
    If you have included the Query in Transport using SAP Query Transport tool, it creates Transport request and makes an entry in the table AQTDB. Check the table entries in the table AQTDB.
    ~~~Ganesh Kumar K.

  • How to find Query Name from Report Name

    I am trying to find a the query name for program AQFKSYSTQV000045ZCHECKNUMBERLU I have looked in Standard Work Area under all of the user groups but no luck. It is currently only in our Production System. Please suggest any other places I can look.
    Thanks in advance for your help!

    I apologize for not seeming like I have a clue....I did search the Forum...and maybe I wasn't clear with my question....again I apologize.....I am somewhat familiar with query and I understand that the query name is probably ZCHECKNUMBERLU. My issue is that I cannot find the user group. I have broken It is not a user group under Global Area or Standard Area. For example....We have a query named ASETAQUISITION.  The program name is AQFKAM==========ASETAQUISITION...This query is located in the AM User Group....Easy Find. However, the program in question is AQFKSYSTQV000045ZCHECKNUMBERLU. I have broken this program name apart every way I can think of and I cannot find a user group in my global or standard Area. So I guess I should ask, by looking at that program name, how do you determine what the user group name is so I can find the actual query?

  • Find query name

    Hi
    There is a query made earlier thru SQVI in QAS. I know the program name which got generated but don't know the query.
    Now i want to create a query in DEV which should be same as the one in QAS.
    How can i find out the query name through the program name generated. So that i can make a fresh query in DEV.
    Helpful answers will be rewarded.
    Regards
    varun mathur

    Can anyone help me in this case??
    I just want to see the query , which was created thru sqvi.
    USERGROUP      :          SYSTQV000008
    QUERY               :           ZFRC
    CLIENT                :            410
    Where can i find this usergroup in qas.

  • Find query name based on workbook id and vice versa

    Hi,
      I need to developed a progarm in which user can enter Query name ( tech name ) and  it should display all workbooks releated to it  and vice versa .
    Is there any tables which stores this relationship.?
    Wating for response.
    Thx in advance .
    Regards
    Nilesh

    hi Nilesh,
    Table RSRWORKBOOK WORKBOOKID, GENUNIID is the query ID;
    goto RSRREPDIR for detail query properties
    (query belongs, in bex analyzer, right click cell 'properties', tab 'information' - query id)
    Queries in Work Book
    determine the workbooks
    table with list of work books
    hope this helps.

  • Help!!! Need to find the name of an iPhone app.

    I had to replace my iPhone, and it was not backed up.  I am trying to find the name of a favorite app that had magazines such as people, hotel searches, etc.  The icon was red.

    If you are using the Same Apple ID as vefore, look in the Purchased tab in the App Store for your previous purchases it will most likely be there.

  • [SOLVED] Help Needed to find the name of the openbox theme

    Can anyone help me to find the name of the openbox theme ?.
    Thank you.
    It's Numix
    Last edited by bhante (2015-01-07 11:13:12)

    That looks a lot like the Numix GTK theme...

  • Need to find a column used in the database

    Hi,
    I am working on oracle 10.2.0.
    I need to in find out that a column say 'Name' is referenced from which all objects.
    Is there is way i can do tht?

    then query user_tab_columns
    select * from user_tab_columns where column_name = 'NAME'Specify the column name in all upper case.

  • How to find query name?

    hi,
       i was given the TCODE name how can we find the quesry name from this??as i wanted to make modifications to the existing query.please help me

    hi siva,
       Just goto Transaction SE93 it'l Execute  the transaction Code.. there u'l know what the txn does.. go to TSTC table it shows user-defined an also built in Transaction codes with Explanations.. then u'l know the details of the code you have..
      steps:
       1.GOTO SE93.
       2.Enter TXN code and Execute.
       3. Else Goto Se11 and type TSTC and search for ur TXN description.

  • Finding query name

    Do you know a way in BW to search for the actual name of an "Internal" number?
    For example I have the following #  3UTI8RFJ3F1M9WNUCL4V3M4OJAZSAUDERSL that represents some sort of query and I'd like to know which one!
    Thanks,
    Chris

    Hi,
    Use table RSZCOMPDIR
    With COMPUID = '3UTI8RFJ3F1M9WNUCL4V3M4OJAZSAUDERSL'
    And see the value you get for COMPID.
    With rgds,
    Anil Kumar Sharma .P

Maybe you are looking for

  • Custom invoice MIRO & MIGO

    Hello As per Custom invoice rules, I have post the 1st Custom miro in LC, then I have post the MIGO in FC ref of Custom MIRO. In EKBZ table filed DMBTR (LC) &  WRBTR(FC), the both values are not match as per exc rate i.e exc. rate (type M) 64.66 INR(

  • Re: Adobe Flash Player 15.0 r0 Has Stopped Working

    Thanks for your assistance  ... I will try any good suggestions you have. Please note the following: I really don't understand the previous information provided by "samclean"  ..... I did not submit an error report that generated those diagnosis. I g

  • Groupwise Client extremely slow moving between folders

    Hi, We're experiencing a very unusual issue with a single user where switching between folders can take up to 30 seconds, usually no less than 25 seconds. This problem only occurs in the Groupwise 2012 Windows client (12.0.2), but we experienced the

  • How do i outline the outside of fields using numbers?

    How do I outline the outside of different fields using numbers?

  • Mail Sending On PO Release

    Hello, Earlier i made enhancements in user exit ZXM06U44 for sending mail to vendor when PO is made. In that mail i am sending the PO data to vendor including Line item data also. Now user wants the same only when PO is released and not on PO Creatio