SAP ABAP Class CL_FPMGB_DEMO_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_DEMO (Package) Floorplan Manager (Examples and Demo 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 20080229
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20080229
Properties
Class CL_FPMGB_DEMO_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_DEMO   Floorplan Manager (Examples and Demo applications) 
Created 20080229   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 20080229
2 IF_FPM_GUIBB_LIST Generic List UI Building Block 20080229
Friends
Class CL_FPMGB_DEMO_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 20080313
2 MC_EVENT_DD_SHOW Constant Private Type reference (TYPE) STRING 'ON_SHOW_COLUMN' ID of the FPM Event 20080313
3 MC_EVENT_IF_ENTER Constant Private Type reference (TYPE) STRING 'ON_ENTER' ID of the FPM Event 20080313
4 MC_EVENT_REFRESH Constant Private Type reference (TYPE) FPM_EVENT_ID 'ON_REFRESH' ID of the FPM Event 20080313
5 MR_FPM Static Attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20080229
6 MR_SHARED_DATA Static Attribute Protected Object reference (TYPE REF TO) CL_FPMGB_DEMO_SHARED_DATA Data Provider for several GUIBBs 20080229
7 MT_COLUMNS_MASTER Static Attribute Private Type reference (TYPE) TT_COLUMN_ATTRIBUTES 20080310
Methods
# Method Level Visibility Method type Description Created on
1 ADOPT_BUTTON_CHOICE Instance method Public Method 20080313
2 ADOPT_DD_VALUES_COLUMNS Instance method Public Method 20080313
3 DEFINE_BUTTON_CHOICE Instance method Public Method 20080310
4 GET_COLUMN_TYPE Instance method Public Method 20080312
5 GET_DD_VALUES_COLUMNS Instance method Public Method Get the value set for Drop Down List with table columns 20080304
6 GET_DD_VALUES_DISTID Instance method Public Method Get the value set for Drop Down List with distance IDs 20080317
7 GET_DTEL_TEXT Instance method Public Method 20080312
8 GET_SPFLI Instance method Public Method Get all flight connections 20080229
9 SET_COLUMN_VISIBILITY Instance method Public Method 20080310
10 SET_FIELD_DESCRIPTION Instance method Public Method 20080310
Events
Class CL_FPMGB_DEMO_LIST_MASTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_COLUMN_ATTRIBUTES Public See coding 20080310 tt_column_attributes TYPE STANDARD TABLE OF ty_column_attributes
2 TT_SPFLI_EX Public See coding 20080229 tt_spfli_ex TYPE STANDARD TABLE OF ty_spfli_ex WITH DEFAULT KEY
3 TT_TABLE_KEY Public See coding 20080229 tt_table_key TYPE STANDARD TABLE OF ty_table_key
4 TY_COLUMN_ATTRIBUTES Public See coding 20080310 BEGIN OF ty_column_attributes. INCLUDE TYPE fpmgb_s_fieldusage. TYPES: column_type TYPE abap_abstypename, END OF ty_column_attributes
5 TY_SPFLI_EX Public See coding 20080229 BEGIN OF ty_spfli_ex, mandt TYPE spfli-mandt, carrid TYPE spfli-carrid, connid TYPE spfli-connid, countryfr TYPE spfli-countryfr, cityfrom TYPE spfli-cityfrom, airpfrom TYPE spfli-airpfrom, countryto TYPE spfli-countryto, cityto TYPE spfli-cityto, airpto TYPE spfli-airpto, fltime TYPE spfli-fltime, deptime TYPE spfli-deptime, arrtime TYPE spfli-arrtime, distance TYPE spfli-distance, distid TYPE spfli-distid, fltype TYPE spfli-fltype, period TYPE spfli-period, url TYPE scarr-url, enabled TYPE boole_d, END OF ty_spfli_ex
6 TY_TABLE_KEY Public See coding 20080229 BEGIN OF ty_table_key, mandt TYPE s_mandt, carrid TYPE s_carr_id, connid TYPE s_conn_id, END OF ty_table_key
7 TY_TECHNICAL_FIELDS Public See coding 20080314 BEGIN OF ty_technical_fields, url TYPE scarr-url, enabled TYPE boole_d, END OF ty_technical_fields
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 20080313
2 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20080313

Method ADOPT_BUTTON_CHOICE on class CL_FPMGB_DEMO_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 20080313
2 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20080313

Method ADOPT_DD_VALUES_COLUMNS on class CL_FPMGB_DEMO_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 20080310

Method DEFINE_BUTTON_CHOICE on class CL_FPMGB_DEMO_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) 20080312
2 Returning RV_COLUMN_TYPE Value transfer Type reference (TYPE) ROLLNAME Data element (semantic domain) 20080312

Method GET_COLUMN_TYPE on class CL_FPMGB_DEMO_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 20080304

Method GET_DD_VALUES_COLUMNS on class CL_FPMGB_DEMO_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 20080317

Method GET_DD_VALUES_DISTID on class CL_FPMGB_DEMO_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 20080312
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20080312

Method GET_DTEL_TEXT on class CL_FPMGB_DEMO_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 20080229

Method GET_SPFLI on class CL_FPMGB_DEMO_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 20080310
2 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20080310
3 Importing IV_VISIBILITY Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE 20080310

Method SET_COLUMN_VISIBILITY on class CL_FPMGB_DEMO_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 20080314
2 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20080310

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