SAP ABAP Function Module POPUP_TO_DECIDE_LIST (Dialog box for choosing from a list without diagnosis)
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_DECIDE_LIST Dialog box for choosing from a list without diagnosis  
Function Group SPO5   Dialog box for selecting from lists  
Program Name SAPLSPO5    
INCLUDE Name LSPO5U01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ANSWER TYPE Return Value for Cancel/Select Option
Importing CURSORLINE TYPE SYST-LILLI 1 Cursor/proposal line radio button line
Importing MARK_FLAG TYPE SPACE Selection list with check buttons flag
Importing MARK_MAX TYPE 1 maximum allowed number of selections
Importing START_COL TYPE SYST-CUCOL 0 Column in which the dialog box begins
Importing START_ROW TYPE SYST-CUROW 0 Line in which the popup starts
Importing TEXTLINE1 TYPE first text line
Importing TEXTLINE2 TYPE SPACE second text line
Importing TEXTLINE3 TYPE SPACE third text line
Importing TITEL TYPE Popup header line
Importing DISPLAY_ONLY TYPE SPACE Display only, selection not possible
Tables T_SPOPLI TYPE SPOPLI Possible Selections
Exception NOT_ENOUGH_ANSWERS TYPE not enough responses proposed
Exception TOO_MUCH_ANSWERS TYPE too many responses (>15) proposed
Exception TOO_MUCH_MARKS TYPE too many selections
               
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  19950113 
SAP Release Created in