Menu

SAP Function Module RENAME_USER_ON_DB

Rename user

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.

Technical Information

Function Module RENAME_USER_ON_DB
Short Text Rename user
Function Group SUSX
Package SUSR
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRET2 Returnparameter

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
USER_DOESNT_EXIST User does not exist
USER_RENAMED User renamed