Menu

SAP Function Module POPUP_TO_CONFIRM

Standard Dialog Popup

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module POPUP_TO_CONFIRM (Standard Dialog Popup) is a standard Function Module in SAP ERP and is part of the function group SPO1 within the package SZP.

Technical Information

Function Module POPUP_TO_CONFIRM
Short Text Standard Dialog Popup
Function Group SPO1
Package SZP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DEFAULT_BUTTON LIKE '1' Cursor position
DIAGNOSE_OBJECT LIKE DOKHL-OBJECT SPACE Diagnosis text (maintain via SE61)
DISPLAY_CANCEL_BUTTON LIKE 'X' Button for displaying cancel pushbutton
ICON_BUTTON_1 LIKE ICON-NAME SPACE Icon on first pushbutton
ICON_BUTTON_2 LIKE ICON-NAME SPACE Icon on second pushbutton
IV_QUICKINFO_BUTTON_1 TYPE TEXT132 SPACE Quick Info on First Pushbutton
IV_QUICKINFO_BUTTON_2 TYPE TEXT132 SPACE Quick Info on Second Pushbutton
POPUP_TYPE LIKE ICON-NAME Icon type
START_COLUMN LIKE SY-CUCOL 25 Column in which the POPUP begins
START_ROW LIKE SY-CUROW 6 Line in which the POPUP begins
TEXT_BUTTON_1 LIKE 'Ja'(001) Text on the first pushbutton
TEXT_BUTTON_2 LIKE 'Nein'(002) Text on the second pushbutton
TEXT_QUESTION LIKE Question text in dialog box
TITLEBAR LIKE SPACE Title of dialog box
USERDEFINED_F1_HELP LIKE DOKHL-OBJECT SPACE User-Defined F1 Help

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ANSWER LIKE Return values: '1', '2', 'A'

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
PARAMETER LIKE SPAR Text transfer table for parameter in text

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
TEXT_NOT_FOUND Diagnosis text not found