User Authorization for a Query

Hi,
I have assigned a single role to a user, in which I have authorization for all the Infoproviders, including authorization for reporting. The user is able to access most of the queries, except one query. If there is a problem, he should not have accessed all the queries.
What problem could have prevented the user from accessing on particular query???
Any Ideas will be highly appreciated,
Thanks and Regards,
Ravi Sankar

Some possibilities:
The one query which the user is not able to run , who is the author of this query?
You need to give authirozation for the object S_RS_COMP1.
If the user has authorization for this object, then the next possibility is:
The query may have a filter or a characteristic value for which the value is not set for the user.
Ravi Thothadri

Similar Messages

  • How to give user authorizations for a Program or an ICF service

    Hi,
       1)How to give user authorizations for a report program or an ICF service.
       2)How to create an user authorization object.
    Regards,
    Vinay.

    check this online help for more info on authorization object creation
    http://help.sap.com/saphelp_nw04/helpdata/en/52/67168c439b11d1896f0000e8322d00/frameset.htm
    for question no1.
    ICF - you either maintain the auth obj relevant at the icf service level itself or you can code call authority object and block access
    for abap programs:
    you maintain auth object at the tcode or code the call authority object within the program
    Regards
    Raja

  • How can i check the authorizations for a query in sap bw 3.1c

    Hi,
    While running one query i am getting warning message is  : you do not have authorization to read object ZVERSION  and few column results also not displaying.
    I would like to check is there any authorization check for this query and could you explain how we use the authorizations in our BW.
    Thanks in advance....

    if you execute su53, the authorization check failed cannot be displayed for reports. because you are executing query in BEx is it?
    for this you can trace the userid that executing query to check the authorization check failed. Go to st01 and find out the authorization check failed there.
    And you can find in RSRT too. i am not sure that.
    One more option is there to check the authorization with help of matrix that you prepared for assigning access/authorization to the users.
    Hope this would help you.

  • Authorization for ABAP Query

    Hello all,
    Can I benefit a little from your experience with SAP Query(ABAP) and Adhoc Query(ABAP)?
    My customer want to use both SAP Query and Adhoc Query.
    And they want to separate for SAP Query as preset report program and Adhoc Query as general-purpose reporting tool.
    And I want to know how to separate authorizations of SAP Query and Adhoc Query as below.
    As for SAP Query, users can only execute and cannnot change or delete it.
    As for Adhoc Query, users can save Queries they created or changed in Adhoc Query.
    I know there is only one authorization object for SAP Query:S_QUERY
    Is there any solution for that kind of request?
    Thanks and Regards,
    Hanae

    Hello,
    We have check in the abap program ask you functional to give the authorization object i.e. y_k_autchk
    and ask him for which filed we have to give authorizaion.
        AUTHORITY-CHECK OBJECT y_k_autchk
        ID 'WERKS' FIELD y_wa_tvarv-low.

  • Authorization for BEX Query

    Hi all,
          I badly need your help.i need to give authorization for a particular query.As of now when i execute that query it gives me "No Authorization" message. what authorization object i need to include in that role? Am sure that there should be some business content authorization object for the current situation.
    Thanks in Advance

    Hi Nanda,
    you need:
    s_rs_comp    -- for querries
    s_rs_comp1   -- for querries including the username, this is usefull if you would like to allow a user to change and create only his/her querries
    s_rs_hier    -- if hierarchies used in the querrie
    s_rs_icube   -- if autorization is switched on for the Cube
    s_tcode for rrmx of course
    s_gui and s_rfc for workbooks
    you can check the authorization process for a user with su53 and rssm
    Regards
    Pierre

  • Authorizations for adhoc query

    Hi all,
    I am facing a problem with authorization on adhoc query. The following is what I am trying to achieve: Power Users are able to design a query but they are only allowed to save the query with the prefix "p_"
    In PFCG I have set this up in s_rs_comp and s_rs_comp1 but I am still able to save the query under z_...... The role I have setup is quite plain, it has s_rfc, s_tcode, s_rscomp,
    s_rscomp1 en s_rsicube. Have I forgot to setup something else?
    anyone any idea?
    mcteam

    Hello James,
    I am trying to make it so my users can only save queries with the prefix "Y" I guess my problem is sort of the reverse of yours.
    My SDN thread is: 
    Only save queries if name starts with Y
    if you can help it'd be great!
    Thanks,
    Nick

  • User exit for reducing Query lines!

    Hello,
    IS it possible to use a User Exit for queries to reduce my resultpackage before the lines arrive the reporting area?
    For example:
    I have a due date and in case of an entry of a field in the query result package the <exit> must read a reference from a info provider to decide if this line of this resultpackage can be load or not!
    Query resultpackage
    Contract :
    a             look up in, ODS for example, decision! delete line from package or not
    and so on..
    b            Yes
    v            No
    f
    g
    Short form:
    Is it possible to manipulate the result package of a query in a user exit dynamically like described above??
    AND how is it to implent?
    Thank you for you answers!
    By Rene
    Edited by: NW-DEV on Oct 7, 2010 3:52 PM
    Edited by: NW-DEV on Oct 7, 2010 3:55 PM

    Hi,
    Is it necessary that you do this on the fly (during query execution)?
    A simpler way to achieve this is by adding a column to your cubes ... say Flag . Update this flag, during transformations. This Flag field will indicate 'Marked for Deletion' and you can filter out records in the Query, by adding this Flag Field in Query Restrictions.
    If you want to achieve this during Query execution, you may need to use Virtual Characteristics(You can search for the code/implementation steps on SDN). Again Flag field will be the Virtual Characteristic and Query Filters will contain Flag value exclusions.
    Regards,
    Advait

  • User authorizations for SU53

    Hi,
    I created a role for a user who has to see only POs with ME23N.
    Now I need to enable trx SU53 and related authorization for furthers trxs that I'll enable step by step during his activity.
    The message error is: "You are not authorized to use transaction SU53"
    Thanks
    Best regards

    add this transaction SU53 to the role as well in transaction PFCG. Authorization object S_TCODE can be used for this.

  • User authorization for goods receipt

    What are all the required user authorizations to perform an items goods receipt?
    Something in administration module authorizations is preventing a GRPO if "full authorization" is not given.

    Try Edit Document Tables.
    Thanks,
    Gordon

  • User Entry for BEx query

    Hi Gurus,
    When I run a standard Business Content query, I could see a dialog box popping up for the user to enter the values. This looks like a mandatory field. How do I modify this? Is there a code which I could do the modification, as to me it seems to be an SAP exit variable?
    Any help would be hugely appreciated.

    Hi,
    When we use variables in a query a pop-up appears at runtime. If we want to modify it, ie., if you want to delete this
    see for which field it's asking to enter the value, in Query -> Global definition -> go to that field, expand it, you can find a variable on that field, you can delete that variable or go to the left side panel and double click on the variable under the same field and modify it, under DETAILS change 'Variable Entery is' to optional from Mandatory.
    To create a variable right click on the field and create a 'New Variable'

  • User exit  for a query

    Hi Experts,
    I have to design a query wherein the user has to compare the forecast and the actual figures.Forecasting is done on weekly basis for next 12 months.
    Now in my selections i have
    period before forecast is frozen : say if user enters 6
    month interval : say Jan 2006 to march 2006
    now the requirement is
    that i have to display the forecast values of month january done 6 weeks prior to the week in which 1st of jan falls..
    this 6 weeks is because user entered 6 in the 'period before forecast is frozen'this is again variable as user may enter any number ..
    now again for the month of feb we need to consider the forecast value done 6 weeks prior to the week in which 1st of feb falls...
    and so on ....till the last month of the range...
    now if i write a user exit to find the week , 6 weeks prior to first month and restrict my forecast key figure with that variable it will pick the forecast value of all the months in that week and not 6 weeks prior to each month...
    please let me know if i'm right or wrong and also if u have ne solution for the same..
    is it possible thru some coding in user exit...
    i hope i'm able to word my problem ..
    Thanx in advance..

    Hi Bwer,
    True that my data in cube has 0calweek but my query requirement is that i have to calculate the 6 weeks prior not once but for all the month in month range ..that is if the user enters jan to july so for july i need to calculate 6 weeks prior to the week in which 1st of jan falls ,then for feb again 6 weeks prior to the week in which 1st of feb falls and so on..
    so say if for 1st of jan2006 lies in calweek 1 so 47th week of 2005 has to be considered and for feb 51st week of 2005 has to be considered then for march calweek 3 has to be considered...and so on till july...
    so its not that i have to pick up data from 47th week of 2005 for all the months...
    thanx...

  • Super User Profile for Bex Query Designer

    Hi There,
    What is the profile that will allow a user to create local queries, copy an existing (locked transported query), and change local queries - when the system is locked for change.  We are using SAP NetWeaver BI 7.0x
    Regards
    Fiona

    I'm not sure about a security profile, but you will definitely need to make a setting in RSA1 to allow a user to create/change queries when the system is closed for changes.  In RSA1 go to Transport Connection then click on Object Changeability.  Look for the entry for Query Element, and if it says Not Changeable double-click it so it says Changeable Original.  Now you will be able to create queries or change queries that were originally created in that system.  If you want to also be able to change queries that were created in another system (i.e. change queries in production that were created in dev) right-click and choose Everything Changeable.
    You can make similar settings for InfoPackages, process chains, web templates, etc.
    See [here|http://help.sap.com/saphelp_nw70/helpdata/en/0e/a7343e8c7f6329e10000000a114084/frameset.htm].

  • User Authorizations for Plant & Material Type

    The requirement says
    Get all the users having authorizations to transactions - QA11, QA12, MSC1N, MSC2N & MSC4N.
    Then filter out the users to those who have access to Plant & material Type which are entered on the selction- screen.
    now how to get those users who have access to Plant and/or Material Type entered on the selection-screen.
    Plz reply
    Thanks in advance

    Hi suresh,
    check the following standard program ,probably would be useful to you.
         <b>RSUSR010 – Transactions that can be executed by users, with Profile or Authorization</b>
    If you want the table for "user profile change history ", below tables can help you:
    <b>USH10
    USH02
    USH03
    USH12
    </b> Also check the following Tables would be useful,
    <b>UST12</b>
    Authorizations and Tcodes per Profile
    <b>UST04</b>
    Assignment of users to Profiles
    <b>AGR_USERS</b>
    Assignment of roles to users
    <b>USOBT_C</b>
    Authorizations associated with a transaction
    <b>USR02</b>
    Last logon date, locked ID’s
    <b>AGR_TCODES</b>
    Assignment of roles to Tcodes (4.6 tcodes)
    <b>USH02</b>
    Change history for users (e.g. who last changed users via SU01)
    <b>USH04</b>
    Display history of who made changes to which User Ids
    <b>
    USR40</b>
    Non-permitted passwords
    <b>USR41</b>
    Users with logon information (multiple logons)
    I have given u all possible tables,and the standard program select the according to your need.
    should solve ur problem.
    Thanks & regards,
    Pawan P. Khilari

  • USER AUTHORIZATION FOR T-CODE OB52 & OKP1

    Hi Experts,
    I would like to know if there is a t-code that assigns USER to open another t-code.
    OB52 & OKP1?
    I want to restrict this t-code for only few users....
    Is it possible?
    Need advice plese
    Rey

    Hi Rey,
        As per my knowledge the authorizations will be done by BASIS consultants.
    R.K

  • Which User Authorization for WD4A

    Hi experts,
    how can I check which authorization is necessarily to use my wd4a application in portal for enduser or customers? Customers should be so less authorization how possible...
    Thanks in advance

    Hi!
    It is a cumbersome way but it works. Create a test user and give him almost no authorizations. Then use transaction ST01 to activate an authorization trace for that user and then do it it step-by-step. Use the user to access application - stop ST01 trace - check for the failure - assign additional rights - restart trace- re-test - and so on ....
    Hope this helps.
    Regards,
    Volker

Maybe you are looking for

  • Jabber - 9.2.2

    Hi - We have CUPS 9.1.1 and integrated through CUCM 9.1.2 and associated the user for IM and Presence. We have below issue. 1. Users are able to login in Jabber, However they are not able to contol Phones.     Associated the Phone in End user and ass

  • How do I get Facetime to work on my iPod?

    I have an iPod 4G w/iOS 6.1.5 My friend has a new iPhone & we're trying to connect on Facetime. I've never used Facetime before. I do have a Facetime icon on my iPod. My friend has connected to someone with an iPad. What do I need to do to make it wo

  • To make selection period mandatory in Logical Database Report

    Hi All, My report is using customized HR Report Category with selection period as Key Date. My requirement is to make Key Date as mandatory field and with default value as sydatum. Pls help . Regards, Nibha

  • Indesign CS 3 and Palatino Fonts

    Hi NG, we have got the following problem : We had got a template with Palatino fonts in it. We already have the fonts installed and all is fine. But when we start the template we get an error that Indesign could not find the Font. We have tried the f

  • SAP WM-Intial Stock Entry

    Hi How to make Intial Stock entry in WM bin .Pls explain the process flow in details . IS that process of making initial stock entry in IM through Movement type 561 is first process.