List of Roles avaliable in BW

Hi
Is there any Table avaliable in BI from where we can have all the list of roles starts with Z** and the role names
so that i can down load/export to a excel
Thanks

You can do a query in tcode SE16 on table AGR_DEFINE for all roles (column AGR_NAME) that are in Z*. This will provide you with the text of the role name (column TEXT) for all of the roles.
I noticed that a previous post suggested AGR_TEXTS. That table can also be used but only if filter on where the line is null. Otherwise, you will not only get the role name and texts as it was initially created, you'll also get texts that were entered for every change that was made to the role (which in our case has been extrensive over the years for some roles).

Similar Messages

  • Report to see list of roles with no user assignment

    Hi Gurus,
    I need to know the transaction/Report where i can see list of roles which doesnt have any user assignment.
    Pls help me

    HII,
    To search for  roles with no users assignment u can run a report RSUSR070 AFTER EXECUTING TCODE SA38 in the progran field enter the name of the report and click execute button u get roles by complex selection criteria    then scroll down and in the selection according to user assignments  select  without user assignment then cli ck execute button u will get the roles with no user assigments............
                          Thanks and regards

  • How to get the list of roles assigned to a user in all the child systems

    how to get the list of roles assigned to a user in all the child systems from CUA SYSTEM

    Try transaction SUIM in your CUA system. Go to user, cross-system information, users by roles. If you run it wide open, you'll get all users and all roles assigned for all systems managed in your CUA.
    Krysta

  • How to Disply the List of Roles assigned to a  selected user ?

    Hi all,
    I have a specific requirement to develope using Webdynpro. I want to programically display the list of roles assigned to a selected user. Could some one help me . I promise to award points for the solution.
    Thank you in advance
    Regards
    Maruti

    Hi Maruti,
       Iterator rit = null;
    try
    IWDClientUser clientUser = WDClientUser.getCurrentUser();
    IUser user = clientUser.getSAPUser();
    rit = user.getRoles(true);
    IRoleFactory rfact = UMFactory.getRoleFactory();
    while (rit.hasNext()) {
    String roleName = (String) rit.next();
    IRole role = rfact.getRole(roleName);
    }catch(Exception e)
    e.getLocalizedMessage();
    check this thread too
    /message/1565111#1565111 [original link is broken]
    Regards, Suresh KB

  • Getting list of roles?

    Is there any way for code running behind a servlet (eg, with access to
    HttpServletRequest) to get a list of defined roles for the app, other than
    figuring out where web.xml resides, reading the file in and parsing the xml?
    It would be nice if it were a standard way of getting such a list across
    appservers, but even a proprietary API would be better than nothing... I
    haven't seen anything in the J2EE standards docs for doing so, for either
    the list of roles defined for an app context, and/or the list of roles a
    user's a member of (just the isUserInRole(name) call where you have to know
    the name of the role ahead of time).
    Thanks...

    Hey Mike,
    Sorry for the bad news, but there is no internal or external API to do this as
    of this writing.
    Joe Jerry
    Mike wrote:
    Is there any way for code running behind a servlet (eg, with access to
    HttpServletRequest) to get a list of defined roles for the app, other than
    figuring out where web.xml resides, reading the file in and parsing the xml?
    It would be nice if it were a standard way of getting such a list across
    appservers, but even a proprietary API would be better than nothing... I
    haven't seen anything in the J2EE standards docs for doing so, for either
    the list of roles defined for an app context, and/or the list of roles a
    user's a member of (just the isUserInRole(name) call where you have to know
    the name of the role ahead of time).
    Thanks...

  • ;-| Is it possible to get a list of Roles for the EJB Caller?

    Hi,
    from an EJB I can use isCallerInRole(role), however I would like to get a
    list of Roles that the user is in to do DB lookups for each role...
    I have an implementation under 'JBoss' which does a JNDI lookup for the
    SubjectSecurityManager using java:/jaas/other and then uses that to get at
    the roles...
    Is there a 'standard' way of doing this?
    Is there a 'SubjectSecurityManager' like beast on WebLogic?
    Any help would be greatly appreciated!
    Kind regards
    Lewis

    Hi Lewis,
    I believe there is not a method for this currently but I believe it has been suggested
    to our security team. Watch for this feature in a future release.
    It maybe possible to write a method for this if you are using a custom realm.
    Kind Regards,
    Richard Wallace
    Senior Develoepr Relations Engineer
    BEA Support.
    "Lewis Henderson" <[email protected]> wrote:
    Hi,
    from an EJB I can use isCallerInRole(role), however I would like to get
    a
    list of Roles that the user is in to do DB lookups for each role...
    I have an implementation under 'JBoss' which does a JNDI lookup for the
    SubjectSecurityManager using java:/jaas/other and then uses that to get
    at
    the roles...
    Is there a 'standard' way of doing this?
    Is there a 'SubjectSecurityManager' like beast on WebLogic?
    Any help would be greatly appreciated!
    Kind regards
    Lewis

  • List of roles and corresponding transactions and infotypes

    Hi Friends,
    I want to prepare baseline list of roles and corresponding transactions and infotypes that we have access to in Production system. Please let me know easiest way.
    Thanks,
    Ankitha

    In [this thread|Security - HR Authorizations; you'll find a similar question and some suggestions. Once you've got your roles it should be fairly easy to determine which transactions are in them.
    Jurjen

  • Listing item roles used by menu

    Hello,
    Just now joined forum and have a question about Forms V10.
    I have a menu (mmb- not in database) with a couple hundred menu items. Each item has
    several roles assigned to it. I would like a report report (or preferably an Excel sheet)
    that lists each role used in the menu and the items (with item label) assigned to that role.
    Can this be done?
    Thanks
    Sandy

    Hello Francois,
    I've never heard of this tool. Is this something I may already have because it's part of Oracle, or do I have to download/purchase it?
    And then I'll have to search for instructions on how to use it. Could I mess up the mmb file if I don't use the tool correctly, or is this read-only?
    Thanks
    Sandy

  • How to get list of Roles assigned to each User

    Hi,
    I have to create a list containing Roles assigned to each user in xMII 11.5.
    Need your help !
    Thanks in Advance !
    Regards,
    Alok

    Alok,
    Did you search (sometimes it is also good to make sure to search the forum for All threads not just the default time window)?
    https://forums.sdn.sap.com/click.jspa?searchID=22562502&messageID=5969490
    https://forums.sdn.sap.com/click.jspa?searchID=22562502&messageID=4890045
    More info from the help docs:  http://help.sap.com/saphelp_xmii115/helpdata/en/Connectors/IlluminatorSystemConnector.htm
    Regards,
    Jeremy

  • Area Menus - List of roles containing custom area menus

    Hi!  We have a few custom area menus.  These have been added into roles in the past.  Is there a way to list all roles that contain a specific area menu? 
    Any help is greatly appreciated!
    Marnie

    Hi Marnie,
    Everytime (parts of) a menu is used to create a role the transactions and menu paths (folders and transaction codes) are copied into the role menu as listed in AGR_HIER and AGR_HIERT. This action does not preserve a link to the original menu.
    I'm afraid there isn't an easy way to reconstruct the original relationship.
    Jurjen

  • UMX Roles - Is there a report which lists the roles created through UMX

    Hi
    Are there any reports available which will detail the roles created in User Management. We need a listing of the roles created by categories.
    tia
    Kumar

    Hi,
    If you are on 11i, there is no seeded report to list the roles -- Query the tables listed in "Oracle Application Object Library Release Notes, Release 12.1.1 [ID 566521.1]", under "3.8 Oracle User Management - SOX Compliance RBAC Reports" to get those details.
    The (List of Users"/" List of Roles/Responsibilities"/"List of Functions/Permissions"/"List of Data Security Objects) is only available in 12.1.1 and above.
    Thanks,
    Hussein

  • Need List of Roles/Users (Dialog only)/Department

    Hi,
    Can anyone help me with obtaining a list of users either in SUIM or from tables that would give me the List of Roles/Users (Dialog only)/Department.   I was not able to find any posts that show how to limit to dialog users only or any table that includes the users and roles and departments.   Any help would be appreciated.
    Thanks,
    Sharon

    gvk1305 wrote:
    Hi,
    > Quickviewer - SQVI is very useful tool for quick reporting. .
    > Regards,
    > VInod.
    Priceless definition - I am sure guys at SAP would be quite proud about it

  • How to get the user list under role

    Hi Gurus,
    in mdm console, if you select a role, you will see the users who are assigned to this role.
    how can I get this user list through java api.
    Ouser server is  MDM7.1SP5
    Best regards,
    John

    Hello John
    you cann't get users list.
    you can get user roles information since SAP MDM 7.1 SP3:
    com.sap.mdm.security.commands GetUserRoles Command
    A command to retrieve the array of roles for the specified user
    more about api  you can read here(What's New in MDM Java and .NET API - part):
    http://help.sap.com/saphelp_nwmdm71/helpdata/en/13/041975d8ce4d4287d5205816ea955a/frameset.htm
    Regards
    Kanstantsin Chernichenka
    Edited by: Kanstantsin Chernichenka on Mar 11, 2011 3:10 PM

  • How to list all roles which has defined in Oracle BPM

    Is there a way to get the list of bpm roles that defined in bpm by using ADF platform?

    Metadata rep - Click on the variable in any used query  - Gives you a list of queries where it is used.
    Or
    Try FM : RRM_SV_VAR_WHERE_USED_LIST_GET & RSZGLOBV for ID
    Or
    Just try deleting it - It wouldn't let you do that and it gives the where used list.

  • Report listing for roles

    Hi everybody,
    I am trying to find a way to get a list of all roles in BW/SEM environment and to see what reports are assigned to these individual roles. There's quite a bunch of them so I hope there's a way to do this more conveniently?
    Thanks in advance,
    Riku

    Hi Kalyan,
    thanks for the hint! I found the place and got something from there also. I have a problem anyway:
    in SAP_GUID colum I get some report names, e.g. "z_sales_last_week_01" but main part of thre report descriptions are in this kind of form: "41SSV4GC05KKSGP07FY09ICK0" or similar.
    in REPORT column I get either SAP_BW_QUERY or SAP_BW_TEMPLATE and for those _TEMPLATE ones there is usually proper report name. I am not very familiar with query designer side..
    Do you know why is this SAP_GUID filling like I described, something to do with languages or..?
    Thanks,
    Riku

Maybe you are looking for

  • ITunes won't open after update to 11.4. Running Snow Leopard 10.6.8.

    I did a software update for iTunes 11.4 and now it won't open. When I click it on the dock, it jumps once and doesn't open. I have tried re-setting permissions in disk utility and restarting computer after. My biggest fear is losing my 20GB of music.

  • Mac book pro mid 2009 tells me its start up disc is getting full?

    What does this mean and How can I fix this problem?

  • How to program to trigger off a channel then recording all other channels?

    I am converting my program from Visual C++ 6.0 to .NET (yup we are kind of slow so that we can use the new NIDAQ driver with M card.  Now I have some trouble converting the data acqusition routine.  I am trying to trigger off a channel then record da

  • Operation time out

    After successful deployment of my wcf service to staging or production I get the following message when I browse to the url: <big>Network Error (tcp_error)</big> A communication error occurred: "Operation timed out" The Web Server may be down, too bu

  • Issue regarding Business Role assignment

    Hi All, 1. I have a user Agent1 which is assigned to position POS_IC_AGENT in my org structure. In the infotype Business Role I have assigned IC_AGENT (standard) business role. IC_AGENT has PFCG role SAP_CRM_UIU_IC_AGENT assigned to it. But, when I r