The Function Module RS_VALUES_BOX (ABAP: Combobox für Textfelder auf Selektionsbildern (interne Verwendung!)) is a standard Function Module in SAP ERP and is part of the function group ALDB within the package SLDBV.
Function Module | RS_VALUES_BOX |
Short Text | ABAP: Combobox für Textfelder auf Selektionsbildern (interne Verwendung!) |
Function Group | ALDB |
Package | SLDBV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COLUMN_HEADING | LIKE | SPACE | ||
CURSOR_FIELD | LIKE | SY-TABIX | 1 | |
CURSOR_LINE | LIKE | SY-TABIX | 1 | |
JUST_DISPLAY | LIKE | SPACE | ||
LEFT_UPPER_COL | LIKE | SY-WINX1 | Spaltennummer linke obere Ecke | |
LEFT_UPPER_ROW | LIKE | SY-WINY1 | Zeilennummer linke obere Ecke | |
MULTIPLE_CHOICE_FIELD | LIKE | SY-INDEX | 0 | |
PAGESIZE | LIKE | SY-TABIX | 8 | |
STATUS | LIKE | SY-PFKEY | SPACE | |
TITLE | LIKE | Titel für Combobox |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LINENUMBER | LIKE | SY-TABIX | ausgewählte Zeilennummer |
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 |
---|---|---|---|---|
FIELD_DESC | LIKE | RSVBFIDESC | ||
VALUE_TAB | LIKE | Tabelle für Auswahl |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CLEAR_CONTENTS | |
INVALID_COORDINATES | Koordinaten des Windows unzulässig |
INVALID_FIELD_NUMBER | Kein Feld mit dieser Nummer in Tabelle |
NO_ACTION | Keine Übernahme aus Combobox |
NO_FIELDS | Keine Feldnummern mitgegeben |
NO_MARKFIELD | Multiple Choice: kein Ankreuzfeld in VALUETAB |
PROCESS_USER_ACTION | Taste mit Text BUTTON_TEXT wurde gedrückt |
VALUE_TAB_EMPTY | Wertetabelle leer |
VALUE_TAB_TOO_LONG | Wertetabelle zu breit |