The Function Module RS_SCRP_GET_SCREEN_INFOS (Screenpainter: Informationen zu einem Dynpro) is a standard Function Module in SAP ERP and is part of the function group SEUS within the package SCRP.
Function Module | RS_SCRP_GET_SCREEN_INFOS |
Short Text | Screenpainter: Informationen zu einem Dynpro |
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 | D020S-DNUM | Screen number | |
PROGNAME | LIKE | D020S-PROG | Name of module pool/program | |
TEXT_LANGUAGE | LIKE | SY-LANGU | ' ' | If <> ' ': Language for screen field text |
WITH_FIELDLIST | LIKE | ' ' | 'X', if screen field list also specified | |
WITH_TEMPLATELIST | LIKE | ' ' | 'X' if list of I/O fields is required |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COLUMNS | LIKE | SY-CUCOL | Highest occupied column (counting from 1) | |
LINES | LIKE | SY-CUROW | Highest occupied line (count from 1) |
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 |
---|---|---|---|---|
FIELDLIST | LIKE | D021S | Screen field list (saves expensive IMPORT DYNPRO) | |
TEMPLATELIST | LIKE | I:List of I/O fields (structure: CHAR 30) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CANCELLED | Screen seriously damanged |
DYNPRO_DOES_NOT_EXIST | Screen does not exist or IMPORT DYNPRO failed |
NO_FIELD_LIST | Screen contains no fields |