SAP ABAP Class /BOFU/CL_CUIBB_LIST_HANDLER (View handler class for List views)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC-FBI (Application Component) Integration of FPM and Persistency Frameworks like BOPF
     /BOFU/FBI_RUNTIME_V1_CUBB (Package) FBI Runtime: Version 1 of Runtime: Freestyle feeders
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOFU/CL_CUIBB_VIEW_HANDLER Custom View Handler Base Implementation 20090824
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_CUIBB_LIST_HANDLER View handler from List view 20090824
Properties
Class /BOFU/CL_CUIBB_LIST_HANDLER  
Short Description View handler class for List views    
Super Class /BOFU/CL_CUIBB_VIEW_HANDLER Custom View Handler Base Implementation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/FBI_RUNTIME_V1_CUBB   FBI Runtime: Version 1 of Runtime: Freestyle feeders 
Created 20090824   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOFU/CL_FBI_UI_CUIBB_ASSIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 /BOFU/IF_CUIBB_LIST_HANDLER View handler from List view 20090824
Friends
Class /BOFU/CL_CUIBB_LIST_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_TABLE_MANAGER Instance attribute Private Object reference (TYPE REF TO) /BOFU/IF_CUIBB_TABLE_MANAGER 20090824
2 MO_TYPE_DESC Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20090824
3 MR_BOUND_TABLE Instance attribute Private Object reference (TYPE REF TO) DATA 20090824
4 MT_SELECTED_KEYS Instance attribute Private Type reference (TYPE) /BOFU/CL_CUIBB_ASSISTANCE=>TY_T_KEYS 20090824
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_ACTION_PROPERTIES Instance method Protected Method 20090824
2 ADAPT_CHANGELIST Instance method Protected Method 20090824
3 ADAPT_DATA Instance method Protected Method 20090824
4 ADAPT_LIST_PROPERTIES Instance method Protected Method 20090824
5 APPLY_FILTERING_AND_SORTING Instance method Private Method 20090824
6 APPLY_LIST_PROPERTY Instance method Protected Method 20090824
7 CONSTRUCTOR Instance method Public Constructor 20090824
8 GET_BOUND_TABLE Instance method Private Method 20090824
9 GET_FIELD_USAGES Instance method Protected Method 20090824
10 GET_INDEXES_BY_KEYS Instance method Private Method 20090824
11 GET_INDEX_BY_KEY Instance method Private Method 20090824
12 GET_INDEX_BY_KEY_FROM_CONTEXT Instance method Private Method 20090824
13 GET_KEYS_BY_INDEXES Instance method Private Method 20090824
14 GET_KEY_BY_INDEX Instance method Private Method 20090824
15 GET_LEAD_SELECT_KEY Instance method Private Method 20090824
16 GET_SELECTED_KEYS Instance method Private Method 20090824
17 GET_UI_TABLE_DESR Instance method Private Method 20090824
18 INIT_LIST_USAGES Instance method Private Method 20090824
Events
Class /BOFU/CL_CUIBB_LIST_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_FIELD_PROPERTY Public See coding 20090824 BEGIN OF ty_s_field_property, key TYPE /bobf/conf_key, name TYPE string, visible TYPE wdy_boolean, mandatory TYPE wdy_boolean, read_only TYPE wdy_boolean, enabled TYPE wdy_boolean, END OF ty_s_field_property
2 TY_S_SUFFIX Private See coding 20090824 BEGIN OF ty_s_suffix, name TYPE string, suffix TYPE string, END OF ty_s_suffix
3 TY_T_FIELD_PROPERTY Public See coding 20090824 ty_t_field_property TYPE TABLE OF ty_s_field_property
Method Signatures

Method ADAPT_ACTION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION_USAGE Call by reference Type reference (TYPE) FPMGB_T_ACTIONUSAGE 20090824
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20090824

Method ADAPT_ACTION_PROPERTIES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method ADAPT_CHANGELIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHANGELIST Call by reference Type reference (TYPE) TY_T_CHANGELOG 20090824

Method ADAPT_CHANGELIST on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method ADAPT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Value transfer Object reference (TYPE REF TO) DATA 20090824
2 Exporting EV_NO_BIND Call by reference Type reference (TYPE) BOOLE_D 20090824
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT 20090824
4 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20090824

Method ADAPT_DATA on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method ADAPT_LIST_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELD_PROPERTIES Call by reference Type reference (TYPE) TY_T_FIELD_PROPERTY 20090824
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20090824

Method ADAPT_LIST_PROPERTIES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method APPLY_FILTERING_AND_SORTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECTED_INDEXES Call by reference Type reference (TYPE) RSTABIXTAB 20090824
2 Importing IV_IS_FILTER_SET Call by reference Type reference (TYPE) BOOLE_D 20090824
3 Importing IV_IS_SORTING_SET Call by reference Type reference (TYPE) BOOLE_D 20090824
4 Importing IV_LEAD_INDEX Call by reference Type reference (TYPE) SYTABIX 20090824

Method APPLY_FILTERING_AND_SORTING on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method APPLY_LIST_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20090824
2 Importing IO_FBI_VIEW Call by reference Object reference (TYPE REF TO) /BOFU/IF_FBI_VIEW 20090824
3 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20090824
4 Importing IT_FIELD_USAGES Call by reference Type reference (TYPE) FPMGB_T_FIELDUSAGE 20090824

Method APPLY_LIST_PROPERTY on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REG_VIEW Call by reference Type reference (TYPE) /BOFU/CL_CUIBB_ASSISTANCE=>TY_S_REG_VIEWS 20090824

Method CONSTRUCTOR on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_BOUND_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_BOUND_DATA Value transfer Object reference (TYPE REF TO) DATA 20090824

Method GET_BOUND_TABLE on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_FIELD_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_USAGES Call by reference Type reference (TYPE) FPMGB_T_FIELDUSAGE 20090824
2 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20090824

Method GET_FIELD_USAGES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_INDEXES_BY_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEXES Call by reference Type reference (TYPE) RSTABIXTAB 20090824
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20090824
3 Importing IT_KEYS Call by reference Type reference (TYPE) /BOFU/CL_CUIBB_ASSISTANCE=>TY_T_KEYS 20090824

Method GET_INDEXES_BY_KEYS on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_INDEX_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20090824
2 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY 20090824
3 Returning RV_INDEX Value transfer Type reference (TYPE) I 20090824

Method GET_INDEX_BY_KEY on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_INDEX_BY_KEY_FROM_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY 20090824
2 Returning RV_INDEX Value transfer Type reference (TYPE) I 20090824

Method GET_INDEX_BY_KEY_FROM_CONTEXT on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_KEYS_BY_INDEXES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEYS Call by reference Type reference (TYPE) /BOFU/CL_CUIBB_ASSISTANCE=>TY_T_KEYS 20090824
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20090824
3 Importing IT_INDEXES Call by reference Type reference (TYPE) RSTABIXTAB 20090824

Method GET_KEYS_BY_INDEXES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_KEY_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20090824
2 Importing IV_INDEX Call by reference Type reference (TYPE) SYTABIX 20090824
3 Returning RV_KEY Value transfer Type reference (TYPE) /BOBF/CONF_KEY 20090824

Method GET_KEY_BY_INDEX on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_LEAD_SELECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KEY Value transfer Type reference (TYPE) /BOBF/CONF_KEY 20090824

Method GET_LEAD_SELECT_KEY on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_SELECTED_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECTED_KEYS Call by reference Type reference (TYPE) /BOFU/CL_CUIBB_ASSISTANCE=>TY_T_KEYS 20090824

Method GET_SELECTED_KEYS on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method GET_UI_TABLE_DESR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TABLE_DESR Value transfer Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20090824

Method GET_UI_TABLE_DESR on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.

Method INIT_LIST_USAGES Signature

Method INIT_LIST_USAGES on class /BOFU/CL_CUIBB_LIST_HANDLER has no parameter.
Method INIT_LIST_USAGES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702