SAP ABAP Function Module POPUP_TO_CONFIRM (Standard Dialog Popup)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ASF-POP (Application Component) Standard Dialogs
     SZP (Package) R/3 Central Basis Development: Dialog Boxes...
Basic Data
Function Module POPUP_TO_CONFIRM Standard Dialog Popup  
Function Group SPO1   Dialog box for save prompts  
Program Name SAPLSPO1   ?... 
INCLUDE Name LSPO1U06    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ANSWER TYPE Return values: '1', '2', 'A'
Importing TITLEBAR TYPE SPACE Title of dialog box
Importing DIAGNOSE_OBJECT TYPE DOKHL-OBJECT SPACE Diagnosis text (maintain via SE61)
Importing TEXT_QUESTION TYPE Question text in dialog box
Importing TEXT_BUTTON_1 TYPE 'Ja'(001) Text on the first pushbutton
Importing ICON_BUTTON_1 TYPE ICON-NAME SPACE Icon on first pushbutton
Importing TEXT_BUTTON_2 TYPE 'Nein'(002) Text on the second pushbutton
Importing ICON_BUTTON_2 TYPE ICON-NAME SPACE Icon on second pushbutton
Importing DEFAULT_BUTTON TYPE '1' Cursor position
Importing DISPLAY_CANCEL_BUTTON TYPE 'X' Button for displaying cancel pushbutton
Importing USERDEFINED_F1_HELP TYPE DOKHL-OBJECT SPACE User-Defined F1 Help
Importing START_COLUMN TYPE SYST-CUCOL 25 Column in which the POPUP begins
Importing START_ROW TYPE SYST-CUROW 6 Line in which the POPUP begins
Importing POPUP_TYPE TYPE ICON-NAME Icon type
Importing IV_QUICKINFO_BUTTON_1 TYPE TEXT132 SPACE Quick Info on First Pushbutton
Importing IV_QUICKINFO_BUTTON_2 TYPE TEXT132 SPACE Quick Info on Second Pushbutton
Tables PARAMETER TYPE SPAR Text transfer table for parameter in text
Exception TEXT_NOT_FOUND TYPE Diagnosis text not found
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19961129 
SAP Release Created in