SAP ABAP Class CL_I18N_CF_LIST (Results + ALV grid)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-PRN (Application Component) Print and Output Management
     SPOOL_CASCADING_FONTS (Package) Cascading Fonts Configurator
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_I18N_CASCADINGFONT_LIST Cascading font info list 20130417
2 Inheritance (c INHERITING FROM c_ref)  CL_I18N_CF_CHARWIDTH_MANAGER Charwidth manager 20130417
Properties
Class CL_I18N_CF_LIST  
Short Description Results + ALV grid    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPOOL_CASCADING_FONTS   Cascading Fonts Configurator 
Created 20130417   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_I18N_CF_LIST has no forward declaration.
Interfaces
Class CL_I18N_CF_LIST has no interface implemented.
Friends
Class CL_I18N_CF_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTAINER_NAME Instance attribute Protected Type reference (TYPE) SCRFNAME Container Name 20130417
2 CONTAINER_PARENT Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTAINER Notwendig wenn man Controls auf einem Popup-Screen darstellt 20130417
3 CUSTOM_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Custom Container 20130417
4 EDIT Instance attribute Public Type reference (TYPE) CHAR01 Grid im Änderungsmodus 20130417
5 FIELDCAT Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Feldkatalog 20130417
6 FILTER Instance attribute Protected Type reference (TYPE) LVC_T_FILT Filter 20130417
7 GRID Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Grid 20130417
8 LAYOUT Instance attribute Protected Type reference (TYPE) LVC_S_LAYO Layout 20130417
9 OUTTAB Instance attribute Public Object reference (TYPE REF TO) DATA Ausgabetabelle 20130417
10 SEL_ROWS Instance attribute Protected Type reference (TYPE) LVC_T_ROW ALV control: Table rows 20130417
11 SORT Instance attribute Protected Type reference (TYPE) LVC_T_SORT ALV-Contol: Tabelle der Sortierkriterien 20130417
12 TITLE Instance attribute Protected Type reference (TYPE) LVC_TITLE ALV-Control: Tabelle der Filterbedingungen 20130417
13 TOOLBAR_EXCLUDING Instance attribute Protected Type reference (TYPE) UI_FUNCTIONS Nicht anzuzeigende Funktionen 20130417
14 VARIANT Instance attribute Protected Type reference (TYPE) DISVARIANT Variantensicherung 20130417
15 X_SAVE Instance attribute Protected Type reference (TYPE) CHAR01 Sicherung erlaubt 20130417
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_LAYOUT Instance method Public Method Build ALV grid layout 20130417
2 CONSTRUCTOR Instance method Public Constructor Constructor 20130417
3 DISPLAY Instance method Public Event handling method Display 20130417
4 FILL Instance method Public Method Fill of result table 20130417
5 FREE Instance method Public Method Empty the container 20130417
6 HANDLE_BEFORE_USER_COMMAND Instance method Public Event handling method Eventhandler for BEFORE_USER_COMMAND 20130417
7 HANDLE_DATA_CHANGED Instance method Public Event handling method Eventhandler for changes 20130417
8 HANDLE_DOUBLE_CLICK Instance method Public Event handling method Eventhandler for double click 20130417
9 HANDLE_MENU_BUTTON Instance method Public Event handling method Eventhandler for the menue button 20130417
10 HANDLE_TOOLBAR Instance method Public Event handling method Eventhandler for the toolbar 20130417
11 HANDLE_USER_COMMAND Instance method Public Event handling method Eventhandler for User Commands 20130417
12 SET_FILTER Instance method Protected Method Filter table is filled 20130417
13 SET_READY_FOR_INPUT Instance method Protected Method 'S'how <-> 'U'pdate 20130417
14 SET_SEL_ROWS Instance method Protected Method Selected rows table is filled 20130417
15 SET_SORT Instance method Protected Method Sort table is filled 20130417
Events
Class CL_I18N_CF_LIST has no event.
Types
Class CL_I18N_CF_LIST has no local type.
Method Signatures

Method BUILD_LAYOUT Signature

Method BUILD_LAYOUT on class CL_I18N_CF_LIST has no parameter.
Method BUILD_LAYOUT on class CL_I18N_CF_LIST has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_I18N_CF_LIST has no parameter.
Method CONSTRUCTOR on class CL_I18N_CF_LIST has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_I18N_CF_LIST has no parameter.
Method DISPLAY on class CL_I18N_CF_LIST has no exception.

Method FILL Signature

Method FILL on class CL_I18N_CF_LIST has no parameter.
Method FILL on class CL_I18N_CF_LIST has no exception.

Method FREE Signature

Method FREE on class CL_I18N_CF_LIST has no parameter.
Method FREE on class CL_I18N_CF_LIST has no exception.

Method HANDLE_BEFORE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Type reference (TYPE) 20130417

Method HANDLE_BEFORE_USER_COMMAND on class CL_I18N_CF_LIST has no exception.

Method HANDLE_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Call by reference Type reference (TYPE) 20130417

Method HANDLE_DATA_CHANGED on class CL_I18N_CF_LIST has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN Call by reference Type reference (TYPE) 20130417
2 Importing E_ROW Call by reference Type reference (TYPE) 20130417

Method HANDLE_DOUBLE_CLICK on class CL_I18N_CF_LIST has no exception.

Method HANDLE_MENU_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Type reference (TYPE) 20130417
2 Importing E_UCOMM Call by reference Type reference (TYPE) 20130417

Method HANDLE_MENU_BUTTON on class CL_I18N_CF_LIST has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Call by reference Type reference (TYPE) 20130417
2 Importing E_OBJECT Call by reference Type reference (TYPE) 20130417

Method HANDLE_TOOLBAR on class CL_I18N_CF_LIST has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Type reference (TYPE) 20130417

Method HANDLE_USER_COMMAND on class CL_I18N_CF_LIST has no exception.

Method SET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FILTER Call by reference Type reference (TYPE) LVC_T_FILT ALV control: Table of filter conditions 20130417

Method SET_FILTER on class CL_I18N_CF_LIST has no exception.

Method SET_READY_FOR_INPUT Signature

Method SET_READY_FOR_INPUT on class CL_I18N_CF_LIST has no parameter.
Method SET_READY_FOR_INPUT on class CL_I18N_CF_LIST has no exception.

Method SET_SEL_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SEL_ROWS Call by reference Type reference (TYPE) LVC_T_ROW ALV control: Table rows 20130417

Method SET_SEL_ROWS on class CL_I18N_CF_LIST has no exception.

Method SET_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SORT Call by reference Type reference (TYPE) LVC_T_SORT ALV Control: Table of Sort Criteria 20130417

Method SET_SORT on class CL_I18N_CF_LIST has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740