Menu

SAP Function Module K_POPUP_TO_DECIDE

Dialogfenster zur Auswahl aus einer Liste

The Function Module K_POPUP_TO_DECIDE (Dialogfenster zur Auswahl aus einer Liste) is a standard Function Module in SAP ERP and is part of the function group KABA within the package KKS.

Technical Information

Function Module K_POPUP_TO_DECIDE
Short Text Dialogfenster zur Auswahl aus einer Liste
Function Group KABA
Package KKS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PAR_MFLAG LIKE KV042-XFELD SPACE Kennzeichen: Auswahlliste mit Check Buttons
PAR_MROWS LIKE SY-SROWS 1 maximal erlaubte Anzahl der Markierungen
PAR_TEXT1 LIKE KABA03-TXT80 Erste Textzeile
PAR_TEXT2 LIKE KABA03-TXT80 SPACE Zweite Textzeile
PAR_TEXT3 LIKE KABA03-TXT80 SPACE Dritte Textzeile
PAR_TITLE LIKE KABA03-TXT80 Titelzeile des Popups
PAR_WINRO LIKE SY-WINRO 1 Zeile für Cursor/Vorschlagzeile Auswahlknopf
PAR_WINX1 LIKE SY-WINX1 0 Spalte, in der das Popup beginnt
PAR_WINY1 LIKE SY-WINY1 0 Zeile, in der das Popup beginnt

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PAR_REPLY 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
TAB_LINES LIKE KABA03 Auswahlmöglichkeiten

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NOT_ENOUGH_LINES Zu wenig Zeilen zur Auswahl (0 oder 1)
TOO_MANY_LINES Zu viele Zeilen zur Auswahl (Maximum - 9)