Identifying Technical name of a query through a portal link

Hi,
If from a portal link I see a BW report, how can I know its technical name so that I can access it in BEx to see the query definition. The title on the portal appears not to be helping.
Thanks

In the future, please do not post the same question more than once:
Identifying Technical name of a query through a portal link
Thanks!

Similar Messages

  • Display technical name of a query in a web template ?

    Hi,
    I try to display in a basic web template the technical name of my query with a web item. In this order, I have tried to use the web item 'Text Elements' but how could I configure the latter in order to have only the technical name ?
    I have selected 'Display General Text Elements' in properties of the web item.
    In the property 'List of Text Elements', what is the couple of values that I have to configure ?
    Many thanks,
    CG.

    Hi,
    What you need to do is, keep a TEXT Web Item in the template.
    Then do not tick any of the options under Specific. Instead, go to List of Text Elements. In the first column, select General Text Symbol. In the next column type REPTNAME.
    This will give the technical name of the query in the output.
    Common text elements:
    u2212 technical name of the query (REPTNAME)
    u2212 description of the query (REPTXTLG)
    u2212 InfoProvider (INFOCUBE)
    u2212 key date for the query (SRDATE)
    u2212 accuracy of the data (date and time) (ROLLUPTIME)
    u2212 the person who wrote the query (AUTHOR)
    u2212 the last time the query was changed (date and time)
       (MODTIME)
    u2212 the last person to make changes to the query (MODUSER)
    u2212 current user (SYUSER)
    u2212 the last time the query was refreshed (date and time)
       (SYUZEIT)
    Try this. Hope it helps.

  • While saving Bex query with Technical name, it says Query already existing

    Hi,
    I am facing a problem. While saving a query withy its technical name (for example ZQYZMPR_01), it says that query is already existing. But when I search for the query in all tabs like Favourites, Roles, Infoprovider It is not found.
    I also checked a view V_REP_JOIN. In this view I find Query (ZQYZMPR_01) in MODIFIED version.
    I want to use my previous query instead of creating new one.
    Suggest, how can I retrieve my previous query that I am unable to search for.

    Saurabh
    Searching with descriptions may lead to confusion as there may be similar  descriptions to a query but just one technical name.  Check the query 'where used list' you may find answers.
    Can you check the query in RSZCOMPDIR ? If the query exist here, it must be there in the system.  Do the search with exact technical name ZQYZMPR_01 or ZQYZMPR*, you should be able to find.  Do not search in specific areas like roles etc..search directly by inputting the tech. name.
    Ferdinando - you can delete the query in RSZDELETE transaction.  While doing so, it will prompt for removal from all areas like roles, workbooks etc. Say 'yes' and delete, you will be able to assign the technical name to another query.
    Ramesh

  • How to change Query Description/Technical name of a query

    <i><b>Hi</b></i> I have couple of questions with Query name changing.
    <b>1)Is it possible to change the Technical name of a query?
    If Yes how?
    2)I could change the description of a query but when the same query is saved in a role how to change its description?</b>
    <i><b>Thanks
    Ajay</b></i>

    hi,
    open your query in query designer and use button 'save as' then you can change name description.
    Remember that when you change technical name it will be completely new query and you will have to add it to your role.
    Regards,
    Andrzej

  • 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

  • Find technical name of receiving query in RSBBS assignment

    Dear Experts,
    under transaction RSBBS one can assign sender/receiver details. While the technical name of both sender and receiver are entered when createing the RRI, one can only retrieve a compressed ID (i.e. 46F28FNV1L4H1QENI1KKEKWUCAZPAOPRD) for the receiver in transaction RSBBS.
    We would like to find a way to determine the technical name of that particular compressed ID. I have already searched the RSBBS* tables, but I cannot get past the compressed ID (field RONAM) in i.e. table RSBBSQUERY
    My question:
    - Can you provide me a table/view/program/transaction/... that shows the relationship between senders and receivers by means of technical query names (not ID's)?
    - Or can you provide me (step-by-step) the relation between different tables and fields that would allow me to do so?
    Kind regards,
    PJ

    Hi Simon,
    thank you for your reply. I have researched your proposal, and I can indeed find the relation between my sender query's technical name ZSENDERQUERY_Q001 and the field RSBBSQUERY-RONAM that looks like this: 46U5CEI2BU3U8P8GZOFWWN3GKAZSD_C03 (Mind the name of the infoprovider at the end!).
    This information can also be retrieved from transaction RSBBS, where I can enter 1 senderquery's technical name, and which returns me the associated RSBBSQUERY-RONAM values in the column "Receiver Object". Your contribution allows me to create a view to get this information for multiple sender queries from different cubes.
    However, I would like to go one step further. From this RSBBSQUERY-RONAM value I would like to get the target/receiving query's technical name that looks like this "ZRECEIVERQUERY_Q002".
    This is my ultimate goal as I need to delete all obsolete queries from the BI system, and the associated jumpqueries. Creating a single list by means of a view would help me a lot.
    Kind regards,
    Pieter-Jan

  • Data target technical name for a query

    Hi
    Can some one tell me how to find the respective data target technical name for a report (query)?
    Thanks
    Abhi

    Hi,
    Create a View on tables RSZCOMPDIR and RSZCOMPIC and take fields INFOCUBE,COMPID and keep join condition
    1) RSZCOMPDIR-COMPUID = RSZCOMPIC-COMPUID.
    2) RSZCOMPDIR-COMPUID = RSZELTDIR-ELTUID.
    and keep condition RSZELTDIR-DEFTP = 'REP'.
    With rgds,
    Anil Kumar Sharma .P
    Message was edited by: Anil Kumar Sharma
    Message was edited by: Anil Kumar Sharma

  • How to check a query element based on the technical name of a query builde?

    We often see, e.g., 401OQ2EEM5EJH4GQ5N2HFNE7P as a query element of a query builder.  How to know what kind of InfoObj. or R2R link it would be base on the long technical name?  We remember there is a table to look these up, what's the table name and how to look for it's description name?
    Thanks

    hi Ari,
    The table you recommend seems to only work for Report to Report link, but not for query element, is there any other table that we can find which InfoObj. is used for this long technical name in query?
    Thanks and we have given you rewards points.

  • Generating Smartform in PDF Format through SRM portal link

    Hi All,
    Please can one tell me generating Smartform in PDF format while we click on Output-format while displaying Purchase order.
    Is there any configuration needed or is there any process to generate smartform in SRM portal link.
    Thanks,
    Sri Lakshmi

    Hi Pradeep,
    Thanks for your reply.
    I dont want any BADI or Method.
    I want to know, when we display or create  Purchase Order through SRM link- there is an option Output format where the details of PO will be generated through Smartform in PDF format.
    I want to know the procedure how that PDF format is generating.
    Regards,
    Sri Lakshmi

  • How to identify the technical names in infoobjects inInfoset

    Hi,
    I want to design the query based ob infoset(SAP BW). Infoobjects shown in the infoset have different technical names.
    There are 4 infoobjects in query designer having same descriptions. How should I identify technical name of infoobjects and differentiate between them?
    Regards,
    Shital

    Hello Sheetal,
    Click on the Technical names  button in query designer, it will be in between context menu and table display.
    Regards,
    Pavan.

  • Make appear technical name and name of a query in separates columns

    Hello everybody,
    I have a question about menus of the Bex explorer (but maybe it's related to any menus of SAP).
    I would like to show the technical name of a query or a workbook in a single column, something like :
    Technical name | Name of the query/workbook | Last modification
    For now, I can only the technical name or the name (or both side by side) but I can't have three separated columns.
    Is there any mean you know to do this ?
    Regards,
    Julien DERIOT

    Thanks for your quick answer but it's not exactly what I'm looking for.
    When I speak about the bex, I mean when you click on the icon to open a query/workbook, you see all of them inside a window.
    Actually, I can see :
    Name workbook | Last changed on
    And I would like to see :
    Technical name | Name workbook | Last changed on

  • Is It  POSSIBLE to change the Technical Name of Z-version Query

    Hi  Friends ,
    I was changed all quereis and cube from standard version to Z version.
    For queries, by using rszc , i was changed to Zversion,Now again is it
    possible to change the Technical Name of Zversion Query ?
    If possible , can you please tell me the process ?

    Hi Hameed,
    This may be the reason you are getting an error.
    The target InfoCube, the InfoCube for the query copies, must contain all the InfoObjects of the source InfoCube (InfoCube of the original queries).
    The another reasons may be the copying of queries within the same cube shouldn't be done by RSZC.
    It's better to approach the Bex Query designer.
    Hope you understood..
    Check the link below for more information:
    Re: How to copy query elements without Bex
    http://www.bi-expertonline.com/article.cfm?session=&id=2055
    Re: copy queries + variants + workbooks -- RSZC ?
    Regards,
    Ravi Kanth
    Edited by: Ravi kanth on Jun 10, 2009 10:03 AM

  • BW 7.0 - Technical names in query designer

    Hi colleagues,
    is there any possibility to set an default value for the technical names in the query designer. Every time I open the query designer, the system shows me only the "text" for the query elements and not the key.
    regards
    Dieter Gerl

    The "functional enhancement schedule" document now describe the single query refresh within a workbook to be available in Stack 14.
    The link also need to be check very often. (I got a version 12.3 from 08/06/2007 which planned enhancement to SPS13 whereas version 12.5 from 28/06/2007 plan it to SPS14)
    https://websmp201.sap-ag.de/~sapidb/011000358700004483762006E
    Best Regards,
    Davy

  • Query technical name

    Hi
    I am generating a query on the statistics multicube/cube for displaying the top 25 queries which are taking long time. But i want the technical name of the query in rows. which infoobject should be used which could provide the technical name of the query .
    plz guide
    regards

    Hi,
    have you tried 0TCTSTATOBJ infoobject?
    Let me know which Cube you are using for this (is it 0TCT_C02)?
    Hope it helps...
    Regards,
    Ashish

  • SAP BW Query in CR2008: only tech names displayed when query is changed

    Hello Experts,
    we have the following constellation / problem:
    SAP Query BW 7.0
    a report built upon this query with Crystal Reports 2008
    the report is currently not using any of the Database fields, is just consists of the layout
    Now we want to change / add the underlying query. But either if we add the new query or replace the old query by the new query, the result is the same:
    only the technical names of the query structures (UIDs) are shown, neither the descriptions nor the technical names (concerning SAP BW) are shown.
    The 'new' query is a slightly changed copy of the old query, I don´t think that is has to do anything with the query.
    As mentioned, everything seems to be perfect as long as we just do 'Create Report upon query', then the descriptions and technical names (not the UIDs) are shown, but not if we add / replace the existing query through another.
    Many thanks for your help in advance !
    Frank

    So the solution seems to be:
    Open the Query Designer and tick 'Allow External Access to this Query' on the Advanced Tab to allow access with OLE DB for OLAP to the query.
    Then the query appears in Crystal Reports under the source system and 'Queries' whereas before it is only accessible directly under the source system.
    If a query is accessible under the source system, the BW Query Driver is used, which seems not to be able to cope correctly with the technical names.
    If accessed via 'Queries', the BW MDX Driver comes into action and not only the tech names but also the description etc. is displayed.

Maybe you are looking for

  • Transfer structure have two different tech names?

    Hi BW experts, we got issue in transfer structure which have two different technical names: ZCUSTOMER_DC and ZCUSTOMER_PS where zcustomer is the info source name. The impact: PSA data can't be accessed ... Any help and feedback is highly appreciated!

  • PI 7.1 doesnu00B4t show DB02 history

    Hi friends, We have an NW PI 7.1 running on oracle 10.2.0.4 and AIX 6.1. I´am trying to view the Tablespace size history in TX:DB02 but when I view the table space detail layout in the tab of history, It shows me just the history by week and months b

  • How to set priority of ADF events

    Hi, I have a simple application with page having an af:inputText field and custom template with some af:activeCommandToolbarButtons in it. Now the problem is when I enter something in that af:inputText and without tabbing out or clicking any where el

  • XMLHandler$DataCollection parse

    Hello, I have this situation... i have a webservice that return a complex type, was composed by a bean and a collection of other bean and i have to invoke it programatically, for that, i create a data control. In a managed bean i use this code to inv

  • New Material Deployment timing and confirming a Customer's  order

    I am new here, so I am sorry if this has been answered before. I searched but could not find the answer Anyway, we struggle with SAP not allowing an order to be entered before an item is fully deployed. My basic question: Is there anything one can do