Add 1 transaction to multiple roles

Hi There,
I am responsible for the authorization of the sap customers for my company.
We have multiple roles for multiple company's within our own company.
Butt when i must add one transaction to the role admin, i must ad the transaction for al the roles of the different company's. admin company 1, admin company 2, and so on.
Is there an transaction i can do mass change's for multiple role's.

Hi,
There is a another way also, it could be done.
Create One common Role - <b>zrole_common</b>
This should be added to all admins of all companies
Create seperate Role for each company ( excluding auth in common role).
<b>zrole_company1</b>
<b>zrole_company2</b> etc.
Now assign <b>zrole_common</b> and <b>zrole_company1</b> to <b>company-1 admin</b>.
Now whenever, you wanted to add any common auth obj, add it to zrole_common and regenerate it, This will be effected to all admins.
I am not sure, how your Roles are maintained now. But if possible, go for this proven way.
Thanks,
Raj Sam

Similar Messages

  • Add a transaction to a role

    Hi,
    can someone send me the procedure to add a transaction to a role for a user?
    much appreciate ur help
    help would be rewarded.
    swaroop.

    Hi,
    There is a SAP delivered report that you can copy, remove the system type check and run. To do a landscape with delete, enter the roles to be deleted in a transport, run the delete program or manually delete and then relase the transport and import them into all clients and systems. 
    It is called: AGR_DELETE_ALL_ACTIVITY_GROUPS. 
    Regards,
    Sowmya

  • Report to fetch assigned transactions for multiple role.

    Hi,
    I am looking for some report or the way, i can get the list of transaction assigned to multiple roles in one go.
    Actually i tried SUIM, but here i have to specify one role at a time and have the list of transactions assigned to it.
    My scenario is, i have around 100 composite roles. Now there is a requirment for a report, which gives information of transactions assigned to each role. If i do it one by one, i have to do it for 100 times.
    Please suggest the best and quickest way.
    Thanks & Regards,
    Pravin

    > Another way could be to look into the AGR_1251 table for object S_TCODE values. But, this will populate transactions that could possibly not have included intentionally (in the menu). For eg there are many transactions which need authroization for another tcode in the background which have to be inserted as an authroization value.
    Which is good, because those are the actual tcode rights, not only the intended ones......
    To do this for composites I disagree with Julius on using Excel or Acces
    Try the SAP query tools, they're there for you. If you go to the quickviewer (SQVI) you can easily join tables AGR_AGRS and AGR_1251 by AGRNAME. Now if you look for object S_TCODE you can see the relation between a tcode assignment and a composite role.

  • Remove transaction codes from multiple roles at a time

    Hello,
    how to remove transaction codes from multiple roles at at time?
    Thank you in Advance.

    Hi Vanita,
             Why do you want to remove a t-code from all the roles. Are you no longer going to use the t-code. If this is the case then you can lock the transaction code in T-code SM01 so that no one can use it. But this would effect other users as well, it should only be locked if no one should use the particular T-code.
    Another alternative is to write a program to remove the particular T-Code from the table AGR_TCODES where the relation ship between the role and t-code is stored.
    Thanks.

  • "Error on page" while adding a transaction iview to Role

    Hi,
    I am getting javascript error "Error on page" when I am trying to add a transaction iview to a Role.
    when i click on the error it shows
                     error : Expected ')'
    The error is coming only for few iviews while for others it if working fine.
    Does anyone know the reason for this error?
    Thanks,
    Kanchan

    /* Formatted on 2012/04/25 14:22 (Formatter Plus v4.8.8) */
    CREATE OR REPLACE TRIGGER issue_book_tri
      BEFORE INSERT
      ON issue_book
      FOR EACH ROW
    DECLARE
      CURSOR a
      IS
        SELECT join_date
          FROM member_book;
      p_join_date   DATE;
    BEGIN
      OPEN a;
      FETCH a
       INTO p_join_date;
      IF p_join_date > :NEW.issue_date
      THEN
        raise_application_error (-20322, 'You may Issue book only after joining');
      ELSIF 1 = 1 -- uuuuuu miss the condition here
      THEN
        :NEW.return_date := :NEW.issue_date + 15;
      END IF;
      CLOSE a;
    END;

  • Multiple roles load balancing on Ms Exchange 2010

    Dear list member !
    Currently. I installed Ms Exchange SP3 Multiple roles on a single server. I have been planning deploy add a member exchange 2010 SP3 for redundancy DAG but these are
    people also IT operation told to me so install CAS, HUB, MB Roles will  Load balancing CAS, DAG based on TWO Server "Ex 2010 SP3:". Following  Microsoft document, then almost do not that.<o:p></o:p>
    Please feedback to able or unable
    very appreciate

    Hi,
    To load balance CAS servers, you need to use the Windows Network Load Balancing or the Hardware Load Balancing. For more details about this, you can refer to the following article.
    Understanding Load Balancing in Exchange 2010
    http://technet.microsoft.com/en-gb/library/ff625247(v=exchg.141).aspx#options
    If you want to deploy DAG in your environment and you also want to load balance your CAS servers, it is recommended to install Mailbox server role and CAS role on different servers. Because DAG members utilize Windows Failover Clustering, which can’t co-exist
    with WNLB. Of course, you can choose to use HLB to load balance CAS servers.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Attaching Transaction to a Role

    Hello All,
    I have created a transaction. I need to assign to a Role
    This transaction should be executed by Users having a  particular Role. Can ayone tell me how to attach the transaction to a role.
    Regards,
    Hazam

    Hi Hazam,
    You can do it via PFCG-> Role-> Change Authorisation Data-> Add the needed transaction .
    Reward points if this Helps.
    Manish

  • Add Z-transactions to menu

    Hi all.
    I want to add some Z-transactions to SAP menu to the following path:
    Logistic > Additional functions> Quality Management >
    I know SE43 is the right transaction to use but how can I know which Area menu I have to select (the above).
    I'll appreciate your help.
    Thanks all,
    Rebeka

    You can find multiple area menus for quality management, specify the specific node.
    these are few area menus
    MVV0
    MCVQ
    Q000
    QA00
    You can find more in f4 help by searching keyword 'QUALITY'.
    check these area menus and select appropriate menu you would like to add your transaction codes.
    Regards,
    Santosh reddy

  • Displaying multiple roles related to a single key value in a single view MVC 4

    Dear Team,
             My name is Ajay Sutar. I am newly learning MVC 4, as we are about to initiate a new project in ASP .NET MVC 4. I am using a details scaffolding to display a  single
    record. but now my single employee have multiple roles. As example,
     Emp_no    |    Role                     | Salary 
     E1             | Software Engineer  | 10000
     E1             | Tester                     | 10000 
    as i have used Details scaffold and FirstOrDefault method of linq for this view, I am unable to display the second role "Tester" in the  output. only first role is geeting displayed.
    What i want is :
    Emp_no : E1                 Role: Software Engineer                  Salary:10000
                                                  Tester 

    Hello,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    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.

  • Add a watermark to multiple files within a PDF Portfolio in Acrobat X Pro?

    Can I add a watermark to multiple files within a PDF Portfolio in Acrobat X Pro? If so, how?  It appears as though it is a removed option.

    I've figured this out. (kind of) not using PDF Portfolio; where you could apply watermark to multiple files in Acrobat 9.
    I'm answering my own question in case there are others looking to add a watermark to multiple files.
    Step 1: Open a single file
    Step 2: Tools>Pages>Watermark>Add Watermark
    Step 3: In bottom of Watermark Edit Box, Select "Apply to Multiple"
    Step 4: Select "Add Files
    etc etc.

  • How to add web template to a role

    Hi experts,
       I have to add a webtemplate to a role, how can i do it i mean which option i have to select in PFCG.
    Regards
    Prasad

    Hi Prasad,
    If you want to display the role after executing the template then suerly you need to add it the properties of the wen item menu role.
    Else it will not be displayed after execution.
    If it is for testing purpose you can test and remove it again.
    You can add in the wen template when you give it to your users .
    Regards
    M.A

  • Is there a way to add other transactions to Applications in BDT menu?

    Hi Masters!
    I'm trying to learn how BDT works. I'm trying to use it to make my own checks in some standard fields. So far I'm able to call my own function at 'View'->Further Checks. It's working fine.
    But my problem is:
    At the BDT menu (BUPT) there is only one Application (Maintain Business Partner - transaction BP). But I want to check the fields (Tax Numbers) in another transaction (BBPMAININT).
    Does this mean that I can only use the BDT controls in this transaction? (It seems to be so; I couldn’t get into my function with BBPMAININT)
    Is there a way to add other transactions to the 'Application' folder, so I can manipulate the fields, views or screens? If there is please tell me how... I checked the documentation but couldn’t figure out...
    Do you have any other ideas of how to make my validations with the standard field (withou changing the standad code)? (NOTE: there is no BADI to do this).
    Thanks in advance,
    José Omar

    Write a custom carousel.  Usually carousel components are just ULs that use something like jQuery to rotate through the LIs.  The foundation carousel component is really just designed for some specific use cases.  Generally I would just recommend rolling your own.

  • Visual Totals and users in multiple roles

    Hello,
    I have a few questions regarding dimension security and visual totals enabled.
    The infrastructure:
     - multiple roles
     - users are members of multipe roles
    1) if I have multiple roles and the user is member of multiple roles  - if I set "Visual Totals" to true on one role it does not work?
    2) same as "1" but if I set the visual totals on all roles it does not work?
    is this the intended behavior? - does it only work if the user is only in one role? or do I do something wrong?
    We want to have on two roles visual totals and on the others not - if possible. And if the users is member of other roles it would be OK if he sees all values..
    3) How would Visual Totals work if I allow some nodes but deny all children of the node?
    4) Is there some advanced documentation - which extens the information from "ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/uas9/html/b028720d-3785-4381-9572-157d13ec4291.htm"
    Thanks for your help.
    HANNES

    Years after I am going to search for the same answer I was looking 7 years ago....
    Maybe someone out there can answer them now?
    http://www.hmayer.net/

  • Need to add Standard transaction code to User Menu.

    Hi All,
    I need to add Standard transaction code to User Menu. How this can be accomplished?
    Thanks

    Your Security and/or Basis team probably have control of the user menu settings.  On the other hand, if this is for YOUR user menu, you could choose to simply adjust your favorites.

  • SMSY//Logical component definition - multiple roles for one system?

    Dear all,
    as our client has a divided system landscape (three-tier operational line as well as two-tier development line) some systems have more than one role to fill. The development system on development line is source system for all developments, as well as post-processing system for retrofit purpose from operational line. The maintenance system on operational line is target system for developments from development line, as well as source system for maintenance activities on operational line.
    --> What are the consequences of assigning multiple roles to one system?
    --> Is there anonther option than assigning multiple roles?
    Best regards
    Nick

    We have Event Manger 7.0 installed into a stand-alone SCM 7.0 system. When trying to set this up in SMSY, the only options given for setting up the Logical System is to associate with with EHP3 or EHP4 for in ECC 6.0.
    Obviously we have not installed EM into ECC. So where are the other appropriate entries in SMSY for recognizing that EM is installed in SCM?
    1) This system must be maintained as SCM 7.0 in SMSY and not as SAP ERP 6.0 or EHPX for SAP ERP 6.0, this is the reason as you can see this system SCM 7.0 can be assigned just to SAP ERP 6.0 or EHPX for SAP ERP 6.0.
    2) There's no Main Instance available to be selected when you have a SAP SCM 7.0. You must select one or more of the following main instances below.
    BI Content
    SCM Server
    cFolders on SCM Server
    GEOCODING
    Portal Content
    SAP LiveCache
    SAP NW - Adobe Docu. Service
    SCM Optimizer
    SCM WCL
    XI Content
    These are the main instances available to SCM 7.0

Maybe you are looking for