The Function Module SUPRN_AUTH_DATA_IN_EXP_MODE (Display the Authorization Data for a Role in Accordance with Expert Mode) is a standard Function Module in SAP ERP and is part of the function group SUPRN within the package S_PROFGEN.
Function Module | SUPRN_AUTH_DATA_IN_EXP_MODE |
Short Text | Display the Authorization Data for a Role in Accordance with Expert Mode |
Function Group | SUPRN |
Package | S_PROFGEN |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXPERT_MODE | TYPE | CHAR01 | 'M' | Expert Mode for Authorization Data Maintenance |
PROFILE | TYPE | AGR_1016-PROFILE | Profile Name | |
PROF_TEXT | TYPE | AGR_PROF-PTEXT | Profile Text | |
ROLE | TYPE | AGR_DEFINE-AGR_NAME | Role Name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NEW_PROF | TYPE | PT1016 | Profile Name | |
NEW_PROF_TEXT | TYPE | AGR_PROF | Profile name for role |
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 |
---|---|---|---|---|
AUTHS | LIKE | PT1250 | Profile generator: Authorizations | |
AUTH_VALUES | LIKE | PT1251 | Profile generator: fields | |
MENU_APPS | LIKE | AGR_STRUC | Structure to transfer Tcodes into the Profile Generator | |
ORG_VALUES | LIKE | PT1252 | Profile generator: Organizational levels | |
RETURN | LIKE | BAPIRET2 | Return Parameter |
This function module does not define any Exceptions.