The Function Module HR_FIELD_CHOICE_TC (Grafische Auswahl von Feldern über Table Control) is a standard Function Module in SAP ERP and is part of the function group PAUW within the package PTRA_ADDON.
Function Module | HR_FIELD_CHOICE_TC |
Short Text | Grafische Auswahl von Feldern über Table Control |
Function Group | PAUW |
Package | PTRA_ADDON |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DYN_PUSHBUTTON_TEXT1 | LIKE | Text of first dynamic button | ||
DYN_PUSHBUTTON_TEXT2 | LIKE | Text of second dynamic button | ||
DYN_PUSHBUTTON_TEXT3 | LIKE | Text of third dynamic button | ||
HEAD_LINE1 | LIKE | SPACE | Title line 1 via table control | |
HEAD_LINE2 | LIKE | SPACE | Title line 2 via table control | |
INFO_TEXT | LIKE | DOKHL-OBJECT | Reference to DOKHL-OBJECT | |
MAXFIELDS | LIKE | Max.no.allowed selections/if-0->line no.Tabin | ||
POPUPTITEL | LIKE | SPACE | Selection dialog box title |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN_CODE | LIKE | SY-SUBRC | Return value of selected function |
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 |
---|---|---|---|---|
FIELDNAME_TAB | LIKE | Table with field titles and field lengths | ||
FIELDTABIN | LIKE | Table with single lines (<-10 columns) | ||
NOTSELFIELDS | LIKE | Return of unselected lines | ||
SELFIELDS | LIKE | Entry/Return of selected lines |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_TAB_FIELD_INPUT | The table Fieldtabin is empty |
TO_MANY_SELFIELDS_ENTRIES | More than maximum field lines chosen |