SAP ABAP Class CL_FPMGB_TREE_TEST_SFLIGHT_EC (Feeder class for test application of hierarchical list GUIBB)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_TEST_ECATT (Package) ECATT Tests
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 20100813
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20100813
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20100813
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_TREE_EXT GUIBB Tree extended 20100813
Properties
Class CL_FPMGB_TREE_TEST_SFLIGHT_EC  
Short Description Feeder class for test application of hierarchical list GUIBB    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_TEST_ECATT   ECATT Tests 
Created 20100813   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20100813
2 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20100813
3 IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20100813
4 IF_FPM_GUIBB_TREE_EXT GUIBB Tree extended 20100813
Friends
Class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_FORM_DATA Instance attribute Private Type reference (TYPE) TY_FCAT_FORM_DETAIL 20100813
2 MT_APPL_DATA Instance attribute Private Type reference (TYPE) FPMGB_T_TREE_TEST_FCAT_EC Field Catalog Table Type for Tree GUIBB 20100813
3 MT_APPL_DATA_INF Instance attribute Private Type reference (TYPE) TTY_FCAT_TABLETYPE 20100813
4 MV_ACTION_NODE Instance attribute Private Type reference (TYPE) STRING 20100813
5 MV_INDEX Instance attribute Private Type reference (TYPE) SYTABIX Index of Internal Tables 20100813
6 MV_PARAMETER Instance attribute Private Type reference (TYPE) STRING 20100813
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTION_DETAILS Instance method Private Method 20100813
2 GET_DATA_FOR_N_LEVEL Instance method Private Method 20100813
3 GET_INITIAL_DATA Instance method Private Method 20100813
4 GET_MASTER_COLUMN_DETAILS Instance method Private Method 20100813
5 HANDLE_GET_DATA Instance method Private Method 20100813
6 LOAD_DATA Instance method Private Method 20100813
7 LOAD_LEVEL_ONE Instance method Private Method 20100813
8 LOAD_LEVEL_TWO Instance method Private Method 20100813
9 READ_COUNTRIES Instance method Private Method 20100813
Events
Class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_FCAT_TABLETYPE Private See coding 20100813
2 TY_FCAT_FORM Private See coding 20100813
3 TY_FCAT_FORM_DETAIL Private See coding 20100813
4 TY_FCAT_STRUCTURE Private See coding 20100813
Method Signatures

Method GET_ACTION_DETAILS Signature

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

Method GET_ACTION_DETAILS on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.

Method GET_DATA_FOR_N_LEVEL Signature

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

Method GET_DATA_FOR_N_LEVEL on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.

Method GET_INITIAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_INITIAL_DATA Value transfer Type reference (TYPE) FPMGB_T_TREE_TEST_FCAT_EC Field Catalog Table Type for Tree GUIBB 20100813

Method GET_INITIAL_DATA on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.

Method GET_MASTER_COLUMN_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) FPMGB_T_TREEFIELD_DESCR FPM Tree GUIBB field description 20100813

Method GET_MASTER_COLUMN_DETAILS on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.

Method HANDLE_GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TREE_ATTRIBUTES Call by reference Type reference (TYPE) FPMGB_S_TREE_ATTRIBUTES Hierarchical List GUIBB - Master Column Attributes 20100813
2 Changing CT_ACTION_USAGE Call by reference Type reference (TYPE) FPMGB_T_ACTIONUSAGE Action usage 20100813
3 Changing CT_DATA Call by reference Type reference (TYPE) DATA 20100813
4 Changing CT_FIELD_USAGE Call by reference Type reference (TYPE) FPMGB_T_FIELDUSAGE Field Usage 20100813
5 Changing CT_SELECTED_LINES Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20100813
6 Changing CV_LEAD_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20100813
7 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20100813
8 Exporting EV_ACTION_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100813
9 Exporting EV_DATA_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100813
10 Exporting EV_FIELD_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100813
11 Exporting EV_SELECTED_LINES_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100813
12 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100813
13 Importing IT_SELECTED_FIELDS Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20100813
14 Importing IV_PARAMETER Call by reference Type reference (TYPE) STRING 20100813
15 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100813
16 Importing IV_VISIBLE_ROWS Call by reference Type reference (TYPE) I 20100813

Method HANDLE_GET_DATA on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.

Method LOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LEVEL Call by reference Type reference (TYPE) STRING 20100813
2 Exporting EV_SEATMAX1 Call by reference Type reference (TYPE) I 20100813
3 Exporting EV_SEATMAX2 Call by reference Type reference (TYPE) I 20100813
4 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) CHAR30 30 Characters 20100813
5 Importing IV_ROW_KEY Call by reference Type reference (TYPE) CHAR30 30 Characters 20100813

Method LOAD_DATA on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.

Method LOAD_LEVEL_ONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) FPMGB_T_TREE_TEST_FCAT_EC Field Catalog Table Type for Tree GUIBB 20100813
2 Importing IV_KEY_VALUE Call by reference Type reference (TYPE) CHAR30 30 Characters 20100813

Method LOAD_LEVEL_ONE on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.

Method LOAD_LEVEL_TWO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) FPMGB_T_TREE_TEST_FCAT_EC Field Catalog Table Type for Tree GUIBB 20100813
2 Exporting EV_SEATMAX1 Call by reference Type reference (TYPE) I 20100813
3 Exporting EV_SEATMAX2 Call by reference Type reference (TYPE) I 20100813
4 Importing IV_KEY_VALUE1 Call by reference Type reference (TYPE) CHAR30 30 Characters 20100813
5 Importing IV_KEY_VALUE2 Call by reference Type reference (TYPE) CHAR30 30 Characters 20100813

Method LOAD_LEVEL_TWO on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.

Method READ_COUNTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_COUNTRY_DESCR Call by reference Type reference (TYPE) FPMGB_S_TREEFIELD_DESCR GUIBB Tree Field Description 20100813

Method READ_COUNTRIES on class CL_FPMGB_TREE_TEST_SFLIGHT_EC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703