SAP ABAP Class CL_FPM_LPD_CONFIG_READER (Config reader class for launchpad GUIBB)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_CONFIG_READER Configuration Reader for OIF 20100503
Properties
Class CL_FPM_LPD_CONFIG_READER  
Short Description Config reader class for launchpad GUIBB    
Super Class CL_FPM_CONFIG_READER Configuration Reader for OIF 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20100503   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_LPD_CONFIG_READER has no forward declaration.
Interfaces
Class CL_FPM_LPD_CONFIG_READER has no interface implemented.
Friends
Class CL_FPM_LPD_CONFIG_READER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ARIA_LANDMARK Instance attribute Private Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131029
2 MD_FEEDER Instance attribute Private Type reference (TYPE) SEOCLSNAME Object Type Name 20100505
3 MD_INSTANCE Instance attribute Private Type reference (TYPE) APB_LPD_INSTANCE Instance 20100505
4 MD_ROLE Instance attribute Private Type reference (TYPE) APB_LPD_ROLE Role 20100505
5 MD_TITLE Instance attribute Private Type reference (TYPE) WDY_CONF_TRANSL_TEXT Web Dynpro: Configuration: Translatable Text 20100505
6 MT_PARAMETER Instance attribute Private Type reference (TYPE) TY_T_PARAMETER_INT 20100505
7 MV_LPD_NODE_ID Instance attribute Public Type reference (TYPE) STRING 20100504
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100504
2 GET_HOME_PAGE_ATTRIBUTES Instance method Public Method 20100504
3 GET_LAUNCHPAD_ATTRIBUTES Instance method Public Method 20100503
4 GET_MOST_FREQ_USED_ATTRIBUTES Instance method Public Method 20100505
5 GET_PARAMETERS Instance method Public Method 20100505
6 GET_RELATED_LINKS_ATTRIBUTES Instance method Public Method 20100505
Events
Class CL_FPM_LPD_CONFIG_READER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_LPD Private See coding 20100504 BEGIN OF ty_s_lpd , feeder TYPE c LENGTH 30, title TYPE wdy_conf_transl_text, role TYPE apb_lpd_role, instance TYPE apb_lpd_instance, END OF ty_s_lpd
2 TY_S_PARAMETERS Public See coding 20100505 BEGIN OF ty_s_parameters , name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, END OF ty_s_parameters
3 TY_S_PARAMETER_INT Public See coding 20100505 BEGIN OF ty_s_parameter_int , name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, path type string, END OF ty_s_parameter_int
4 TY_T_LPD Private See coding 20100504 ty_t_lpd TYPE STANDARD TABLE OF ty_s_lpd
5 TY_T_PARAMETERS Public See coding 20100505 ty_t_parameters TYPE STANDARD TABLE OF ty_s_parameters
6 TY_T_PARAMETER_INT Public See coding 20100505 ty_t_parameter_int TYPE STANDARD TABLE OF ty_s_parameter_int
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPL_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_APPL_READER Read Interface for Application Configuration 20100504
2 Importing IR_COMP_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_READER Read Interface for the Component Configuration 20100504
3 Importing IV_CONFIGURATION_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20100504
4 Importing IV_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Type of Web Dynpro Configuration 20100504
5 Importing IV_NO_VARIANTS Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100504
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100504

Method GET_HOME_PAGE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_DEFAULT_VIEW Call by reference Type reference (TYPE) FPMGB_LPD_VIEWS Launchpad Views 20100504
2 Exporting ED_DIRECTORY_VISIBLE Call by reference Type reference (TYPE) FPMGB_LPD_VISIBILITY Launchpad Visibility 20100504
3 Exporting ED_INDEX_VISIBLE Call by reference Type reference (TYPE) FPMGB_LPD_VISIBILITY Launchpad Visibility 20100504
4 Exporting ED_INSTANCE Call by reference Type reference (TYPE) APB_LPD_INSTANCE Instance 20100504
5 Exporting ED_LINK_TO_AREA_PAGE_AS_TEXT Call by reference Type reference (TYPE) FPMGB_NO_LINK_TO_AREA_PAGE Rendering of a Link to an Area Page 20120207
6 Exporting ED_MAP_VISIBLE Call by reference Type reference (TYPE) FPMGB_LPD_VISIBILITY Launchpad Visibility 20100504
7 Exporting ED_NUMBER_OF_COLUMNS Call by reference Type reference (TYPE) FPMGB_LPD_NUM_OF_COLUMNS Number of Columns in Launchpad UIBB 20120207
8 Exporting ED_ROLE Call by reference Type reference (TYPE) APB_LPD_ROLE Role 20100504
9 Exporting ED_SHOW_FOL_INFO_AT_AREA_PAGE Call by reference Type reference (TYPE) FPMGB_FOLDER_INFO_AT_AREA_PAGE First-Level Folder Information on Area Page 20120207
10 Exporting ED_TREE_VISIBLE Call by reference Type reference (TYPE) FPMGB_LPD_VISIBILITY Launchpad Visibility 20120207
11 Exporting ED_VISIBILITY Call by reference Type reference (TYPE) FPMGB_INVISIBLE_ON_ALL_VIEWS Visibility of Links in Launchpad UI Building Block 20100504
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100527

Method GET_LAUNCHPAD_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131029
2 Exporting ED_FEEDER Call by reference Type reference (TYPE) SEOCLSNAME Name of the feeder class 20100503
3 Exporting ED_INSTANCE Call by reference Type reference (TYPE) APB_LPD_INSTANCE Instance 20100505
4 Exporting ED_ROLE Call by reference Type reference (TYPE) APB_LPD_ROLE Role 20100505
5 Exporting ED_TITLE Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT Title 20100503

Method GET_LAUNCHPAD_ATTRIBUTES on class CL_FPM_LPD_CONFIG_READER has no exception.

Method GET_MOST_FREQ_USED_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_REFRESH Call by reference Type reference (TYPE) WDY_BOOLEAN 20100505
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100527

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETERS Call by reference Type reference (TYPE) TY_T_PARAMETERS Parameters 20100505
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100527

Method GET_RELATED_LINKS_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_INSTANCE Call by reference Type reference (TYPE) APB_LPD_INSTANCE Instance 20100505
2 Exporting ED_LIST_HEADER Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT List Header 20120207
3 Exporting ED_ROLE Call by reference Type reference (TYPE) APB_LPD_ROLE Role 20100505
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20100527
History
Last changed by/on SAP  20141120 
SAP Release Created in 703