Report or ways to find who removed portal roles for an user id ?

Hi Experts,
Scenario: if admin removes super admin role or any other portal role for my id. is there any possibility to see who exactly deleted the roles for my id?
Many Thanks
Sekhar

HI,
as Anja wrote, this is not possible with a default installation of the SAP Portal.
What you can do is to provide role provisioning with IIDM, GRC or ABAP user store solution instead of giving the portal admin the permission to change role <-> user attribution.
br,
Tobias

Similar Messages

  • Changes like password and removal of roles for all users

    Hi
    i want to change password for all users and remove single roles from all users.When i am doing this in SU10 changes are not reflecting for users.Please help reg this
    Vinod

    Me too...I have never been able to remove roles from multiple users with SU10.  I don't know if it's a bug or (more likely) just a confusing screen, but in 4.7 it never worked for me.

  • Removing a role from a user

    Hi All,
    My requirement is to remove a role from the user so the resources assigned to that role has to be deleted once the role is removed from the user. But I am having some trouble to remove the role in the workflow.
    I am checking out the view of type User and removing the role from waveset.roles and then checking in the view. I don't see any errors but the role is not getting removed from the user and in turn the end resource is not getting deleted.
    Can anybody post some points like what is the correct way to remove the role from the user in the workflow itself.
    Thanks in advance.

    Thanks for the reply.
    Nevermind, actually I managed to solve the issue, there was mistake in the express code.
    I have one question, can you help me? I am removing a role from a user and for example there are 2 resources (A and B) assigned to the role, while removing the role from the user it is deleting the account in both resources A and B but I don't want to delete the account in resource B. Is there a way to do this?
    I am the checking out and checking in the user view and I am using the following code but it is not working. It is deleting the account from both the resources.
    +<set name='delview.update.selectAll'>+
    +<s>false</s>+
    +</set>+
    +<set name='delview.update.accounts.selected'>+
    +<s>false</s>+
    +</set>+
    +<set name='delview.update.accounts[A].selected'>+
    +<s>true</s>+
    +</set>+
    +<remove name='delview.waveset.roles'>+
    +<ref>myrole</ref+>
    </remove>
    can anybody post some points regarding this issue?
    Thanks

  • How to find List of Erroneous Workitem for single user

    Hi Experts,
    I need to develop an application to find out Erroneous work items for each user.
    Is it possible to develop an application using GP API ???
    Please give any valuable inputs to my problem.
    Regards,
    Satya.

    Hi Satya,
    Thanks for reply.
    I am able to get Open task which are available to user, but i am not able get Erroneous work item.
    Can you give some sample code to get Erroneous work items.
    Regards,
    Satya

  • Creating portal desktop for the user

    Hi All-
    Please help me out...
    1) Could you let me know the detailed procedure ( if possible please provide screen shots) to create "Portal Desktop for the user".
    2)Suppose we developed a webDynpro Application and we need to make it Role Based access....please let me how to achieve this..
    3)Help me out in creation of "Roles" in Portal Content Development and the steps to assign pages to "Roles"
    Regards,
    Cris

    Hi Cris,
    Follow these links for the required info.
    Creating Portal Desktop for specific user
    Portal Branding for specific user
    Creating Roles & worksets
    http://help.sap.com/saphelp_nw04/helpdata/en/4f/bceaffeb8c114ebef8255b63079c7c/frameset.htm
    Integrating webdynpro in portal
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/2fffe990-0201-0010-aab0-e61c3250bcf3
    Hope I am helpful.
    Cheers,
    Santhosh

  • Moving Portal Favorites for All Users

    Hi,
    I need to migrate all portal favorites for all users from one environment to another (Test - Prod)
    How can I do this with ICE when all I can see in the userhome directory a folder with my username and my favorites? Where are all the other users favorites stored?
    Regards,
    Roaa

    Hi Rooa,
              All Users Portal Favourites are stored under Content Administration -> KM Content -> Root -> Userhome.
    This folder has all the data related / specific to a user. You can trasport this through to ICE to your other environment (QA or prod).
    Check if this helps.

  • Do I can create a page who is locked just for selected user?

    Do I can create a page who is locked just for selected user?

    The manner how you put files on the server is unimportant.
    It's the Webserver (usually Apache) itself that does the protecting.
    So either use the control panel where you host your website, or use the method explained on the page I linked to.
    Should look like this (on the left) :
    Your visitor will see this :
    http://home.wyodor.net/protect/
    Use : root/root
    Inside it looks like this :

  • Is there any way to find out the dependency information for column of view?

    Does Oracle provide some view / table / pl/sql pkgs to find out the dependency information for column of view ?
    For example, there are two table mytable1 (col1 varchar2(10), col2 date) & mytable2 (col1 varchar2(10), qty int), and there is one view myView as
    select mytable1.col1, col2, qty from mytable1 inner join mytable2 on mytable1.col1 = mytable2.col
    Can I get some information such as myView.col1 is come from mytable1.col, myView.col2 is come from mytable1.col2, myView.qty is come from mytable2.qty
    ?

    I can get the information about the columns list in table/view from ALL_TAB_COLUMNS table, but I wish to know the column in the view is come from which original table's column.
    Is there any way to find it out from Oracle meta data / through any PL/SQL packages ?

  • Any way to remove all "apps" for all users?`

    I get that the new start menu is a compromise, and it's neat that it's "back."
    What I'm not clear on, is if it's possible to remove/hide the "apps" for all users.
    I'm not keen on having all users have all of these, especially in a corporate environment.
    Would be preferable to have none, except for perhaps what's "allowed" by admins.
    Standard office users, power users, devs, artists, accountants, most folks at work simply don't have a use for most of these apps. I also don't want bandwidth constantly being used by any of the live tiles. If a user wants to know the weather, they can go to
    weather.com. If they want news, this is also available via any number of sites.
    The other compromise of having apps "windowed" is also nice, but for an office environment, I just don't see people firing up a sandboxed calculator app (or, any of the other built-in ones).
    Sorry, but honestly, I'd honestly just like to know if it's possible to set up a GPO, or use some other method to get the "apps" out of the way of the "standard office user."

    Hi techresource0,
    Use export-startlayout cmdlet to export the start menu configuration first:
    Export-StartLayout
    http://technet.microsoft.com/en-us/library/dn283401.aspx
    Windows 10 Technical Preview has a new policy under start menu  and taskbar:
    Meanwhile, I have two thoughts on this if you are planning your environment:
    One: a customized image.
    Two: customize default profile.
    For the first thought, you can uninstall all provisioned windows store app and then deploy this image to your environment. Of course, you can do this in an online system as well.
    Removing Windows 8.1 Built-in Applications
    http://blogs.technet.com/b/deploymentguys/archive/2013/10/21/removing-windows-8-1-built-in-applications.aspx
    For second thought, you may prepare default profile, it would always copy to new created user profile:
    Customize the default local user profile when preparing an image of Windows
    http://support.microsoft.com/kb/973289
    Alex Zhao
    TechNet Community Support

  • Portal favourites for all users to be same

    hi all,
    we have implemented ESS over portal and i have added some links to portal favourites.
    they are appearing fine in my portal favourites section.
    Now the requirement is that i want all users to see the same links when they logon by their respective ids.
    but this is not happening. those links are in portal favourites for my id only.
    Kindly let me what to do.
    the way I added those links was to just click over the link in ESS workset and from the page title bar, selected the option, add to portal favourite.
    thanks

    Hi Ankur,
    I guess you want one person to manage favorites for all the users of Portal. In such a case you can achieve this without any development work using KM. Just follow the below steps:
    1. Create a folder in KM inside documents folder (Content Admin > KM content > documents), say Favorites.
    2. Create links (external/Internal) inside the folder.
    3. Create a KM navigation I view by name Favorites and edit the property Path to Initially Displayed Folder = /documents/favorites (your folder path in KM)
    4. Add this I view to your homepage and page to the subsequent role
    5. Assign the role to the user.
    It works like custom favorites for all users using which you can centrally control user favorites just by adding or removing links in the KM favorites folder.
    Regards,
    Santhosh

  • How to add folder from KM content to Portal Favorites for selected users

    Hi all,
    I have cretaed  a folder in KM content (In documents) for uploading implementation related ddocuments.
    how to add this folder in "Portal Favorites" of selected users only.
    Please guide.
    Thanks in advance.

    Hi,
    well one way could be the following.
    Go into KM-Content --> Repository "userhome" --> select the user you want --> navigate into his folder Favorites --> create a new internal link in this folder to the folder you want
    In the favorites of the user there is now a link to the desired folder and after clicking a new window will be opened. You can copy this internal link to the favorites folder of the other users you want.
    Regards
    Alex
    Edited by: Alexander Götz on Apr 16, 2009 5:12 PM

  • RE: Hiding portal favourites for all users..

    Hi,
    I would like to know how to hide the "Portal Favourites" column in the Portal screen for all the users.
    It works for a customized iview.when i tried to do in Default framework page..its not getting applied for all the users..
    Can somebody tell me how to do this ?...Thanks.

    Hi Addy
    Content Administration->Portal Content
    navigate to Portal Content->Content Provided by SAP->End User Content->Standard Portal Users
    You can see the default framework page
    Open the framework.
    Select the desktop inner page check box and click OPEN.
    Now you can see the portal favourities iview.
    Remove it from the page.
    Also check this forume link
    remove portal Favorites
    Hope this information will help you
    Regards
    Ruturaj
    Edited by: Ruturaj Inamdar on Jul 29, 2009 7:52 AM

  • Massive portal role assign to users

    Hello, im trying to assign a portal role to almost 5000 users, as extra information, the portal has ABAP UME. How can i achieve this in a more practical way than doing it handly?
    Regards.

    Hi,
    Since UME is ABAP ,map the portal role with backend role in portal and then write some cat scripts in backend to assign the role to massive users
    Thanks
    Bala Duvvuri

  • Blank Page on SRM Portal only for one user.

    Hello Guys,
    Facing a challenging issue in SRM production Portal.
    We have one user who is getting blank page while accesing confirmation link on SRM Portal.
    Everything is working fine on Portal except this link for this user.
    Everyone can see that page except this user.
    I checked below things.
    a) This user has appropriate backend and Portal roles.
    b) User has appropriate permission on Portal(checked end user permission).
    c) Checked the settings of IE.
    d) User is getting the same problem in other machines as well.
    e) I did re-create his SAP  Id and still problem persists.
    Portal is connected to Active Directory.
    Please let me know what could be the reason for this problem.
    Regards,
    Kapilendra Yadav

    Thanks for the reply.
    User hasnt done anything. He didnt collapse the page as he didnt even get on to the page.
    I  cant check the user id on different browser because of clients IT policy.
    Regards,
    Kapilendra

  • How to find out roles for a user

    Hi Experts,
                How do i find the roles that are assigned to me and for other users of BW and R3.
    Thanks
    Dave

    hi Dave,
    you can try table AGR_USERS,
    UNAME for user and AGR_NAME = role(s) assigned.
    or transaction SU01 to see user detail.
    (normally bw developer no authorization for this).
    hope this helps.
    PS.
    Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
    Spread the wor(l)d!

Maybe you are looking for

  • Looking for a high gain portable digital antenna for HP Pavilion DV7

    Hi guys, I bought a PAVILION DV7-3160 eh laptop this year. It has DVB-T MPEG-4 digital HDTV tuner originally made by Avermedia. There is a problem that the digital signal is very poor at my living place. (It will be reduced until turning analog signa

  • Adobe trial version - fonttype Sabon (italic) not visible on PDF.

    In Indesign (i got the trial version and i am a newbie @ Indisign) i use font type Sabon (roman and italic). I am working under windows. I can see the font in Roman and Italic in the Indesign document on my computer, and when i export to PDF, i can s

  • File structure in iPhoto

    I made a couple of mistakes when I started using iphoto to organize my pics. First, I started renaming files and of course iPhoto then could not find them. Second I reset my camera file naming a couple of times, so I ended up with multiple pics with

  • Report Builder 6i not recognizing analytic functions

    Hi all, in an attempt to speed up a very slow query, I applied analytic function to it. I can save the query in report builder with no problems, however, I cannot create data links between this query and others. After I comment out the analytic funct

  • Whats a good JAVA book?

    What do you think is a good Java book for someone who has a little expericne with java? I have experience in COBOL and a little touch of C, and Visual Basic? Any suggestions? Thanks Justin