List all UME actions of all Roles

HI all,
         I need to list all the UME actions associated to all roles. I couldn't find any API suitable for this requirement. Can some one help me on this. ? 
Thanks,

Dear P734305
Please have a look at [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=16442|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=16442] and search in the SDN. you can use the security api to list the UME data.
Refer to [Security API |http://help.sap.com/javadocs/NW04S/current/se/index.html]
Best Regards
Arun Jaiswal

Similar Messages

  • How to Display all UME Actions

    Hi
    I have a requirement to display all UME actions.
    and also display UME Action for Loged in User.
    So please let me know the code how to overcome these two requirements.
    Thanks
    VB

    Hi,
      Check this link for a list of UME actions. You can read that XML file and get the list of actions in your application.
    http://help.sap.com/saphelp_nw04s/helpdata/en/5f/670db7939b8e48999d65f8a05ad611/frameset.htm
    Regarding the actions for logged in user, you may have to check with javadocs if there is any classes available for this.
    http://sdn.sap.com/javadocs
    Regards,
    Harini S

  • UME Actions - Manage All User Passwords

    Hello everyone,
    I am trying to create a role for our service desk to be able to manager users and be able to unlock them and/or reset their passwords. So I created a role with the identity management iview and gave the role the assigned action "Manage_All_User_Passwords". On <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/5f/670db7939b8e48999d65f8a05ad611/frameset.htm">sap help</a> it says of this action:
    "Provides permissions required by a user to change the password of other users independent of company. This also enables the user to view all user profiles."
    Now the problem comes in with users in different companies. Any user I assign this role to is only able to search for users in their own company. Is there some other configuration I need to do or permissions I need to change to be able to manage the passwords of users in different companies?
    We are running NW04s SPS10
    Thanks for any help,
    Chris Bahr

    Yonko,
    The role's assigned to my test user are all user created. There are no other assigned actions that would interfere. I have not assigned the delegated user admin role as this would give more power to the user than we want. What we are going for is a role for our support people to be able to unlock and reset people's passwords. So we just want them to be able to be able to unlock and reset the passwords of all users in all companies, which I assumed manage all user passwords would do, but I am obviously missing something.
    Best Regards,
    Chris

  • Where are all the UME actions and UME roles stored?

    Hi there,
    I had a look at the SAP<SID>DB.UME* tables, it seems to me that they are not stored there.
    What I wanted to achieve is to build a list of all user, user to role assignment, all UME actions, and role to action assignment so that we can do some analysis of the data.
    Another related question is about the SPML based java API for user management in UME. It only allows you to list all the UME roles. What about the J2EE security roles? It seems to me that by using this API, you can not get a complete picture of user authorization, which includes both UME role and J2EE security role. Any comments?
    Thanks in advance
    GG

    Hi,
    I would suggest to use [UME Java API|http://help.sap.com/javadocs/NW04S/SPS09/se/com/sap/security/api/package-summary.html] instead of reading from the DB tables. You can get all users using methods of the class IUserFactory. The class IRoleFactory has method getRolesOfUser which gives you all roles for each user. Don't forget about roles assigned to user groups. Have a look also at package com.sap.security.api.acl. You should be able to get all ACL entries using [IAclManager|http://help.sap.com/javadocs/NW04S/SPS09/se/com/sap/security/api/acl/IAclManager.html]. Especially, check the code example. I've never done this but from reading javadocs it looks like it should be possible.
    Have a look also at this [document|http://help.sap.com/saphelp_nwce711core/helpdata/en/a4/d39b3e09cdf313e10000000a114084/frameset.htm]. It describes the authorization concept of the AS Java.
    Cheers

  • List of all users attached to a role iview time out / Action canceled

    Hello All,
    I've created a custom iview which pulls all the users assigned to roles. It gives all the users attached directly to the role and through a group to a role in a tabular form. The isolation method on the page is set to URL.
    It works fine when the number of users attached to the users are less. But for roles which has got about 30,000+ users it fails. Earlier it was giving me time out error. So increased the "Page timeout " to 25000000 which is very huge. Now it doesnt give me time out error but it comes up with a page saying "Action canceled - IE was unable to link to the web page you requested. The page might be temporarily  unavilable".
    When I run the report, it tries to get the users, it works for like 10 - 12 mins, and i think when its trying to put all those users in a table for display, it give me a blank screen (this is how it behaves for less users, just before its about to display the page), then i see IE status bar saying "Website found ....", then it says "Done" and then it gives a page saying "Acion Canceled - IE was unable to link to the web page you requested. The page might be temporarily  unavilable."
    Please help me out.
    Thanks.

    Hi Shikka,
    maybe you should not display that 30.000+ users...
    Just think how long the page will be....
    SAP uses for tables with more than 20 lines a "next page" button for a reason..... 
    How about you write the result in a txt file (in one of your par file folders) and have a download link in you iview?
    Regards,  Kai

  • List of all participants to a specific role using PAPI

    Hi,
    Is there a way, we can get the list of all participants with a specific role using PAPI.

    Satarama,
    Yes, it's possible to get a list of participants in a Role using PAPI. If you're doing this within a project (i.e. not from an external PAPI client), you can use the out-of-box catalog component Fuego.Lib.Role. Using Java syntax, it will look something like this:
        Role theRole = Role.find(name: roleName);
        Participant[] participantList = theRole.participants;If you're doing this from an external client, you'll find similar functionality in the class DirOrganizationalRole. In Studio, you can find this and related classes in the package Fuego.Fdi.*.
    Greg

  • Find roles by assigned ume actions

    Hi
    Does anybody know of a way to find out, which roles are assigned a specific UME action?
    In the identity management I can find a specific role and see all the assigned ume actions, but I want to find a specific UME action and see all the roles, that has this ume action assigned.
    Does anybody know how this is possible? May directly in DB?
    Cheers,
    Jacob Vennervald

    I have now tried to make a small java portal application that handles this but I can't seem to find at method to find which ume actions are assigned to a specific role.
    Does anybody have any input?
    /Jacob

  • Risk Analysis at user level shows nothing in all 3 views though at role level shows risks of global rule set

    I am configuring ARA 10.1 for a ECC 6.0 plug in development system and facing this issue. Risk Analysis at user level shows no data  in all 3 views though at role level shows risks of global rule set. I am using Global rule set. I generated all risks/functions & using connector group as SAP_ECCS_LG not SAP_R3_LG.I activated common, R/3 & ECCS BC sets. Added integration scenario for AUTH. Run all 4 sync jobs multiple times successfully. My system already has decentralised EAM 10.1 implemented & even used in production as BAU. I have checked at both chrome & IE. The misleading thing is that RFC is also working fine & I can see risks in Risk Analysis at role level & risky roles are even assigned to valid users.GRC is at SP4 & accordingly is the ECC 6.0 plug in. Thanks in Advance. Please  consider it urgent.

    Hi,
    Assign ECC connector to SAP_ECCS_LG group.
    Run the programs GRAC_PFCG_AUTHORIZATION_SYNCand GRAC_REPOSITORY_OBJECT_SYNC) in full synch mode(this might take time so better do this in background). Better do it sequentially.Check the logs of the jobs in SLG1 just to ensure everythings fine.
    Run ARA for a specific user and mention the connector for faster output. Ensure this user has the role with risks.Also as explained earlier check the GUID against user id in table GRACUSERROLE and using GRACROLE you can find out the technical name of the role updated in the table. This should be same as the backend role.
    Then run ARA and while doing so please ensure the selection screen doesnt have any unwanted default inputs. If followed correctly , this should be of help.  I am assuming the role analysis yielded correct risks as configured since this would mean that connector have correct actions and basic config is in place.
    Regards,
    Vivek

  • Import is not available all other actions are active but not import help?

    Import is not available all other actions are active but not import help? I wish to import bookmarks from internet explorer, I am using windows 7

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    *You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    *To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Deselect: [ ] "Permanent Private Browsing mode"

  • My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks la

    My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  Unfortunatly I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks later.  Need immediate help!!!

    Is it that you are using a PDF-based form? Did you copy and paste the Yes/No fields all the way down your form? If so, then all of the yes/no boxes are copies of each other and have the same name and properties in the PDF.
    For example, if you had:
         Question 1 and Question 1 Yes/No checkboxes
         Question 2 and Question 1 Yes/No checkboxes
         Question 3 and Question 1 Yes/No checkboxes
         Question 4 and Question 1 Yes/No checkboxes
    Then whatever answer you selected in Question 1 would populate down through the rest of the form.
    Changing the Yes/No field properties in questions two through four would eliminate the problem.
    I hope that helps,
    Brian

  • HT1349 When listening to songs on my itunes acct (without ipod attached), I can only play one song at a time. It doesn't automatically play next song on list. It happens with all playlists. It only started happening when I downloaded the latest itunes upd

    When listening to songs on my itunes acct (without ipod attached), I can only play one song at a time. It doesn't automatically play next song on list. It happens with all playlists. It only started happening when I downloaded the latest itunes update.

    Are all songs checked in your playlist?

  • I have a 5th gen ipod and recently all of my video podcasts stopped showing up in my ipod.  They still show up and play in itunes, just not in my video podcast list on my ipod.  All of the podcasts are Quicktime Large.

    I have a 5th gen ipod and recently all of my video podcasts stopped showing up in my ipod.  They still show up and play in itunes, just not in my video podcast list on my ipod.  All of the podcasts are Quicktime Large.  For some reason my ipod has stopped supporting Quicktime Large.  Now I've had to redownload every video podcast as Quicktime Small. 
    Anyone have any ideas whether this is from the the software version 1.3 and if they'll fix it in the next update?

    I'm having same problem, but QT Small videos are also not getting synced.

  • HT201269 hi i need help, i just go a new iPhone 5 and i want to put all my backed up stuff on, but it doesn't show on the list, how do i get all my stuff back and yes i did backup the old phone

    hi i need help, i just go a new iPhone 5 and i want to put all my backed up stuff on, but it doesn't show on the list, how do i get all my stuff back and yes i did backup the old phone

    Follow the explicit instructions in the article from which the thread was started and restore the device from the backup of the previous device.

  • If I wish to print Contacts as a list how do I get the list to be alphabetized.  All my contacts print but they are not in alpha order.

    Sign out

    If I wish to print Contacts as a list how do I get the list to be alphabetized.  All my contacts print but they are not in alpha order.-cannot find an answer other than use iCloud which did not work.Tried Safari and Firefox.
    What to try?

  • X-fi Extreme Gamers not in IRQ list, doesn't work at all.

    9X-fi Extreme Gamers not in IRQ list, doesn't work at all.O Lo mates,
    my specs:
    Intel C2D E8500
    Gigabyte GA-EP45-DS3R
    Club3D ATi 4870 52MB
    2GB OCZ
    2 WD Raptors connected to onboard raid controller
    X-Fi in PCI slot
    my problem:
    The X-fi isn't working as it should. It's not getting detected in bios / POST so it can ofcourse not be working in any OS (currently running Win7 7068
    I used to own a AMD 2500 / Asus A7N8X-E deluxe, and it used to work, but when I upgraded to a C2D E6600 / DFI Infinity it only showed up 3 times in my IRQ list / OS. This ofcourse is to blame to Creative, because they dont care about the PCI standard and didn't implement IRQ resource sharing in the Extreme Gamer card. After upgrading to my current setup (listed above) it's still not working at all, even though I tried disabling all onboard devices I dont use, and manually mapped IRQ channels to the PCI ports so they wouldnt share.
    The X-fi is fine, I recently put it in another pc with another brand motherboard, and it was detected instantly. Guess the guy who owns that pc had some luck with his motherboard don't feeling the need to share IRQ's at that particulair moment... its like Russian roulette.
    Is there anything i can do to get the soundcard to work even though it doesn't implement the PCI standards and therefore in my opinion failed as a soundcard and as a brand as a whole?
    Greats,
    eXistenZ
    Message Edited by existenZNL on 06-24-2009 02:34 PMMessage Edited by existenZNL on 06-24-2009 02:35 [email protected]

    = Hey mate:
    Havent seen your exact bios, but if you have a setting in it, called? reset [color="#000080" size="3">Extended System Configuration Data.
    Then that might shuffle your bios, per se and then let that card be redetected. I used to use that on my systems when swapping one single part in order to get all the IRQs to shuffle around again, and give one to my card. Do you remember when the magic number to give to your Creative card was IRQ 5, DMA Low of , DMA High of 5, address of 220 and port of 330? Well that is how I used to get my system to shuffle my printer ports and modems in order to bump that sound card to get the correct addresses. Also check to see if the edges of your sound card are blackened. Wipe them with your fingers and see if there is an ashy burned residue. This will tell you if that card has been electrically damaged, or oily/dirty. Also the backlplates on some sound cards are slightly bent and your sound card will fit into its slot, but not all the way. A hair off and that card will be picked by your system every couple of boots.
    Try this and let me know how it goes for you.

Maybe you are looking for

  • I was given up on and nothing is resolved...

    CandiceJ1120 Posts: 4 From: philadelphia Registered: Sep 16, 2006 ITunes cannot locate my songs suddenly... Posted: Sep 16, 2006 9:54 AM Click to reply to this topic Reply email Email ITunes cannot locate my songs suddenly...it wants me to show it wh

  • Setting up iCloud After iOS 6 for multiple devices and one Apple ID

    We have a shared Apple ID for our iTunes Store purchases.  We share a Mac, and we share an iPad.  Each of us has a separate iPhone.  How should we set up iCloud to enable us to download pics that we take with our iPhone automatically to iPhoto on our

  • Single User Mode - mount external drive and make it r/w

    How can I access a USB disk and make it read/write? I can't +mount -uw /Volumes/"Time Machine Backups"+ because it says that the disk is a special type. Can I just use chmod because the disk is automounted? When I attempt to chmod my USB disk, I get

  • Clarification on notebook hardware as HP is vague.

    No reply after 24 hours for a (now edited and repaced with this update) question either hp or owners should be clear on. Order is stuck without clearance in AK, a problem hp as repeatedly had. Poor forum experience (ignored entirely) as well as a stu

  • Translated # same as extension

    Ok, I'm sure this is probably something simple, but I'm a total ucm n00b, and searches aren't helping.  Tried reading the docs, but they are pretty over my head as well. Problem is, I have a translation pattern for 555-9336 that translates from 9336