The Function Module RENAME_USER_ON_DB (Rename user) is a standard Function Module in SAP ERP and is part of the function group SUSX within the package SUSR.
Function Module | RENAME_USER_ON_DB |
Short Text | Rename user |
Function Group | SUSX |
Package | SUSR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NEWNAME | LIKE | USR02-BNAME | New user name | |
OLDNAME | LIKE | USR02-BNAME | Old user name |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | LIKE | BAPIRET2 | Returnparameter |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
USER_DOESNT_EXIST | User does not exist |
USER_RENAMED | User renamed |