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

Similar Messages

  • 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

  • "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;

  • How to add multiple users to a role in ECC 6.0

    How to add multiple users (say 1000) to a role in ECC 6.0?

    Hi
    You can actually add multiple users to a role using transaction SU01. From SU01, use the menu Environment->Mass Changes.
    Here you can manually add the users, select them by address or authorisation data. Once you have your user list, you can then add or remove roles and/or profiles.
    Secondly , You can use SU10 to do mass changes to multiple users including role assignments per logical systems
    Also check the following link:
    http://www.sap-img.com/bc021.htm
    I hope this should do it
    regards
    Chen

  • 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

  • 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.

  • 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.

  • Document.Add stop transaction

    Hi.
    Seems that adding a document during a global transaction, the transaction is closed. I explain better.
    I have to create a lot of draft delivery documents and I realized a loop on a collection.
    The loop is internally at a global transaction
    1)  m_cmp.StartTransaction()
    2)  For Each tmpDDT In rows
    3)    If Not createDraft(tmpDDT) Then
    4)      isError = True
    5)    End If
    6)  Next
    7)  If Not isError Then
    8)    m_cmp.EndTransaction(BoWfTransOpt.wf_Commit)
    9)  Else
    10)   m_cmp.EndTransaction(BoWfTransOpt.wf_RollBack)
    11) End If
    12) Private sub createDraft(tmpDDT...)
    13)   ' ...
    14)   ' transaction check point before add
    15)   draftDDT.Add()
    16)   ' transaction check point after add
    17) End Function
    After the transaction is started (1), I call the createDraft() routine (3).
    Checking the InTransaction state before the add (14) the transaction is up.
    Checking the InTransaction state after the add (16) the transaction is down.
    Can someone help me?
    Ciao
    Nicola

    Hi Nicola,
    In my experience, error -5002 is caused by one of two reasons:
    1) You are attempting to add a document with a blank line item. In the DI, you don't need to call oDocument.Lines.Add for the first line as it is added automatically.
    2) There was a bug when items that required serial numbers were added in the same document as non-serial items. This bug should have been fixed by now
    Hope this helps,
    Owen

  • I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing. Thanks, Tommy

    I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing? Thanks, Tommy

    // create the user profile, get the handle back,
    // and set the membership profile attributes.
    ProfileAdmin newProfile = null;
    try {
    // the users profile name is the domain      
    // he belongs to plus their userName
    // you will request.domain if your doing this from a servlet, domain_name is the domain_name the user belongs too
    String profileName = domain_name + "/" + user;
         if (debug.messageEnabled()) {
    debug.message("creating profile for " + profileName);
    // create the user profile object
    newProfile = ProfileManager.createProfile(
    getSession(), profileName ,Profile.USER);
    UserProfile userProfile = (UserProfile)newProfile;
         // set the role the user is a member of. Default is to set
         // the users to the default role of the domain they surfed to
         StringBuffer roleName = new StringBuffer(64);
    // request.domain instead of domain_name if your doing this from a servlet ..
    Profile dp = getDomainProfile(domain_name);
    roleName.append(dp.getAttributeString("iwtAuth-defaultRole"));
         if (debug.messageEnabled()) {
    debug.message("setting role for " + user + " = " + roleName);
    userProfile.setRole(roleName.toString());
    newProfile.store(false);
    } catch (ProfileException pe) {
         debug.error("profile exception occured: ",pe);
    return;
    } catch (ProfileException pe) {
         debug.error("login exception occured: ",le);
    return;
    HTH ..

  • Is it possible to add a user to a role at run-time?

    basically I need to be able to add a user to a role programmatically before the role-based content is displayed to the user.
    Example: I have a role called 'Manager' created in the portal. When a user logs on, I detect that the user has the attribute 'job title' = 'Manager' so I add the user to the 'Manager' role and the portal shows the content for the 'Manager' role.

    Hi Umesh,
    The assigning and unassigning of the users from the roles can be made dynamic using the IRole, IRoleFactory API's. The Blog below explains how users can be assigned or unassigned to a role programatically.
    Restricting usage of iViews and Pages
    Make some modifications to fit your requirement....
    Hope this helps.
    Regs,
    jaga

  • Add New Transaction code at OMBR - Version Print Indicator

    Hello
    I need to add one transaction in the Version Print Indicator List. I know it can be done.
    Can any one guide me  how to do, as "New entries" is grey there. ( To best of my knowledge it is done through some other route or means)
    Regards

    Hi,
    Use t.code SE16.
    Enter table name T158 and press F5.
    This will allow you to add new transactions to the table.
    Nir

  • Add Custom Transaction in IMG SPRO

    Hi All,
    I have created a Custom Table maintanence transaction and I want to add this transaction to IMG (SPRO). This needs tobhe added as an extra in one of the Tree for example  under the 'Materials management'
    Can any of you please tell me how can i do this.
    Regards,
    Midhun.

    Hi,
      You need to modify the structure ( node ) that you want to modify using transaction SIMGH. First you need to go to transaction SIMGH.
    In the IMG structure just press f4 -> you need to give the title of the structure that needs to be edited. f8. Then you can modify the structure -> insert node.
    You need to give the node text.
    After creating the node, click on the node and select insert activity.
    In the ID field give an entry, Give the description in 'name'.
    Please check this link on how to add a node in IMG.
    http://help.sap.com/saphelp_sm32/helpdata/en/9a/b7b2375ca97f68e10000009b38f8cf/content.htm
    <b>Reward points</b>
    Regards

  • Configurations required to add custom transaction under MSS in HRMS9.1

    Hi,
    Please let me know what are the setup/configurations are required to add custom transaction under Manager Self Service in HRMS 9.1.
    Thanks in Advance.

    As the server.xml is big enough, I took the minimum portion of it. Hope u can proceed with it.
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- New contexts -->
    <Context path="/xyz" docBase="pathTo_xyz" debug="0" crossContext="true"/>
    <Context path="/pqr" docBase="pathTo_pqr" debug="0" crossContext="true"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    You should also provide a WEB-INF folder under pqr or xyz folder.
    You should also provide a web.xml file under each WEB-INF folder.
    The minimal web.xml is
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtd/web-app_2_3.dtd">
    <web-app>
    </web-app>
    That's it. Try it out. Hope it is OK.
    Hafizur Rahman
    SCJP

  • Need to add a Transaction in the SAP menu in the Given path

    Hi All,
    I need to add a transaction in the enhancement menu in the specified path.
    Kindly share the method.
    Thanks in Advance!
    Chirag Shah

    Hi ,
    Go to SE43 and give the AREA MENU , and press the create button and add the Tcode...
    Regards,
    Bharani

Maybe you are looking for

  • My disk says it is locked while i am doing a clean install and i cannot find anywhere to unlock it.

    The disk is not shown as a selection to install to, but when I restart with options, it is given as an option as the startup disk. MacBook Pro early 2011 Mountain Lion OS

  • How to edit a waveform in Garageband?

    I am trying to stretch a section of a waveform (of a recording of a real instrument) in Garageband.  I have seen some people do it on Youtube, but they somehow get a different cursor to appear that allows them to select a part of the waveform, and th

  • Copy operation using key accelerators

    i have an application in which i have a jtree representation of an xml file, and also a syntactic view. I have introduced an edit menu with copy and paste operations, in which the associated action listeners determine what view the user is in, and th

  • Finder doesn't show correct "last modified" dates

    For the longest time, the Tiger Finder has not always shown the correct "last modified" dates for files. Is there any fix or workaround for this? Frequently, if I'm working in a folder with a bunch of files in it, and working in each individual file,

  • Adobe Reader/Acrobat and IE9 64bit

    We are unable to use the 64bit version of IE9 with Reader and Acrobat. It is my understanding that the 64bit version of IE9 is not compatible... is this correct?