The Function Module RS_SCREEN_SETMODE (Setzen Anzeige-/Änderungsmodus für Bearbeitung eines Dynpros) is a standard Function Module in SAP ERP and is part of the function group SEUS within the package SCRP.
Function Module | RS_SCREEN_SETMODE |
Short Text | Setzen Anzeige-/Änderungsmodus für Bearbeitung eines Dynpros |
Function Group | SEUS |
Package | SCRP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DYNNR | LIKE | |||
MASTER_LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Original language of screen/program LANG 1 |
MODE | LIKE | 'MODIFY' | ||
PROGNAME | LIKE | Program name CHAR 8 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXTEND | TYPE | C | Kundenerweiterungsmodus ('X'->ja) | |
MODIFICATION_LANGUAGE | LIKE | SY-LANGU | ||
NEW_MASTER_LANGUAGE | LIKE | SY-LANGU | ||
RETCODE | LIKE | SY-SUBRC |
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 |
---|---|
ENQUEUED_BY_USER | Screen locked by other user |
NO_MODIFY_PERMISSION | User has no change authorization |
NO_SHOW_PERMISSION | User has no display authorization |
PERMISSION_FAILURE | Lock by correction system |