SAP ABAP Class CL_FPM_TEST_LIST_MASTER (Feeder for Master/Detail example)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_TEST (Package) Floorplan Manager (Test applications)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20090116
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20090116
Properties
Class CL_FPM_TEST_LIST_MASTER  
Short Description Feeder for Master/Detail example    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_TEST   Floorplan Manager (Test applications) 
Created 20090116   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20090116
2 IF_FPM_GUIBB_LIST Generic List UI Building Block 20090116
Friends
Class CL_FPM_TEST_LIST_MASTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_EVENT_BC_HIDE Constant Private Type reference (TYPE) FPM_EVENT_ID 'ON_HIDE_' ID of the FPM Event 20090116
2 MC_EVENT_DD_SHOW Constant Private Type reference (TYPE) STRING 'ON_SHOW_COLUMN' ID of the FPM Event 20090116
3 MC_EVENT_IF_ENTER Constant Private Type reference (TYPE) STRING 'ON_ENTER' ID of the FPM Event 20090116
4 MC_EVENT_REFRESH Constant Private Type reference (TYPE) FPM_EVENT_ID 'ON_REFRESH' ID of the FPM Event 20090116
5 MR_FPM Static Attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20090116
6 MT_COLUMNS_MASTER Static Attribute Private Type reference (TYPE) TT_COLUMN_ATTRIBUTES 20090116
Methods
# Method Level Visibility Method type Description Created on
1 ADOPT_BUTTON_CHOICE Instance method Public Method 20090116
2 ADOPT_DD_VALUES_COLUMNS Instance method Public Method 20090116
3 DEFINE_BUTTON_CHOICE Instance method Public Method 20090116
4 GET_COLUMN_TYPE Instance method Public Method 20090116
5 GET_DD_VALUES_COLUMNS Instance method Public Method Get the value set for Drop Down List with table columns 20090116
6 GET_DD_VALUES_DISTID Instance method Public Method Get the value set for Drop Down List with distance IDs 20090116
7 GET_DTEL_TEXT Instance method Public Method 20090116
8 GET_SPFLI Instance method Public Method Get all flight connections 20090116
9 SET_COLUMN_VISIBILITY Instance method Public Method 20090116
10 SET_FIELD_DESCRIPTION Instance method Public Method 20090116
Events
Class CL_FPM_TEST_LIST_MASTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_COLUMN_ATTRIBUTES Public See coding 20090116
2 TT_SPFLI_EX Public See coding 20090116
3 TT_TABLE_KEY Public See coding 20090116
4 TY_COLUMN_ATTRIBUTES Public See coding 20090116
5 TY_SPFLI_EX Public See coding 20090116
6 TY_TABLE_KEY Public See coding 20090116
7 TY_TECHNICAL_FIELDS Public See coding 20090116
Method Signatures

Method ADOPT_BUTTON_CHOICE 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 Action Definition 20090116
2 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20090116

Method ADOPT_BUTTON_CHOICE on class CL_FPM_TEST_LIST_MASTER has no exception.

Method ADOPT_DD_VALUES_COLUMNS 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 Action Definition 20090116
2 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20090116

Method ADOPT_DD_VALUES_COLUMNS on class CL_FPM_TEST_LIST_MASTER has no exception.

Method DEFINE_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION_DEF Call by reference Type reference (TYPE) FPMGB_T_ACTIONDEF Action Definition 20090116

Method DEFINE_BUTTON_CHOICE on class CL_FPM_TEST_LIST_MASTER has no exception.

Method GET_COLUMN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ABS_TYPE_NAME Call by reference Type reference (TYPE) CLIKE Data element (semantic domain) 20090116
2 Returning RV_COLUMN_TYPE Value transfer Type reference (TYPE) ROLLNAME Data element (semantic domain) 20090116

Method GET_COLUMN_TYPE on class CL_FPM_TEST_LIST_MASTER has no exception.

Method GET_DD_VALUES_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIXED_VAL_COL Call by reference Type reference (TYPE) FPMGB_T_NAMEVALUE Name/Value Pairs 20090116

Method GET_DD_VALUES_COLUMNS on class CL_FPM_TEST_LIST_MASTER has no exception.

Method GET_DD_VALUES_DISTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIXED_VAL_DISTID Call by reference Type reference (TYPE) FPMGB_T_NAMEVALUE Name/Value Pairs 20090116

Method GET_DD_VALUES_DISTID on class CL_FPM_TEST_LIST_MASTER has no exception.

Method GET_DTEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) CLIKE 20090116
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20090116

Method GET_DTEL_TEXT on class CL_FPM_TEST_LIST_MASTER has no exception.

Method GET_SPFLI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SPFLI Call by reference Type reference (TYPE) TT_SPFLI_EX Flight schedule 20090116

Method GET_SPFLI on class CL_FPM_TEST_LIST_MASTER has no exception.

Method SET_COLUMN_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_FIELD_DESCR Call by reference Type reference (TYPE) ANY GUIBB List Field Description 20090116
2 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20090116
3 Importing IV_VISIBILITY Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE 20090116

Method SET_COLUMN_VISIBILITY on class CL_FPM_TEST_LIST_MASTER has no exception.

Method SET_FIELD_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELD_DESCR Call by reference Type reference (TYPE) FPMGB_T_LISTFIELD_DESCR GUIBB List Field Description 20090116
2 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20090116

Method SET_FIELD_DESCRIPTION on class CL_FPM_TEST_LIST_MASTER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720