Menu

SAP Function Module ECATT_DECIDE_W_MESSAGE_POPUP

Popup - Alternativen Entscheidung mit Diagnose

The Function Module ECATT_DECIDE_W_MESSAGE_POPUP (Popup - Alternativen Entscheidung mit Diagnose) is a standard Function Module in SAP ERP and is part of the function group ECATT_GUI_POPUP within the package SECATT_GUI.

Technical Information

Function Module ECATT_DECIDE_W_MESSAGE_POPUP
Short Text Popup - Alternativen Entscheidung mit Diagnose
Function Group ECATT_GUI_POPUP
Package SECATT_GUI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CANCEL_DISPLAY LIKE 'X'
DEFAULTOPTION LIKE '1' Cursor position on first or second alternative
DIAGNOSETEXT1 LIKE
DIAGNOSETEXT2 LIKE SPACE
DIAGNOSETEXT3 LIKE SPACE
START_COLUMN LIKE SY-CUCOL 25 Start column of the dialog box
START_ROW LIKE SY-CUROW 6 Start line of the dialog box
TEXTLINE1 LIKE
TEXTLINE2 LIKE SPACE
TEXTLINE3 LIKE SPACE
TEXT_CHECKBOX LIKE
TEXT_OPTION1 LIKE Text of first alternative
TEXT_OPTION2 LIKE Text of second alternative
TEXT_OPTION3 LIKE SPACE
TEXT_RADIOBUTTON1 LIKE
TEXT_RADIOBUTTON2 LIKE
TEXT_RADIOBUTTON3 LIKE
TITEL LIKE Title line of dialog box

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ANSWER LIKE selected answer of user

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHECKBOX TYPE ETONOFF eCATT Switch On/Off
RADIOBUTTON TYPE CHAR1

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.