Report/FM/RFC that gives a list of Locked users

Is there a Report/FM/RFC/BAPI that gives a list of Locked users please?

Hi Hruser,
There are two options two get the locked users.
1. Execute TCode SA38 and run the ABAP Report RSUSR200.
2. Execute Tcode EWZ5.
Thanks
Lokendra Kumar

Similar Messages

  • How to find list of locked users & unlock them?

    Hello,
    Is there any method in portal to find the list of locked users? and unlock them.
    we can unlock single user at a time. 
    but if we want to unlock a group of users (for Ex:- 20 locked users), how can we unlock al the 20 locked users?
    Thanks in advance,
    Vila.

    Hi Vila,
    Go to user administration -> Identity management
    Click on advanced search. Go to account information tab. Check the use account locked field and then click on search. This will give you a list of all the users whose accounts are locked.
    Select all the users whose accounts you want to unlock, and then click unlock.
    Regards,
    Ankit

  • How do I view a list of locked users?

    Is there a way to view a list of currently locked users? I only see pages to show the count of locked users or to unlock a specific user.

    I've found a way through Terminal for AFP and Mail:
    https://discussions.apple.com/message/16155552#16155552

  • List of locked users

    is there any dictionary view to obtain the list of the users locked in a database? i have looked a sql query example to take this list but i could not succeed.

    SQL> create user toto identified by toto;
    User created.
    SQL> alter user toto account lock;
    User altered.
    SQL> select username, account_status from dba_users;
    USERNAME                       ACCOUNT_STATUS
    SYS                            OPEN
    SYSTEM                         OPEN
    OUTLN                          OPEN
    DBSNMP                         OPEN
    PS                             OPEN
    H89UCBAC                       OPEN
    PEOPLE                         OPEN
    TOTO                           LOCKED
    8 rows selected.
    SQL> Nicolas.

  • How can i get a list of the user created on a database?

    dear all
    i need to issue a query that return a list for all users that are created on the database
    please help

    You can have more refine search ,
    sql > select username from dba_users ;
    hare krishna
    Alok

  • Any RFC's/BAPI's to find out locked users

    Any RFC's/BAPI's to find out List of locked users?
    Not the single User.
    Regards
    Vijaya
    Edited by: vijaya durga on Apr 28, 2009 10:33 AM

    Hi Vijaya,
    By using the function module you can come to know the table is locked or not locked..
    RSPO_GET_LOCK_STATUS
    'BAPI_USER_LOCK'         "to lock user...
    or
    *         Getting the Lock Status of User
              CALL FUNCTION 'SUSR_USER_LOCKSTATE_GET'
                EXPORTING
                  USER_NAME = username "User name want to know the status
                IMPORTING
                  LOCKSTATE = W_LOCKSTATE.
              IF SY-SUBRC <> 0.
              ENDIF.
    *         Unlock the user
              IF W_LOCKSTATE-LOCAL_LOCK = 'L'.
                W_USERNAME = USR_BLKSD_TABL-BNAME.
                CALL FUNCTION 'BAPI_USER_UNLOCK'
                  EXPORTING
                    USERNAME = username "User name want to unlock
                  TABLES
                    RETURN   = T_RETURN.
              ENDIF.
            ENDIF.
    all the user lock status is stored in table USR02-with field BNAME "user name
                                                                                    UFLAG   "Lock status.
    and below are the lock details why user is blocked
    0     Not Locked
    32     Locked Globally By Administrator
    64     Locked Locally By Administrator
    128     Locked Due To Incorrect Logons (Limited Term)
    Regards,
    Prabhudas

  • Is there a table/report that shows a list of the original tcodes vs tcodes?

    How to I find out the calling tcode of a transaction other than using SE93?
    e.g
    ABUM 's original tcode is AB01.
    Is there a table/report that shows a list of the original tcodes vs tcodes?

    Table TCDCOUPLES gives a list of called tcodes for a particular tcode.
    e.g
    For parameter tcode 1KEF  , called-tcodes are :
    1KE1
    1KEF
    1KEG
    OKKS
    BUT this table does not show which called-tcode is the original tcode.
    Using se93, I see that 1KEG is the original tcode.
    Is there a table that will show only the parameter tcodes vs orginal tcodes?

  • I have a requirement where I have to give the list of users who can access a specific computer. I am new with PS. Do you have a script to list users that can access a computer object of AD ?

    I have a requirement where I have to give the list of users who can access a specific computer define in AD.
    I am new with PS.
    Do you have a script to list users that can access a computer object of AD ?
    I have executed the following script  but it does not give me the access rights of who can access the computer 'computername'
    How can i have this information. please help
    Import-Module activedirectory
    $computer=get-adcomputer "computername" -properties ntSecurityDescriptor
    $omputer.ntsecurityDescriptor.Access | select-object -expandproperty IdentityReference | sort-object -unique

    I would say that, since the OP has so little info, there are no policies in use.  It there were then this question would never be asked the way it is being asked.
    I had a client call with a letter from their insurance company; an accountant with malpractice insurance.  THey asked the same question inmuch the same way.  "What computer can you users access?"  The question should be more like
    "Do you have a policy that restricts access to computers and do you audit for compliance?"
    I have had other clients whose insurance asked the question in that way.  It produces a better view of what should be happening and how to show compliance.
    I recommend that companies being asked these questions by their legal departments or insurance companies should contract with a god computer security consultant to assist with answering these very tricky questions.  Of course if it is just you boss's
    curiosity  then you may need to discuss his requirements with him in more depth.
    ¯\_(ツ)_/¯

  • Report that gives me details using my Purchase Order number

    Dear Gurus,
    Could you please tell me is there any report,where if i give the P.O.number it should list all the related items to the P.O. Provided i give the p.o number as the reference in all the invoices.
    Thanks and Regards
    Balaji Dhanavel

    Hi,
    Use ME87 t.code.
    Enter PO number in Purchasing document field and execute.
    If PO history records is 1 - only Goods receipt is done, 2- Inovice also done.
    Place the cursor on document and click on PO history old, system will display the history of PO.
    Regards,
    Chandra

  • Report that displays 'z'program,t-codes,user-ids,list of clients

    Hi everyone
    i have a requirement.
    i need a report that displays all t-codes,all zee programs,all the user-ids,all the clients logins available and status of hotpack application i.e. ABAP,SD,FI/CO,MM and others.
    i know that all t-codes are in table TSTC  and user-ids in USH02, USH04, USR01, USR02, USR03.
    for the rest do suggest me the tables.
    if anyone know the answer pls do reply.
    Regards
    Venkat
    will reward with points and thanks in advance.

    hi,
    the table that store all zprograms with their user id's is TRDIR.
    in the selection screen if u specify the zprogram name and  user id.
    if u specify user id u will get the list of programs that were done by the particular user.
    please reward me if helpful.
    thanks,
    gupta.

  • Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    This is a user to user forum.  Apple isn't here and won't answer you.  You need to contact Apple directly.  You can use the Contact button at the bottom of the screen.

  • Is there a Report in SAP that lists the slow moving inventory?

    Is there a Report in SAP that lists the slow moving inventory? For example: Inventory that has not sold in the last 6 months?
    Thanks.
    Points will be awarded

    Thanks so much.
    Points rewarded.
    Kathy

  • HT204406 I downloaded a song that is not playing.  When i click to report a problem it gives me an error that says "To many HTTP redirects".  What does this mean and how do I fix it?  Thank you!

    I downloaded a song that is not playing.  When i click to report a problem it gives me an error that says "To many HTTP redirects".  What does this mean and how do I fix it?  Thank you!

    The following support articles should help:
    * https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component
    * https://support.mozilla.com/kb/AUS+Update+XML+File+Malformed+200

  • Is there a report I can run off that gives me all the Parameter ID's

    Hi there
    Is there a report in SAP that I can run that will give me all the parameter ID's that can be used in SU3 > parameters?
    Thanks
    Lou

    Hi Louise,
    I cant find a report for ur requirement but this can help u.
    Go to the filed for which you want parameter id e.g. at PO level you want to defualt the purchase group for particular user
    in this case hit F1 on the Purchase group field and click the technical button then you will see the parameter id for this field. it is not always the case for all the fields.
    kindly rreward if found helpful.
    cheers,
    Hema.

  • How to report on machines that are missing an application?

    It seems to be a difficult task to report on PCs that are missing a specific exe or application. For example I ran a report and found 418 of 510 machines have the exe I am looking for. I manually merged the information on a page or 2 by printing both the device list and the list of machines with the exe. What I started to see is that some devices in the application report do not show up in the device report or in zcm for that matter and I am also finding some machines actually do have the update but do not show up on the application report. My comfort level in this reporting is not looking good seeing things not match up correctly.

    Originally Posted by mrhic
    I thought it hould be that simple but it kept returning a list of all applications in zen other than the one I was saying not = to. I will try again....
    Just to clarify what Andy said, the second report can reference the first report by using the criteria "Device" "not in report" "<first report name>". You don't need to export the first report and start merging stuff. There is a default report with ZCM 10.1.2 called "Reports --> Inventory Custom Reports --> Software Applications --> Workstations without antivirus software" which gives a good example of this.

Maybe you are looking for