The Function Module MASS_SCRN_CREATE (Create dynamic screen for mass maintenance) is a standard Function Module in SAP ERP and is part of the function group MASS_GENERAL_UTILITIES within the package WSTRMASSMAINT.
Function Module | MASS_SCRN_CREATE |
Short Text | Create dynamic screen for mass maintenance |
Function Group | MASS_GENERAL_UTILITIES |
Package | WSTRMASSMAINT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ICON | TYPE | ICON | Icons table | |
I_PROGNBR | TYPE | SY-DYNNR | ABAP program, number of current screen | |
I_TABNAME | TYPE | DD03V-TABNAME | Table name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_PROGHEADER | TYPE | D020S | System table D020S (screen sources) | |
E_PROGNBR | TYPE | SY-DYNNR | ABAP program, number of current screen |
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 |
---|---|---|---|---|
T_DYNPMATCH | LIKE | D023S | Screen parameters | |
T_FIELDLIST | LIKE | D021S | Screen fields | |
T_FIELDNAME | LIKE | MASS_FIELD_NAME | Field Name for site mass maintenance | |
T_FLOWLOGIC | LIKE | D022S | Screen flow logic |
This function module does not define any Exceptions.