The Function Module CKEXUTIL_USER_TO_ROLE (Ermittelt die Rollen eines Users) is a standard Function Module in SAP ERP and is part of the function group CKEXUTIL within the package CKEXECUTION.
Function Module | CKEXUTIL_USER_TO_ROLE |
Short Text | Ermittelt die Rollen eines Users |
Function Group | CKEXUTIL |
Package | CKEXECUTION |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_UNAME | TYPE | SYUNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers |
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 |
---|---|---|---|---|
ET_AGR_USERS | LIKE | AGR_USERS | Zuordnung Rollen zu Benutzern |
This function module does not define any Exceptions.