The Function Module RS_SCREEN_FETCH (Holen Dynpro (EXPORT+IMPORT in einem SE38-Rollbereich)) is a standard Function Module in SAP ERP and is part of the function group SEUS within the package SCRP.
Function Module | RS_SCREEN_FETCH |
Short Text | Holen Dynpro (EXPORT+IMPORT in einem SE38-Rollbereich) |
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_IMPORT | LIKE | SY-DYNNR | Number of the current screen NUMC 4 | |
DYNPRO_LANGUAGE_IMPORT | LIKE | SY-LANGU | SY-LANGU | Language of short text of current screen LANG |
DYNPRO_TEXT_IMPORT | LIKE | D020T-DTXT | ' ' | Short text of the current screen CHAR 60 |
EXTEND_IMPORT | LIKE | SY-CALLD | ' ' | 'X' if current screen in customer enhancement mode |
FETCH_THE_SAME_DYNPRO | LIKE | ' ' | Get same screen (different mode) | |
H_IMPORT | LIKE | D020S | Field string header of current screen | |
MODE_IMPORT | LIKE | RS37A-MODE | Mode ('MODIFY', 'SHOW') current screen CHAR 6 | |
MODE_WANTED | LIKE | RS37A-MODE | ' ' | Mode ('MODIFY','SHOW') screen to be fetched CHAR 6 |
MODIFIED_IMPORT | LIKE | RS37A-FLAG | 'X' -> current screen is not saved CHAR 1 | |
PROGNAME_IMPORT | LIKE | SY-REPID | Module pool name of current screen CHAR 8 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DYNNR_EXPORT | LIKE | SY-DYNNR | Number of the fetched screen NUMC 4 | |
DYNPRO_TEXT_EXPORT | LIKE | D020T-DTXT | Short text of the fetched screen CHAR 60 | |
EXTEND_EXPORT | LIKE | SY-CALLD | 'X' if fetched screen in customer enhancement mode | |
H_EXPORT | LIKE | D020S | Field string header of the fetched screen | |
IS_GENERATED_EXPORT | TYPE | C | generiert/aktiviert ('X'->ja) | |
MODE_EXPORT | LIKE | RS37A-MODE | Mode ('MODIFY', 'SHOW') fetched screen CHAR 6 | |
MODIFIED_EXPORT | LIKE | RS37A-FLAG | 'X' -> current screen is not saved CHAR 1 | |
NEW_MASTER_LANGUAGE | LIKE | SY-LANGU | Original language | |
PROGNAME_EXPORT | LIKE | SY-REPID | Module pool name of fetched screen CHAR 8 | |
WITH_ACTIVE_SOURCES_EXPORT | TYPE | C | Modus Aktive/Inakt. Sourcen ('X'->ja) |
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_G | TYPE | DYN_FLOWLIST | Flow logic | |
F_G | LIKE | D021S | Field list | |
M_G | LIKE | D023S | Matchcode subkeys | |
SMODILOG_ABAP_G | LIKE | SMODILOG | **obsolet ab 5.0** | |
SMODILOG_DYNP_G | LIKE | SMODILOG_D | Customer enhancements |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_EXECUTED | Fetch not executed |
NOT_FOUND | Screen to be fetched does not exist |