Skip to Content
0
Former Member
May 26, 2009 at 04:12 AM

Changing / Locking the default password for SAP* user & Client - 000

87 Views

Hi Frens,

I have installed ECC 6.0 IDES, Now I want to Login as SAP* in Client - 800,

Some of my frens and as a result of search engines I found that -

1. Firstly we need to login as SAP* in client - 000 and Run T-code RZ10.

2. Then need to Set parameter login/no_automatic_user_sapstar to 0. (I am facing problem how to set this

Parameter for DEFAULT.PFL)

3. Then need to restart SAP again.

4. Then delete the user SAP* from Sql + as

delete from SAPSR3.USR02 where bname like 'SAP*' and MANDT like '800' ;
    COMMIT;

5. Finall SAP will set the SAP* password as pass for client - 800.

Can any one tell me how to Set parameter in RZ10.

Regards,

Suneel G