SAP ABAP Class CL_FS_SELECTION_LIST (Selection List)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS (Application Component) Financial Services
     FS_SELECTION (Package) Selection
Properties
Class CL_FS_SELECTION_LIST  
Short Description Selection List    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FS_SELECTION   Selection 
Created 20080430   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FS_SELECTION_ENTRY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FS_SELECTION_LIST has no interface implemented.
Friends
Class CL_FS_SELECTION_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_POPUP 20080430
2 MT_ENTRIES Instance attribute Private Type reference (TYPE) IF_FS_SELECTION_ENTRY=>TAB 20080430
3 MV_TITLE Instance attribute Private Type reference (TYPE) STRING 20080430
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY Instance method Public Method Adds an Entry to this List 20080430
2 DISPLAY Instance method Public Method Displays this List 20080430
3 GET_SELECTED_ENTRIES Instance method Public Method Supplies all Selected Entries in this List 20080505
4 S_CREATE Static method Public Method Generates a New List 20080430
Events
Class CL_FS_SELECTION_LIST has no event.
Types
Class CL_FS_SELECTION_LIST has no local type.
Method Signatures

Method ADD_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTRY Call by reference Object reference (TYPE REF TO) IF_FS_SELECTION_ENTRY Eintrag in Selektionsliste 20080430

Method ADD_ENTRY on class CL_FS_SELECTION_LIST has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SELECTED_ENTRIES Value transfer Type reference (TYPE) IF_FS_SELECTION_ENTRY=>TAB 20080505

Method DISPLAY on class CL_FS_SELECTION_LIST has no exception.

Method GET_SELECTED_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ENTRIES Value transfer Type reference (TYPE) IF_FS_SELECTION_ENTRY=>TAB 20080505

Method GET_SELECTED_ENTRIES on class CL_FS_SELECTION_LIST has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TITLE Call by reference Type reference (TYPE) CSEQUENCE 20080430
2 Returning RO_LIST Value transfer Object reference (TYPE REF TO) CL_FS_SELECTION_LIST Selektionsliste 20080430

Method S_CREATE on class CL_FS_SELECTION_LIST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711