Menu

SAP Function Module SELECT_FROM_LIST

Dialogfenster zur Auswahl aus einer Liste ohne Diagnose

The Function Module SELECT_FROM_LIST (Dialogfenster zur Auswahl aus einer Liste ohne Diagnose) is a standard Function Module in SAP ERP and is part of the function group MCR_ARRAY within the package MCR.

Technical Information

Function Module SELECT_FROM_LIST
Short Text Dialogfenster zur Auswahl aus einer Liste ohne Diagnose
Function Group MCR_ARRAY
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
CURSORLINE LIKE SY-LILLI 1 Zeile für Cursor/Vorschlagzeile Auswahlknopf
MARK_FLAG LIKE SPACE Kennzeichen: Auswahlliste mit Check Buttons
MARK_MAX LIKE 1 maximal erlaubte Anzahl der Markierungen
START_COL LIKE SY-CUCOL 0 Spalte, in der das Popup beginnt
START_ROW LIKE SY-CUROW 0 Zeile, in der das Popup beginnt
TEXTLINE1 LIKE erste Textzeile
TEXTLINE2 LIKE SPACE zweite Textzeile
TEXTLINE3 LIKE SPACE dritte Textzeile
TITEL LIKE Titelzeile des Popups

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ANSWER LIKE Rückgabewert bei Abbruch/Auswahl einer Mögl.

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_SPOPLI LIKE SPOPLI Auswahlmöglichkeiten

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NOT_ENOUGH_ANSWERS zu wenig Antworten vorgeschlagen
TOO_MUCH_ANSWERS zu viele Antworten (>15) vorgeschlagen
TOO_MUCH_MARKS zu viele Markierungen