SAP 怎么解锁用户除了SU01以外?

2024年11月18日 10:36
有2个网友回答
网友(1):

如果真是除了SU01外有所有权限的话,法子可多了,比如运行如下SQL:
update sapsr3.usr02 set uflag = '0' where bname = '用户名' and mandt = '100';
update sapsr3.ush02 set uflag ='0' where bname = '用户名' and mandt = '100';
commit;

网友(2):

se37 运行 BAPI BAPI_USER_UNLOCK
希望可以帮到你 请采纳