Menu

SAP Function Module SAPSCRIPT_YES_NO

Popup to confirm Ja/Nein mit Variablen

The Function Module SAPSCRIPT_YES_NO (Popup to confirm Ja/Nein mit Variablen) is a standard Function Module in SAP ERP and is part of the function group STXU within the package STXD.

Technical Information

Function Module SAPSCRIPT_YES_NO
Short Text Popup to confirm Ja/Nein mit Variablen
Function Group STXU
Package STXD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DEFAULTOPTION LIKE 'Y' Cursor positioning on answer Yes or No
TEXT LIKE SPACE Text with max.of 4 variables (symbols &)
TITLETEXT LIKE RSTXU-TITLE SPACE Text for title bar
VAR1 LIKE SPACE Variable 1 in text TEXT
VAR2 LIKE SPACE Variable 2 in text TEXT
VAR3 LIKE SPACE Variable 3 in text TEXT
VAR4 LIKE SPACE Variable 4 in text TEXT

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ANSWER LIKE Antwort des Benutzers

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.