Register Login

How to Lock the Client by Tcode?

Updated May 18, 2018

Hi Basis kings,

I forgot the DDIC & SAP* users password, Is there any way to login or change the password.

Is there any Tcode to lock the particular Client…?

Reply as early possible

Bye


Comments

  • 15 Aug 2008 3:15 pm Shalesh Singh Visen
    to change the DDIC and SAP* Password u can use this Link it have complete information
    Forgot Password for user id SAP* in client 000

    https://www.stechies.com/forgot-password-for-user-id-sap-in-client-000/

    To Lock Client
    to Lock Client use T-Code SE37
    Bye
  • 18 Aug 2008 2:57 pm Shalesh Singh Visen
    Download the Support Patches from market place.Login thru 000 client.User DDIC.
    Goto Tcode SAPM .From the menu support packages - > load package -> from Front End..
    Then Select display button in the screen and select the patch and give import.the patches will be uploaded.

    Take care that no users are in online while u upload the support packages.
  • 29 Aug 2008 3:25 am Shalesh Singh Visen
    To lock or unlock a client only in an in R/3 System, run the following functions via tcode SE37:
    1. SSCR_LOCK_CLIENT
    2. SSCR_UNLOCK_CLIENT
  • 30 Aug 2008 5:18 am Manoj
    IF YOU WANT TO TEMPORARY LOCK THE CLIENT FOLLOW THE BELOW STEPS

    1. GO TO CLIENT MAINTENENCE SCREEN T-CODE SCC4
    2. GOTO DISPLAY CHANGE
    3. NOW DELETE THE CLIENT ENTRY WHICHEVER CLIENT YOU TO LOCK.
    4. SAVE.

    NOW THE CLIENT IS LOCKED FOR ENDUSER.
    IF YOU WANT TO GET BACK THE CLIENT JUST RE ENTER THE CLIENT NUMBER
    WHICH YOU DELETED.
    THE CLIENT WILL BE AVAILABLE AGAIN.
  • 30 Aug 2008 5:36 am Manoj
    Not

    1. SSCR_LOCK_CLIENT
    2. SSCR_UNLOCK_ CLIENT

    this

    1. SCCR_LOCK_CLIENT
    2. SCCR_UNLOCK_ CLIENT
  • 02 Sep 2008 3:08 pm Shalesh Singh Visen
    do no play with your production system. use tp command to lock your
  • 02 Sep 2008 3:19 pm Shalesh Singh Visen
    Pls follow the standard procedure for locking & unlocking the client
    deleting is not the answer


    got to se37 - sccr_lock_client (this is standard function module
    provided by sap)

    Give the inputs & Execute (f8) the following is the example for output

    Test for function group SCCR
    Function module SCCR_LOCK_CLIENT
    Uppercase/Lowercase
    Runtime: 75,754 Microseconds
    RFC target sys:
    Import parameters Value
    CLIENT 000

    & try to login in to the locked client

    You will get a message the client is currently locked against logon

    In the same way go to se37 - sccr_unlock_client ( for unlocking)
  • 02 Sep 2008 3:25 pm Shalesh Singh Visen
    Can y tell me In client copy only data copy one client to other ?
  • 02 Sep 2008 3:46 pm Shalesh Singh Visen
    1. Edit the password in T000 - Mandat Table - in the Database Level. If Its Windows -U still may have problem. while editing the Password from SAP.

    2. Delete the User SAP* and DDIC and bounce (or Restart the Complet System) the SAP Application Box - I worked for only for 000 Client. As of now I am not able to recall for other Clients.

    It will create a new user (SAP* and DDIC) with default password depnds on SAP Version.
  • 06 Sep 2008 7:59 am Shalesh Singh Visen
    Go to cmd propmt.

    sql> delet from SAP.USR02 where BNAME='SAP* or DDIC' and MANDT='000';
    Bye

×