Giving authorisation to specific users for usage of variant

Hi,
I created variant for one report. Now i need to give authorization to specific users for usage of variant.
Please let me know how to do this.
Regards
SRee

hi
jus check out these threads
Re: Authorization for creating variants
Report variant authorization
hope this helps
regards
Aakash Banga

Similar Messages

  • How do I know  what transactions executed by specific user for last month

    All
    We have a request to find out  what transactions are executed by secific user
    for last couple of months.
    Is there any report in SAP would tell me ?
    Please advise.
    From
    PT.

    Hello PT,
    If you use the search for the term "How do I know what transactions executed by specific user for last month" then I guarantee you some good hits in the result, and further more detailed search terms to use...
    Cheers,
    Julius
    (this time in response to the correct thread...)

  • Auditing a specific user for their session

    Is it possible to enable/disable auditing for a user in a way similar to enabling/disabling a role?
    What I'm trying to do is - enable auditing for a user when they login to an application (where the application enables it's roles via an application based role - (role identified using a package)) and - when the user logs out have auditing automatically 'disable'.
    I'm not sure if this is possible. Any insight/suggestions are greatly appreciated.
    Thanks!

    If I am understanding your question correctly, you can use fine grained auditing for this. As far as I know, you can't conditionally audit using regular constructs. You can do something like...
    begin
      dbms_fga.add_policy(object_schema   => 'YOUR_USER',
                          object_name     => 'YOUR_TABLE',
                          policy_name     => 'YOUR_TABLE_AUDIT',
                          audit_condition => 'sys_context(''userenv'',''os_user'') = ''howards''',
                          audit_column    => 'YOUR_COLUMN');
    end;
    /This will create an audit record in dba_fga_audit_trail whenever the os_user howards selects the given column from the given table. If the same database user executes the select while connected to os_user 'raymond', the select won't be audited.
    Some of the sys_context parameters are easily spoofed, but the idea should hold true no matter how you evaluate the session.

  • Track of users for deleted query variants

    Hello Gurus,
      I would want to know if any particular transaction is there for tracking users who deleted the query variants. I might have to recreate few of them needed for development.
    Thanks,
    Kind Regards,
    Sunitha

    Hi Sunitha,
    I'm not sure if the technical content will help, I guess that activating the statistics and other technical content you can audit it, but, I think it will necessary turn on some function, unfortunately I don't know which one is necessary.
    Will try to update the message how to do it.
    Thanks,
    Daniel

  • Oracle user for backup tool

    Hello,
    I´m with some doubts regarding an error that I´m facing right now. We need to setup a RMAN tool for we can do backup of our SAP system (with Oracle Database) but it show me the following error when I insert the user name PRDADM ( which is the <sid>adm).
    I don´t know which user we need to use at this stage and which privileges it needs to work and make the backup action of this oracle database.
    This is the error:
    This user account does not have the privileges that are required to log on to the Oracle database.
    In SQL Plus I checked which users I have in dba_users and this is the output:
    SQL> select username from dba_users;
    USERNAME
    OPS$SAPSERVICEPRD                                                                                      
    OPS$PT\PRDADM
    OPS$PT\SAPSERVICEPRD
    OUTLN
    OPS$PRDADM
    SAPR3SHD                                                                                                                                          
    DBSNMP
    SYSMAN
    SAPR3
    OPS$LISES1001\SAPSERVICEPRD
    MGMT_VIEW                                             
    OPS$LISES1001\PRDADM
    OPS$ORAPRD
    SYS
    SYSTEM
    DIP                                                                                               
    TSMSYS
    Can you help me please. Can you tell me which user I need to use?!
    Kind regards,
    samid raif

    Hello samid,
    Try this...
    In Symantec tool (Backup Exec) you have to insert the following information:
    In "Database Access" tab, you must use an OS user with the required privileges which are described in the following article from Symantec:
    http://www.symantec.com/docs/TECH63665
    In "Oracle" tab you need to add which oracle db instance you want to connect and also you need to insert an oracle user! For this I would suggest you to create a specific user for this backup procedure (<orauser>):
    create user <orauser> identified by <orauser password>;
    Then you need to add the required privileges for this oracle user, which are mentioned in the following article from Symantec:
    http://www.symantec.com/docs/TECH82892
    Now I guess you have all you need to run a backup without problems!
    Kind regards,
    João Dimas

  • How can I give administration permissions to a specific user+group on wiki?

    How do I give administration capabilities to a specific user for only ONE specific group on my wiki server, not all of them.
    Anyone know the simplest way to do this?

    Really all I'm looking to do is to keep my web site exactly the same but limit the reading and writing capabilities of some users on specific groups/wiki pages/blogs but still allow them to read and write to other specific ones that somehow I would designate.
    For example: I'm setting up a group for multiple users (about 15), and they each have their own page within that group, however i want to give them very limited administration capabilities on the site, all I want them to be able to do is to edit their own page, NOTHING else in the group
    there's gotta be a way to do this without 3rd party software installation that seems complicated enough on it's own, isn't administration capabilities a fundamental part of wikis?
    Someone has to have gone through something similar, any help?

  • How could i get the kernel and user cpu usage for each process

    Hi all,
    In order to monitor the system CPU usage, I would like write a script to gather the kernel and user CPU usage for each process, like the prstat or top does. As always missing the shortlived kernel usage, prstat or top cann't get the precise CPU usage. I checked with the dtrace syscall, proc and fbt provider, but don't get which one is useful.
    Please provide your comments and suggestion.
    Thanks in adv

    mail2sleepy wrote:
    As I've studied the "dtrace" for a while, and seems Sun gives a pretty high score on this new feature.....I do want to know whether there's some probe can work for it, like writing a "dtrace" version prstat.You can write a prstat without dtrace. Because that's just polling at specific intervals and reading some process structures from /proc. You could have dtrace fire a probe every 5 seconds and read the same thing, but it wouldn't really be using any features of dtrace. Trhying to write it "in dtrace" doesn't make much sense.
    What you could do that would be harder via other methods is to fire a probe at process exit that displayed the process information including total CPU time. They could print exactly when processes exited. Doing that without dtrace would be very difficult.
    Darren

  • Restrict Duplicate print of receipt smartform for specific users

    Hi Folks,
    I have a custom driver program to print Customer Receipt and everything is working fine. But now I have a requirement saying I have to restrict the print option to specific user in case of print of Customer Receipt more than once.
    I found a parameter TDAUTORITY in smartform control structure SSFCOMPOP but since there is no documentation for this structure, I have no idea what is this parameter for.
    So, request you if you could guide through how to meet my requirement of restricting duplicate print for userids.
    Thank you.
    Regards,
    Sud.

    Thank you Brad for your reply.
    Since mine is a custom driver program that is not linked to any Output type in NACE, I can not use the NAST table variable. the NAST table is never updated since my program is a complete Z developement with selection screen to input the values.
    So , I believe that I am left with the Authorisation object approach. I shall use the AUTHORITY-CHECK for the user and should proceed accordingly.
    Thanks again !
    Regards,
    Sud.

  • User specific settings for message ME161

    All SAP Gurus,
    Is it possible to have user specific settings for message like ME161?
    We want the message ME161 to be displayed as warning message to one user and the same message to be displayed as an erorr message to another user.
    Is it possible?
    Regards,

    hi,
    In addition to the above data:
    Messages are defined like this:
    Version     AG      No.      Text     TYPE
    Normally, in std case,
    Version will be always 00 for system defined messages....
    Now if you wanna make the the same message as authorised,
    then copy this exsisting message....
    While copying system will ask for version, here enter it it Z*
    Now on the other hand make the other settings for user/user grp in SU01 and here set the user parameter as MSV(THIS IS MUST)....
    and then try...
    Regards
    Priyanka.P

  • How can i open period for specific user in OB52.

    Hi Expert,
    How can i open period for specific user in OB52.  As 'Authorisation Group' field is there in OB52, how can i use this field to restrict the specific user to post for particular period.  How can i creat authorisation group and where can i assign it to the particular user...
    Please let me know?
    Thanks and regards,
    Sam.

    Hi,
    Here is the detailed process as outlined in SAP help.
    Procedure
    If only a limited set of users is to be able to post in a particular posting period, proceed as follows:
    Add the posting period authorization (authorization object F_BKPF_BUP) to the authorizations of the selected users. Assign an authorization group (e.g. '0001').
    Enter the account type '+' for the posting period variant to which the restriction is to apply. Enter the period(s) whose use is to be restricted in the first period, those which are available to all users in the second period, and the authorization group (e.g. '0001') in the last column.
    Examples
    A posting period can be successively restricted. If, e.g. 10 users have the posting period authorization with authorization group '0001', and 3 of these 10 users also with authorization group '0002'.
    If the period is only to be accessible to the 10 selected users the authorization group '0001' is entered in the posting period variant. Access can later be restricted to the remaining 3 users by entering '0002'.
    Thanks
    Venkata Ganesh Perumalla

  • Draft Documents View is empty for a specific user

    Hi,
    For a specific user, when he goes on the Document Draft Reports, the Sales Document sub-form is empty. Meaning that when he ticks the "Sales Documents" option, the boxes to choose specific Sales Document does not exist (e.g. Sales Quotation, Sales Orders etc.). This happens no matter what are the other options (e.g Open Only or User Option).
    The other lists (Purchasing and Stock) are working properly. Again, all the other users do not experience the same issue as the form is working properly
    The installation is on 2007A SP01
    Any ideas?
    Thanks in advance
    Gerasimos

    Hi Gerasimos.......
    I'm sure this is a Bug in your system. If you have any of the adons then please Disconnect it and also try to create new Super User and give him license and then check with this new user for the same output.......
    Else I'm afraid you need to raise a support ticket to SAP.......
    Regards,
    Rahul

  • How to apply Software Restriction policy for specific user in local group policy object ?

    I am working on implementing user based software restriction policy programmatically for local group policy object.
    If i create a policy through Domain Controller,i do have option for software restriction policy in user configuration but in local group policy editor i don't have option for that.
    When i look for the changes made by policy applied from Domain Controller in registry, they modifies registry values for specific users on path HKEY_USERS\(SID of User)\Softwares\Policies\Microsoft\Windows\Safer\Codeidentifiers
    They also have registry.pol stored in SYSvol folder in Domain Controller. When i make the same changes in registry to block any other application, application is getting blocked.
    I achieved what i wanted but is it right to modify registry values ?  
    PS:- I am using Igrouppolicyobject API

    I achieved what I wanted but is it right to modify registry values ?
    You also can modify a registry programmatically based policy. Check this:
    http://blogs.msdn.com/b/dsadsi/archive/2009/07/23/working-with-group-policy-objects-programmatically-simple-c-example-illustrating-how-to-modify-a-registry-based-policy.aspx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to block the status mail for an inbound Idoc to a specific user

    Hi,
    I have to stop sending the error status mail to a specific user depenidng on Partner Type. This will trigger when an inbound Idoc contains status error(message type INVOIC &ORDRSP).This user needs other mails which are getting triggered with the same Idoc for the same partner. Basically, the requirement is to block only the status mail for that user. The statndard task for this is TS70008125 and it uses the agent determination rule 30000001 (Idoc Administrator).in WE46, this task is assigned to process code EDIR. I have copied the task to a custom task and changed the agent determination rule. I would like to know how will I configure this task so that this custom task will trigger for the status error, without altering other workflows for the same message type & the partner type. Or is there any other way to block the mail?
    Thanks,
    Santosh

    Hi,
    I have done the required coding to exclude the specific agent from the rule,copied the task and its ready. My question is how do I map this custom task to a particular partner type, for the message type INVOIC in WE20? (The message type used for the inbound Idoc is INVOIC). I checked the Partner profile in WE20. Most of the process code is using function module as the processing type.
    Thanks,
    Santosh

  • How to create a special view for sharepoint list A and deploy this view to specific user personal view?

    How to create a public view for sharepoint list A and deploy this view to specific user personal view? Is that possible OOTB?

    Views cannot be exported or moved. Can you elaborate your requirement?
    --Cheers

  • Interactive report gives an error only for a specific user

    An interactive report based on a very complicated select gives an error only when a specific user is logged on.
    The error is:
    ORA-00932: inconsistent datatypes: expected - got CLOB.
    For other users logging using this page it works fine.
    Authentication for this application is done using a stored function.
    The query does not use the current userid in it.
    Why does it fail for a specific user? if there is a problem, it should fail all the time.

    Hi ankur,
    By what you said the report dont have any date parameters or no date columns.
    "Query execution was not successful ORA-01843 not a valid month." This means it is related with date mask passing a invalid month into date column or argument to to_date function.Check once the session date that is 'dd-mm-yy' or anything else
    select * from nls_session_parameters where parameter = 'NLS_DATE_FORMAT'
    select to_date('01-DEC-06'),to_date('01-12-06') from dual;
    Also a general question whenever I am trying to mark any question as 'Helpful', the status is not changing. Is there anything I am missing.While you flag it 'helpful' or 'correct',it takes you to other screen where you see "Yes, the question is now answered" click the radio button and then click ok button.
    Hope its helpful.
    Best Wishes,
    Kranthi.
    Edited by: Kranthi.K on Jun 8, 2009 9:00 AM

Maybe you are looking for