The Function Module RSRD_GET_PORTAL_USERS (Liefert Liste von gültigen Portalusern) is a standard Function Module in SAP ERP and is part of the function group RSRD_GENERAL within the package RSRD.
Function Module | RSRD_GET_PORTAL_USERS |
Short Text | Liefert Liste von gültigen Portalusern |
Function Group | RSRD_GENERAL |
Package | RSRD |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BIAUTHEN | TYPE | STRING | SPACE | For Bernd |
I_SEARCH_STRING | TYPE | STRING | '*' | Search String for User |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SUBRC | TYPE | SY-SUBRC | Return Code |
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 |
---|---|---|---|---|
E_USERS | TYPE | RSRD_T_USER | User Table |
This function module does not define any Exceptions.