The Function Module RP_GET_PERNR_FROM_USERID (Ermittlung der Personalnummer eines Systembenutzers) is a standard Function Module in SAP ERP and is part of the function group RPAI within the package PBAS.
Function Module | RP_GET_PERNR_FROM_USERID |
Short Text | Ermittlung der Personalnummer eines Systembenutzers |
Function Group | RPAI |
Package | PBAS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | LIKE | P0105-BEGDA | Starting date of the period | |
ENDDA | LIKE | P0105-ENDDA | Final date of the period | |
USRID | LIKE | P0105-USRID | System user name | |
USRTY | LIKE | P0105-USRTY | System identifier (subtype) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
USR_PERNR | LIKE | P0105-PERNR | Personnel number of the system user |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
RETCD | Return code |