Menu

SAP Function Module MC_POPUP_TO_MARK_FIELDS

Markieren von Tabellenfeldern bzw. beliebigen

The Function Module MC_POPUP_TO_MARK_FIELDS (Markieren von Tabellenfeldern bzw. beliebigen) is a standard Function Module in SAP ERP and is part of the function group MCS2 within the package MCR.

Technical Information

Function Module MC_POPUP_TO_MARK_FIELDS
Short Text Markieren von Tabellenfeldern bzw. beliebigen
Function Group MCS2
Package MCR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_FIELDS_MARKED LIKE SY-DATAR SPACE Flag for initial selection of all fields
I_FIELD_NUMBER_MAX LIKE SY-TABIX Max. number of chosen fields
I_FIELD_NUMBER_MIN LIKE SY-TABIX 1 Min. number of chosen fields
I_MARK_BY_TABLE LIKE SY-DATAR SPACE Flag for selecting fields from T_FIELDS_MARKED
I_OBJECT_NAME_PLURAL LIKE Name of table fields in plural
I_OBJECT_NAME_SINGULAR LIKE Name of table fields in singular
I_POPUP_LENGTH LIKE SY-CUROW Length of the popup (optional)
I_POPUP_TITLE LIKE SPACE Title of the popup
I_TEXTLINE LIKE SPACE Text which is displayed via the fields, if necessary
I_TEXT_LENGTH LIKE SY-CUCOL 20 Length in which the field text is to be displayed

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_MARKED LIKE SY-DATAR Flag for selected fields in T_MARKED_FIELDS

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_FIELDS LIKE MCS01 Fields which can be marked
T_MARKED_FIELDS LIKE MCS01 Fields which were selected or are preselected

Exceptions

This function module does not define any Exceptions.