Reset password, block or unblock user in a R/3 from the SAP GRC AC 5.3

Hello,
I have 2 doubts.
I want to know if a user can reset his password of the R/3 from the SAP GRC AC 5.3 automaticly.
And can someone block or unblock a user using  the GRC AC 5.3 automaticly too?.
I know you can create a user automaticly from GRC, but can I do those 2 things?
Best Regards.
Pablo Mortera.

Hello,
What I don't get is, that why do I need the HR module (HR Trigger) to lock, unlock, password slñf service of a user ID. The HR module uses employees attached to a user ID if it has one.
Why do I need the HR module to configure the automatic request access?
Best regards.
Pablo Mortera.

Similar Messages

  • How to reset password for a web user via GUI?

    Hi,
    How to reset password for a web user ID via GUI? is it possible?
    Thanks.

    Hi,
    You can  reset the pwd for the user through trascn SU01.
    BR,
    Disha.
    *Pls reward points for useful answers.*

  • Block and unblock users

    Hello,
    I am triying to build an application that block and unblock users, using UME api.
    This is the code that I created, but it is not working, I always get the exception. I call this method in onClick event of a button.
    My user's database is a LDAP.
    public void onLocked(Event event) throws PageException {
                   IUserAccountFactory useraccountf;           
                   IUserAccount useraccount;
                   String uniqueId;
                   boolean locked;
                   try{
                        useraccountf = UMFactory.getUserAccountFactory();                    
                        uniqueId = useraccountf.getUserAccountByLogonId(username).getUniqueID();                    
                        useraccount= UMFactory.getUserAccountFactory().getMutableUserAccount(uniqueId);
                        locked = useraccount.isLocked();
                        if (locked == false){
                             useraccount.setLocked(true,2);
                             useraccount.save();
                             useraccount.commit();     
                             componentState = SUCCESS;
                        else{
                             myBean.setError(true);
                             myBean.setMessage("El Usuario ya estaba Inactivo");     
                             componentState = EDIT_USER_DATA;                    
                   catch (UMException e) {
                        e.printStackTrace();
                        componentState = ERROR;
    Thanks,

    hello, please see https://blog.mozilla.org/tanvi/2013/04/10/mixed-content-blocking-enabled-in-firefox-23/ for details why this is happening. firefox doesn't block vimeo in particular, but all active content (scripts, flash objects, etc.) that is served via http:// one sites that otherwise use a secure connection (https://).
    i think vimeo is currently working on that: http://vimeo.com/help/faq/embedding#https but otherwise you'd have to temporarily switch to serving your site via http:// to avoid the issue...

  • User role for service requests from the SSP

    Does the End User role have enough permissions for users to create service requests from the SSP?  I know for incidents it is but I am not sure about service requests.  If you go through the Service Catalog Checklist, step 5 to create the User
    Role brings up a new role based on the Author role and not on the end user.

    here step by step procedure with user access.
    http://www.concurrency.com/blog/scsmportalpermisions/
    Cheers
    Antoine AL Ibry

  • Used "Reset Password", now "No available users"

    I started up an old G4 running OS X Server 10.4.1 but couldn't remember the user or password. I put in an Install Disc, ran "Reset Password" from the disc, changed the password for our "Admin" user (not the System/Room user), hit "Save", Quit and restarted the computer.
    The new password wouldn't take.
    I put in the Install Disc again, ran "Reset Password" again but now my volume indicates that there are "No available users".
    Can anyone help me out?
    A million thanks in advance.
    G4 Mac OS X (10.4.1)

    Perform the instructions in sections 1 and 2 of this article; if you don't have a backup or the issue persists, perform the instructions in sections 1 and 3 and then recreate the accounts in the same order they were initially created with new passwords. None of your documents or other files will be deleted from the computer if this is done properly.
    (16140)

  • New user needs to reset password asking for old users password

    Attn: My new Mac friends,
    I just bought me a mac pro with the operating system
    X Already Installed and because its a used macintosh the old administrators logon name appears and of coarse its asking for the password.
    I need to know how to reset the password and put my password in it without the use of the disc to the OS x.
    Or maybe clear the password at startup by entering ?
    (what Key on the Keyboard do I press to enter the computers system bios or adminastrator?
    thanks susan ([email protected])

    Welcome to Apple discussions, Susan!
    On a Mac you have to have the system disk in order to reset the administrator password. You should ask whoever you bought the system from to give you the disks. Without these you will be unable to fix many of the problems that occasionally arise. At the VERY least, you should be able to get the password from the person you bought it from.
    Just for future reference Macs don't have anything equivalent to the BIOS. That is a PC thing.
    Also this forum is for people who want to program on the Mac a much better forum would be the "Installation & Setup" forum under "Tiger"
    http://discussions.apple.com/forum.jspa?forumID=752
    Finally, it isn't a good idea to post your e-mail address in public forums like this. Spammers can, and do, read through and add your address to their lists. Additionally the expectation is that all answers will be made to the list, so that others can get the help as well. If you want people t be able to reach you directly, you can go to "My Settings" on the right and add your address there. It is much harder for spammers to get your address that way. If you wan to know that someone has responded to your post, you can "subscribe" using the "My subscriptions" link, also on the right.
    Enjoy your Mac!

  • How to make a report to display next 18 months of data with when user select a particular month from the filter in power pivot tabular model.

    Hi,
    i have a  dimension table  with month_key having values (201201,201202,201203.......202011,202012) and month name ( Jan 12, feb 12,......NOV 20, Dec 20)  and a fact  table with columns (month_key ,measure_types, Amount)
    My requirement is to create a power pivot report  in which when a user select a month from the filter, the report should display the (selected month+18 ) month's data against each type . when JAN 12 is selected ,the jan 2012 +18 = june 2013
    , month name should be populated with months till june 2013 only .
    i tried creating calculated column"END DATE " in the fact table with  dax expression to calculate the 18th monh from the current month  as below 
    month_key END DATE
    201201       201306    
    201202       201307      
    and thought of filtering the table with month key <= ENDDATE but it is not working as expected. could you please guide me on this ? Is there any time intelligence function that serve the purpose . Iam using  excel 2010
    ..hence could not do any calculation on the report side also. please suggest .
    Thanks in advance                                                                                                                                               

    Do you need to show the measure calculated for those 18 months as a total on 1 row, or do you need to select a single month and then display on row filters 18 distinct rows?
    The first is trivial as driezl has suggested.
    The second will require a second calendar table.
    I created this example workbook for a coworker who had a similar problem. You will have to use the disconnected table as your filter and pull your related table onto the rows.
    Finally, the easiest way to deal with the sort of date arithmetic you need to do is to restructure your date table to have a series of "Sequential" fields. These fields should be the number of units of time since the beginning of your calendar.
    For example, consider a calendar starting on January 1, 2010. For January - December 2010, [MonthSequential] = 1, 2, ..., 12. For January - December 2011, [MonthSequential] = 13, 14, ..., 24, and so on, incrementing by 1 for each sequential month in time.
    Assuming you have this set up in your date tables (one related to your model - DimDate - and one disconnected - DisconDimDate) your measure would look like this:
    18 Month Measure:=
    CALCULATE( [Measure]
    , FILTER( DimDate
    , DimDate[MonthSequential] >= MAX( DisconDimDate[MonthSequential] )
    && DimDate[MonthSequential] <= MAX( DisconDimDate[MonthSequential] ) + 18
    Please review this example along with the workbook I have linked above.

  • Invoice blocked for qty reason, but condition type deleted from the PO

    Hi Gurus,
    I have an LIV with R block in the header level. The invoice contains a line item for planned delivery cost condition type FRB1 which was entered manually during PO creation.(no condition record exists for FRB1). But the condition type FRB1 is missing from the PO line item now and when trying to release the invoice block via MRBR, it gives the message that the 'list is incomplete'.
    The PO is not having any release strategy and the invoice number is available in the index table RBKP_BLOCKED.
    The condition type FRB1 got deleted from the PO on re-triggering the pricing. The business needs the pricing to be carried out on the shipment date from the vendors site. So when the vendor issues the goods, the same is updated in the pricing date field in PO line item and the pricing is re-triggered. So in this case the happenings were in the below sequence.
    1. Buyer created PO with manually entered FRB1 condition type.
    2. Invoice posted against the PO.
    3. When vendor has shipped the goods, the ASN updates the pricing date in the PO and carries out re-pricing. The FRB1 got deleted from the PO on re-pricing as no condition record existed.
    4. Goods receipt posted
    5. Trying to release the invoice in MRBR, but the system gives the message that the list is incomplete.
    Please suggest how to go ahead with the resolution of the issue.
    Regards,
    Greg

    Gregory Mathews wrote:
    Hi Gurus,
    >
    > I have an LIV with R block in the header level. The invoice contains a line item for planned delivery cost condition type FRB1 which was entered manually during PO creation.(no condition record exists for FRB1). But the condition type FRB1 is missing from the PO line item now and when trying to release the invoice block via MRBR, it gives the message that the 'list is incomplete'.
    > The PO is not having any release strategy and the invoice number is available in the index table RBKP_BLOCKED.
    >
    > The condition type FRB1 got deleted from the PO on re-triggering the pricing. The business needs the pricing to be carried out on the shipment date from the vendors site. So when the vendor issues the goods, the same is updated in the pricing date field in PO line item and the pricing is re-triggered. So in this case the happenings were in the below sequence.
    >
    > 1. Buyer created PO with manually entered FRB1 condition type.
    > 2. Invoice posted against the PO.
    > 3. When vendor has shipped the goods, the ASN updates the pricing date in the PO and carries out re-pricing. The FRB1 got deleted from the PO on re-pricing as no condition record existed.
    > 4. Goods receipt posted
    > 5. Trying to release the invoice in MRBR, but the system gives the message that the list is incomplete.
    >
    > Please suggest how to go ahead with the resolution of the issue.
    >
    > Regards,
    > Greg
    Hi Greg,
    Are there any a/c entries showing in GR a/c doc for this cond type? I think it could be a bug when you run the ASN Idoc. Try to un-check Delete indicator for FRB1 which would stop it getting deleted.
    Regards
    Shiva

  • Can't open any user manuals in FCS 2 from the help menu.

    I just installed FCS 2 and I can't open any of the user manuals in any of FCS 2 apps. from the help menu. They are listed in the resources folder under the content folder so I know that they're there. Any ideas how to fix this?
    Thanks

    Do I feel stupid. Just had an epiphany that it might be due to Adobe Reader and it was. Had to update to 9. Sorry for the post.

  • When creating new Timecard, our user couldn't select Project from the popup

    Hey Guys,
    Thanks for your attention, I need help.
    One of our user could not create new Timecard with IE9, because when she selected new project she met the error as below,
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C)
    Timestamp: Mon, 22 Aug 2011 10:09:08 UTC
    Message: 'LcurrentElement' is undefined
    Line: 17
    Char: 210
    Code: 0
    URI: https://selfserve.activenetwork.com/OA_HTML/RF.jsp?function_id=16744&resp_id=51224&resp_appl_id=809&security_group_id=0&lang_code=US&params=TFQXmjW38UwMUAdY82UIcs3-4MilvZgfdr8FqiKj73g
    And even she has downgraded to IE8,still the same error, then tried IE7 in her VM, still same.
    Is there someone who have a solution about that? That would be much appreciated.
    Good day, thanks in advance.

    Thanks for your attention, I need help.Please post the details of the application release, database version and OS.
    One of our user could not create new Timecard with IE9, because when she selected new project she met the error as below,Do you meet the minimum requirements as per this link?
    Internet Explorer 9 Certified with Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/entry/internet_explorer_9_certified_with
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C)
    Timestamp: Mon, 22 Aug 2011 10:09:08 UTC
    Message: 'LcurrentElement' is undefined
    Line: 17
    Char: 210
    Code: 0
    URI: https://selfserve.activenetwork.com/OA_HTML/RF.jsp?function_id=16744&resp_id=51224&resp_appl_id=809&security_group_id=0&lang_code=US&params=TFQXmjW38UwMUAdY82UIcs3-4MilvZgfdr8FqiKj73g
    Can you find any details about the error in the event viewer?
    Please see if these docs help.
    Customer Name LOV Errors With "'LcurrentElement' not defined" When Adding Billing Account [ID 1342927.1]
    iProcurement Page Supplier Search Throws Javascript Error For Some Of The Users [ID 1303835.1]
    And even she has downgraded to IE8,still the same error, then tried IE7 in her VM, still same.Can you reproduce the issue from other machines and using different browser (like Firefox) from the same machine?
    Is the issue with one application user account or with all accounts?
    Is there someone who have a solution about that? That would be much appreciated.Please provide more details by answering the questions in this reply.
    Thanks,
    Hussein

  • Reset password of mobile managed user, cannot acces login keychain

    I reset the lost password of a mobile managed user (very managed, this is a 6-year old). On login and starting Safari, he now gets a panel asking for the keychain password (which is the old password, which is lost). I tried removing the mobile account and recreating, but the same thing happens (login.keychain synced from server?).
    Anyway, how can I fix this?

    If Keychain First Aid doesn't help, try [HT1274|http://support.apple.com/kb/HT1274]?
    Keychain encryption is solid; depending on the sequence which has transpired here, you may end up [resetting the keychain (TS1544)|http://support.apple.com/kb/TS1544] and starting over again.
    Going forward, it might be best to lock this user's password; prevent password changes.

  • I reset password now I can't purchase or download anything from ITunes

    Had a security breach with my IPad. Actually my wife remotely turned on my find my IPad service to track every where I go. Not sure how she did it, she knows answers to my security questions, and password tendencies.  So anyway I reset my password for my Apple ID. Changed security questions etc. but now iTunes doesn't say it's a wrong password it jut doesn't do nothing. So I cannot purchase, download or anything ith my iTunes acct. Help?

    Settings>iTunes/App store...tap the ID shown...sign out. Now, try signing back in...still get the same error?

  • How do I get rid of myself and other users and just be working from the hard drive?

    Hi all,
    I know this sounds odd, but bear with me...
    I've just bought a new Macbook pro 10.7.4, as my loved old one died. At the store they tranferred all my old info to the new one, but my problem is this: Now I am a user on my computer and there are options for shared users. That sounds confusing, but on my old computer it was just me using it. No sign in or log in, and when I opened my finder window everything was just there in the one bucket (my hard drive): library, apllications, programs, etc. Now I open my finder window and find duplicates of things in all places( i.e. things on my hard drive are also (or not, maddeningly, such as library) there, and then they are also in users or shared.) It is only ever me using my computer, so I don't need all this extra clutter everywhere, or have to go searching for things in different places. Old system was like opening a drawer and finding all your posessions neatly arranged in there, in the one place. Now i feel as though I walk into a room filled with cupboards and things are in some drawers that are also in others, and duplicated.
    I apologise for my long rant, but I had to find a way to explain it!
    Basically, I want to get rid of other user or shared options on my mac, and myself as a user, and just have the one system staright off the hard drive, no other log ins, but still obviously retain my permissions (password etc) for making changes or installing. Is this possible?

    Well, you're going to have two Library folders - one for yourself and one for the System, but you can delete other users and you can enable automatic log-in for yourself using "Users and Groups" in System Preferences. No need to turn on Sharing or have any other users. You'll still need to make yourself an administrator, of course, but if you delete any other users, you delete their home folders, too.
    Clinton

  • Chat user is not getting message from the other users

    In my application when user [A] initiate the chat with user[B]  , I am facing following issues
    -          User[B] is not getting initiation notification so that I am unable to open chat pod for user [A] on user[B] application
    -          Due to above problem , User[B] not getting any message sent by the User[A]
    -          User[A] can send only one message and it is displayed on simple chat pod
    when User[A]tries to send more then one message it is not displayed on simple chat pod but on the console I can see the messages
    following is sample code
     public function connectChat() :void {
    _collectionNode =
    new CollectionNode();_collectionNode.sharedID = NOTIFICATION_COLLECTION_NODE;
    _collectionNode.connectSession =
    this.connectSession;_collectionNode.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSynchronizationChange,
    false, 0, true);_collectionNode.addEventListener(CollectionNodeEvent.ITEM_RECEIVE, onItemReceive,
    false, 0, true);_collectionNode.subscribe();
    /*** @private
    * Handles the creation of a collection node if it does not already exist
     protected function onSynchronizationChange(event:CollectionNodeEvent):void { 
    if (_collectionNode.isSynchronized) { 
    if (!_collectionNode.isNodeDefined(START_CHAT_LIST) && _collectionNode.canUserConfigure(connectSession.userManager.myUserID)) {_collectionNode.createNode(START_CHAT_LIST,
    new NodeConfiguration(UserRoles.VIEWER, UserRoles.VIEWER, true, false, true,false, NodeConfiguration.STORAGE_SCHEME_QUEUE));}
     public function connectChat() :void{
    trace('connectChat');_collectionNode =
    new CollectionNode();_collectionNode.sharedID = NOTIFICATION_COLLECTION_NODE;
    _collectionNode.connectSession =
    this.connectSession;_collectionNode.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSynchronizationChange,
    false, 0, true);_collectionNode.addEventListener(CollectionNodeEvent.ITEM_RECEIVE, onItemReceive,
    false, 0, true);_collectionNode.subscribe();
    /*** @private
    * Handles the creation of a collection node if it does not already exist
     protected function onSynchronizationChange(event:CollectionNodeEvent):void { 
    if (_collectionNode.isSynchronized) { 
    //Creates the nodes if they don't exist 
    if (!_collectionNode.isNodeDefined(START_CHAT_LIST) && _collectionNode.canUserConfigure(connectSession.userManager.myUserID)) {_collectionNode.createNode(START_CHAT_LIST,
    new NodeConfiguration(UserRoles.VIEWER, UserRoles.VIEWER, true, false, true,false, NodeConfiguration.STORAGE_SCHEME_QUEUE));}
    /*** Checks if a chat is going to be started with this specific user
     protected function onItemReceive(event:CollectionNodeEvent):void { 
    var item:MessageItem = event.item; 
    var openChatEvent:OpenChatEvent = OpenChatEvent.ToOpenChatEvent( item.body, OpenChatEvent.OPEN_CHAT ); 
    switch (item.nodeName) { 
    case START_CHAT_LIST: 
    trace("Starting Chat Notified");  
    if( openChatEvent.userId && openChatEvent.userId == this.connectSession.userManager.myUserID ){
    this.dispatchEvent( openChatEvent ); 
    if( this._collectionNode.isSynchronized ) 
    this._collectionNode.retractItem( START_CHAT_LIST, openChatEvent.roomId );}
    break;}
    /*** Publishes a request for someone to join a chat
     public function publishChatRequest(notificationEvent : NotificationEvent) :void { 
    if( this.connectSession.userManager.getUserDescriptor( notificationEvent.userID ) ){
    var openChatEvent:OpenChatEvent = new OpenChatEvent( OpenChatEvent.PUBLISH_CHAT,null,notificationEvent.sharedID, notificationEvent.userNotificationList, null, notificationEvent.userID ); 
    if( this.presenceUsers )openChatEvent.descriptors =
    this.presenceUsers; _collectionNode.publishItem(
    new MessageItem( START_CHAT_LIST, openChatEvent, openChatEvent.roomId ) );}
    else{
    Alert.show(
    "User "+ notificationEvent.userID + " is not logged in.", "Publish Error" );}

    A) are these methods copied twice in the code here on purpose?
       connectChat() and onSynchronizationChange is repeated in code due copy paste mistake
    B) are both users subscribing to _collectionNode right away? Do each of them
    get to onSynchronizationChange?
       Yes , each of them get to onSynchronizationChange
    C) If you put a breakpoint in onSynchronizationChange, do you see the node
    get created? Do you see it in the dev console?
    Yes , it is creating a node
    D) Is user B receiving an onItemReceive at all? Is user A?
    Yes , it is creating a node
    Now both the user getting chat message, have following issue
    When user A initiate the chat with user B this action is not opening chat pod / window on user B end which shows user A has initiated chat with user B
    But when user B click on user A name to initiate the chat, this action opens a chat window and user B can see message send by user A
    Above scenario is not normal chat behavior in which other user gets the notification of chat . what could be the problem

  • How can I allow the user to retake a quiz from the middle of it in Captivate 7?

    Hello Captivaters,
    I would like to force the learner to pass a quiz before he can continue on with the training.  If he doesn't pass the quiz, he will need to go back and take it again. The "retake" button allows him to do this, but I will actually like to have 4-5 of these "quiz checkpoints" in the eLearning -- each separated with presentation material --  so that the user proves he understands the material before advancing. 
    Therefore I would like to create my own "retake" button at the end of every "quiz checkpoint" that takes the learner back to the first question of that checkpoint (not to the first question in the training).  So far, I have been able to create a button that appears after he gets a certain amount correct to allow him to continue, and I want to create a button that appears that takes him back to the first question in the checkpoint if does not get the required amount correct and retake those questions.  The first part is easy, but I also need to add the function or reassign some variable to allow the user to retake the quiz. I hope I am making sense.. Any help would be much appreciated!
    - Ryan

    It's great!  Thanks again.
    Here is the issue now.  I guess it's not a huge problem, it's just if I can't find a better way, what I need to do will take a lot of time.
    Like I mentioned before, I created this "results" slide that on enter either shows a "congrats" button or a "retry" button, depending on whether or not the user passed the quiz.  I have copied this slide and pasted it behind all of the other sub-quizzes in the training, but when I do that, of course the link between the buttons and the conditional advanced action break.
    As you know, when you duplicate a slide, all of the names of the objects on that slide are "refreshed" and are replaced with new generic names because you are in fact creating new objects as well.  This means that I need to rename all of the objects on that slide (even though its a duplicate) and then replace all of the "old names" in the advanced action with these new object names..   Is there a faster way to do that?
    Thanks again!!
    Ryan

Maybe you are looking for

  • Scanner does not show up in PSE 9

    I've used Photoshop Elements 5 for several years and my Microtek Scanner always appeared as a choice under the "import" menu. Now I spent money on this supposedly improved version of PSE, version 9, and there's NO TWAIN SCANNER. I have to scan throug

  • Transport ALE Configuration from Development to Production System

    Hello All, We have created ALE-IDOC scenario in the development system and its working fine. Now we want to transport it to the Production / Quality system. How can we transport the settings like logical systems, port definition, partner profiles, di

  • Calling script from custom panel not working on all Photoshop installs

    I'm using Configurator to create a custom panel. The panel uses the html widget for the gui and which basically is made up of six links that points to different scripts located in Presets/Scripts. The links look like this <a href="adobe://photoshop.c

  • Perte connexion usb

    Bonjour, J'utilise un cDAQ-9174 et j'observe des perte de communication càd que j'ai des erreurs NI qui apparaîssent comme-ci je déconnectais le module du port usb. Sous Windows, dans la barre des taches, j'observe la perte de com et la nouvelle déte

  • Log clean up ?

    is it safe to delete the old log files in these directories? C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\Logs thanks David Ulrich