Assigning the query (sqvi) to other ID

Dear all
wht are the procrdure for assigning the query (sqvi) to other ID.?
I have created one query from my ID now i want to assign this query to user ID..

Dear,
You cannot assign the Quick View to other user. You need to create a query using the quick view which you created,
Please follow the steps below.
You need to create "user group" using transaction "SQ03", first assign your userid to the group and activate check box to have Create/Change authorisation. Now below your name assign the userid who will be using this query.
Now use transaction SQ01, once you are in the transaction please check whether your are into the "user group" which you created, if not use Shift+F7 to select the user group which you created.
Now use menu Query-->Convert quick view, a popup screen comes, in that you type the Quick View name which you created in SQVI and your userid or the ID which was used to create. Now you type the new Query Name and Functional area.
Now your query is ready to be used by users assigned in the user group.
Hope it will help you.
Regards,
R.Brahmankar

Similar Messages

  • How to re-assign the query to a workbook after changes.

    Hi Experts,
    I have  added new variables to the selection screen of a Query.
    This query is also being used in some workbook.
    How can i reflect this change in Selection variables to Workbook also.
    When i re-assign the data-provider to the report, it restores the default layout of query.
    The changes of workbook are lost.
    How can the changes in query be reflected in Workbook, without having to create the workbook again.
    Any pointers on this would be helpful.
    Thanks in advance.
    Ashmita

    Delegation is also a standard workflow administration functionality; it is not specific to MDG. There is a "substitution" button in the workflow inbox that a user can setup. When people leave on vacation, they should set it up. When they leave the company, I would this delegation will be one of the last things on their minds. That's where Workflow Admin delegation is needed: transaction RMPS_SET_SUBSTITUTE.
    As far as escalation, there is a "reminder" that you can set in the rule-based BRF+ decision table. However, it is very limited and only goes to the responsible person him-/herself. For real escalation to a manager or another support group, you will need to build a completely new custom workflow template that includes your escalation rules or at least a "sub-workflow" template that you can call from within the standard rule-based workflow template.

  • Modify the query in some other way

    sorry worng post
    Edited by: most wanted!!!! on Oct 11, 2011 6:16 AM

    Hi kalam, 
    Maybe I did not understood correctly, but I understand that he want to get the columns names dynamically, am I wrong? did you understood differently?
    "Without actually typing all the fields for different tables?"
    * If each table was with different columns then using simple query like this will do the job:
    select * from t1
    FULL OUTER JOIN t2 on 1=2
    but if there is a column C which is in both tables then in this solution you will get it twice. Therefore there is need another step or to build the columns names dynamically.
    for example if he have this DDL+DML
    create table t1 (x1 int, x2 int,c int)
    create table t2 (y1 int, y2 int, y3 int,c int)
    GO
    insert t1 values (1,1,6),(1,2,6),(1,3,6),(1,4,6)
    insert t2 values (11,11,33,6),(11,12,33,6),(11,13,33,6),(11,14,33,6)
    GO
    then the result should be (without using the column's names in the query):
    x1 x2 c y1 y2 y3
    1 1 6 NULL NULL NULL
    1 2 6 NULL NULL NULL
    1 3 6 NULL NULL NULL
    1 4 6 NULL NULL NULL
    NULL NULL 6 11 11 33
    NULL NULL 6 11 12 33
    NULL NULL 6 11 13 33
    NULL NULL 6 11 14 33
    FARAZ
    A QURESHI, Is this not what you are trying to get?
    am I right that you want to get it without using any column name?
    [Personal Site] [Blog] [Facebook]

  • How to replace # in the query output ?

    Hi experts,
    In the query output and for a particular field in a record if there is no value then it is displaying as '#'.
    Can  we replace '#' with any text or with any other value ?
    Regards,
    Nishuv V.

    hello,
    if you display the characteristics as Key u will get as '#'.
    You can select as Text,then it will show 'Not Assigned'.
    Further, check on these threads:
    How to replace '#' with blank when there is no value for a date field
    Re: How to replace display attribute Value '0', instead of '#' in the query
    Reg,
    Dhanya

  • Publising the query in the role.

    Hello experts,
    Requirement:
    I was asked to assign an existing queryin the system to a particular role which is also already existing.
    Action Performed:
    I have published the query in the BEX query designer in the specified role with Publish in role option.
    Issue:
    I am able to see the query in the role in PFCG(ZS_XX_BEX_MENU ) .
    But the same i am unable to see  in Query designer when I try to open the query from the role in which I publised.
    I come out BEX and logged in again but still i am unable to see the query in the role.
    Could ayone help me to reslove this issue.
    Regards,

    Hi
    Yo can  go to the open queries in the query designer->just click (highlight) the query and then click on the third option from the left it is assign to the role.
    It wil take you to the all the role options.
    just click on your particular role and say creat.
    it will assign the query to that role.
    you can chjeck it in the roles tab.
    Also can try this
    try S_RS_FOLD to give the possibility to select query from Infoarea
    Hope this helps
    Many thanks
    Kiran

  • CL_RSR_REQUEST eror while running the Query in Bex Analyzer

    Hi All,
    I have created the Query and assigned it to the role by using PFCG and also by Query Designer. when the user executing this query using the Bex Analyzer he is getting this error.
    CL_RSR_REQUEST and Form TEXT_ELEMENTS_GET:Variabl"
    Your input is appreciated
    Thanks in Advance
    Regards

    Hi all,
    I had assigned the query only to the role. when i checked with user id i found error.
    You do not have the authorization for component ZMM_PO_Q1_2
        Message no. BRAIN800
    Diagnosis
         You do not have the authorization for the selected component.
    System response
         The selected component cannot be edited.
    Procedure
         lease speak to the person responsible for authorization, if you
         authorization for the editing of this component. The function is
         protected by the object "Business Explorer - components" with th
         following fields:
             -  InfoCube                ZMM_POD
    Type of a component     REP
    Component               ZMM_PO_Q1_2
    Activity                16
    for this what i have to do .. i had also checked in the su 53 t code.i showing the previous authorization is successfulll..
    regards

  • How to assign a query and a template to a role

    Hi gurus
    Considering my little knowledge that i have of BI 7, I just want to confirm is this the way to assign a query to a role.
    On the main menu of the query designer at the top left we have query-->Publish--->to Role and subsequently assigning the query to the specific role required and similar steps are followed to assign the template to the same role as well...kindly confirm this.........as i guess it is important to assign the query and the template to a the correct role so as to get the correct data.As our query is created for the manager role....points will be given

    Hi Anurag,
    Check this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a249a990-0201-0010-e18e-b2f5ed135497
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a101b894-0b01-0010-6c90-e70766b33256
    Roles assigned to a BI 7.0 Consultant
    Role  assigning to a Query in BEX report
    Assign points if this is helpful...........
    Rgs,
    I.R.K

  • Unable to view the Calendar Year/Month in the Query

    Hi All,
    We are having a standard query on Customer InfoCube 0sd_c01_q0003.
    I was able to get the data. But I am unable to view the Calendar Year/month. In that place I am getting '#'.
    I am able to view the details in the InfoCube. There aren't any errors while executing the error.
    Regards
    YJ

    hi,
    U r Problem is not clear...if u r getting # for characteristic values means..u don't have data in Infoprovider...try to view data in InfoProvider with the same selections that u r executing the Query with.
    thnaks

  • Error in executing the query

    Hi Gurus,
    We have  5 queries on a multiprovider which is built on two cubes,one query is not getting executed and all other queries are working fine, we are restricting the query for one cube which has only 32 records, all these queries are  working fine in dev sys and in the quality we got this error for one query .
    Can any one give some solution for resolving it
    regards
    Tilak

    But what error is it giving when you execute the query?

  • Variable input values in the query are displayed wrong

    Hi experts,
    I executed a report and in the variable input screen it asks for a key date and company code.
    We entered key date and company code and executed the report.
    We want to take a print out of the output. But the variables which we entered in the variable screens are
    dispalying wrong. i.e if we have entered company code as gsml and key date as 01.01.2008.
    In the report output I am getting as:
    Company code: gsml
    Keydate: #..27-11-4745
    But keydate should be displayed as 01.01.2008
    How to solve this ?
    Regards,
    Nishuv.

    Nishuv,
    Please follow below steps:
    1. Open query through Bex - Query Designer
    2. Beneath the Rows Area( where you actually  drag in charactertistics), you'll be finding two tabs Filter and Rows/Columns
    3. Click on Filter Tab
    4.You'll be navigated to a window, there you can trace two Workareas
            a. Characteristic Restrictions: Where drag in the relevant Prompts/Input Variables
            b. Default Vaules
    5.First, Drag the required promts/Input Variables in Characteristics Restrictions.
    6.Click on the varible which was dragged in Characteristic Restriction area and drop it into default values area.
    7.Now you'll have visibility of variable in two regions, Characteristics and Default Values.
    8. Save and Execute the Query
    Regards,
    Yaseen

  • Oracle View that stores the Query execution time

    Hi Gurus
    i m using Oracle 10G in Unix. I wudiold like to know which Data dictionary view stores the execution of a query. If it is not stored then hw to find the query execution time other than (Set timing on) command. What is the use of elapsed time and what is the difference between execution time and elapsed time? How to calculate the execution time of a query.
    THanks
    Ram

    If you have a specific query you're going to run in SQL*Plus, just do
    a 'set timing on' before you execute the query.
    If you've got application SQL coming in from all over the place, you can
    identify specific SQL in V$SQL/ and look at ELAPSED_TIME/EXECUTIONS
    to get an average elapsed time.
    If you've got an application running SQL, and you need to know the
    specific timing of a specific execution (as opposed to an average),
    you can use DBMS_SUPPORT to set trace in the session that your
    application is running in, and then use TkProf to process the resulting
    trace file.

  • Do we can set any scroll option in the query designer?

    Hi,
    I would like to know is there any setting for scroll option at the query designer level.
    This is because if I look at some reports so I could see little ups and down (small up and down arrows) symbol at the column level, and is enabled for only few reports.
    Need some input on the same.
    Thanks

    Hi
    I think you are right clicking on KeyFigures Heading, instaed of that can you on any Keyfigure (example KF1 and KF2 etc..). once you done that you will see the following options.
    EDIT     
    COPY    CTRL + C
    CUT       CTRL + X
    PASTE   CTRL + V
    DELETE   DEL
    WHERE USED LIST
    LEVEL DOWN         CTRL+ >
    LEVEL UP     CTRL + <
    PROPERTIES   ALT + ENTER
    please select the highlighted options on the required key figures, then execute the query.
    regards
    Pavan

  • How to quit the QUERY STATUS please?

    When I execute a query and fail to find the result, the FORM_STATUS is QUERY. And so I cannot close the query and do other things. ABORT_QUERY do not change the FORM_STATUS.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by FEROZ KHAN ([email protected]):
    Exit_Form;
    Will work.<HR></BLOCKQUOTE>
    Thanks. But then I have to write codes like these:
    If :System.Block_Status = 'QUERY' Then
    Exit_Form;
    End If;
    If does not look formal, and sometimes it do exit the form, which is not the thing I want to. I only want to get the :System.Block_Status to NOMAL. Do you have any other way?
    Thanks again.
    null

  • Data status on the Query

    Hello,
    What are the ways can we do this ....
    When a BW user logs on to execute a query via Analyzer, Query Designer or on the Web. The BW User should be notified at the point of executing the query in some manner if there is any problems with the loading of the cube, masterdata, or any other info objects pertaining to the query.
    In other words, the user is to be informed if the data is not valid at the point of running the query.

    I am not aware of the way where the message is automatically displayed ... but here is one way..
    Enable "Display Text Elements"
    Bex Analyzer Tool bar -> Layout -> "Display Text Elements" -> General
    This will display all the general Information of the query such as the user who created the query, InfoProvider of the query, Key Date, Status of Data, Last Refreshed etc. If the "Last Refreshed" is greater than "Status of the data" then it means the last refresh has not yet successfully finished. I am not sure if there is any other conditions where this "Status of the data" date will be less thatn "Last Refreshed" Date.
    Hope this helps!
    Regards,
    Vinod Swarnapuri

  • Data load status on the Query

    Hello,
    What are the ways can we do this ....
    When a BW user logs on to execute a query via Analyzer, Query Designer or on the Web. The BW User should be notified at the point of executing the query in some manner if there is any problems with the loading of the cube, masterdata, or any other info objects pertaining to the query. 
    In other words, the user is to be informed if the data is not valid at the point of running the query.

    Please check my reply to your other message in "BI Suite – Business Explorer" forum.
    Also, In future please try to post it in one forum. Most of the people view all the forum's post using SAP Business Intelligence view.

Maybe you are looking for

  • Customer Master Idoc gets some fields as garbage with English Lang

    Hi     We are using SAP 4.6C MDMP system. This is not unicode. We are sending customer idoc. The customers are created in Japanese and English language. When we login in Japanese language and send IDOC then the content looks fine. When we login with

  • How to sort the Selectitemlist of a dropdownList

    Is there a easy way to sort the Selectitemlist of a dropdownList? So the values show up in the dropdown will be alphabetically sorted? Thanks.

  • Stack type from oracle website

    I am trying to create the stack type from oracle's site: http://download.oracle.com/docs/cd/B10500_01/appdev.920/a96624/10_objs.htm#4139 However, I don't know how to use it exactly as it yields NULL SELF error every time I try to initialize it! How d

  • Using the "quick mask" tool to change a color

    Good Day All I am a wee bit confused. I wanted to show someone a way to change hair color in Photoshop CS5. Using the method I have used in CS4 I did the following. In CS%, I clicked on the brush tool and then on the "quick mask" tool. Stared paintin

  • Configuration string keys in LabVIEW 2009 changes

    I am trying to write a configuration file to be used by other (non-labview) software. However the LabVIEW 2009 'write sting key' function adds quotes around string keys, even if the 'raw string' mode is used, this makes this tool USELESS, and I could