SAP ABAP Class CL_FPM_QV_DATASET_CFG_WRITER (Configuration Writer for Quickview Dataset)
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_WRITER Configuration Rerader for OIF 20120507
Properties
Class CL_FPM_QV_DATASET_CFG_WRITER  
Short Description Configuration Writer for Quickview Dataset    
Super Class CL_FPM_CONFIG_WRITER Configuration Rerader 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 20120507   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_FPM_CONFIG_WRITER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_FPM_FORM_CONFIG_WRITER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FPM_OIF_CONFIG_WRITER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_FPM_QV_THING_CONFIG_READER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_FPM_OIF Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FPM_QV_DATASET_CFG_WRITER has no interface implemented.
Friends
Class CL_FPM_QV_DATASET_CFG_WRITER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_ATTRIBUTE Instance attribute Private Type reference (TYPE) TY_T_ATTRIBUTE_INT 20120507
2 MV_NODE_ID Instance attribute Private Type reference (TYPE) STRING 20120507
3 MV_ROOT_PATH Instance attribute Private Type reference (TYPE) STRING 20120507
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTRIBUTE Instance method Public Method 20120507
2 ADD_ATTR_LPD_APPL_KEY Instance method Public Method 20120507
3 ADD_PARAMETER Instance method Public Method 20120507
4 CHECK Instance method Public Method 20120507
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120507
6 GET_ATTRIBUTE Instance method Private Method 20120507
7 GET_ATTRIBUTE_PATH Instance method Private Method 20120507
8 SAVE Instance method Public Method 20120507
9 SET_QV_THING_ATTRIBUTE Instance method Public Method 20120507
Events
Class CL_FPM_QV_DATASET_CFG_WRITER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ATTRIBUTE_INT Private See coding 20120507 BEGIN OF ty_s_attribute_int. INCLUDE TYPE cl_fpm_qv_thing_config_reader=>ty_s_attribute. TYPES: path TYPE string, END OF ty_s_attribute_int
2 TY_S_HOMEPAGE Public See coding 20120507 BEGIN OF ty_s_homepage , default_view TYPE fpmgb_lpd_views, map TYPE fpmgb_lpd_visibility, directory TYPE fpmgb_lpd_visibility, index TYPE fpmgb_lpd_visibility, tree TYPE fpmgb_lpd_visibility, visibility TYPE fpmgb_invisible_on_all_views, link_to_area_page_as_text TYPE fpmgb_no_link_to_area_page, show_folder_info_at_area_page TYPE fpmgb_folder_info_at_area_page, number_of_columns TYPE fpmgb_lpd_num_of_columns, END OF ty_s_homepage
3 TY_S_LPD Public See coding 20120507 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
4 TY_S_LPD_PARAMETER Public See coding 20120507 BEGIN OF ty_s_lpd_parameter , name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, END OF ty_s_lpd_parameter
5 TY_S_MOST_FREQ_USED Public See coding 20120507 BEGIN OF ty_s_most_freq_used , refresh TYPE wdy_boolean, END OF ty_s_most_freq_used
6 TY_S_RELATED_LINKS Public See coding 20120507 BEGIN OF ty_s_related_links , role TYPE apb_lpd_role, instance TYPE apb_lpd_instance, list_header TYPE wdy_conf_transl_text, END OF ty_s_related_links
7 TY_T_ATTRIBUTE_INT Private See coding 20120507 ty_t_attribute_int TYPE STANDARD TABLE OF ty_s_attribute_int
8 TY_T_HOMEPAGE Public See coding 20120507 ty_t_homepage TYPE STANDARD TABLE OF ty_s_homepage
9 TY_T_LPD Public See coding 20120507 ty_t_lpd TYPE STANDARD TABLE OF ty_s_lpd
10 TY_T_LPD_PARAMETER Public See coding 20120507 ty_t_lpd_parameter TYPE STANDARD TABLE OF ty_s_lpd_parameter
11 TY_T_MOST_FREQ_USED Public See coding 20120507 ty_t_most_freq_used TYPE STANDARD TABLE OF ty_s_most_freq_used
12 TY_T_RELATED_LINKS Public See coding 20120507 ty_t_related_links TYPE STANDARD TABLE OF ty_s_related_links
Method Signatures

Method ADD_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE Call by reference Type reference (TYPE) CL_FPM_QV_THING_CONFIG_READER=>TY_T_ATTRIBUTE 20120507
2 Importing IT_ATTRIBUTE Call by reference Type reference (TYPE) CL_FPM_QV_THING_CONFIG_READER=>TY_T_ATTRIBUTE 20120507

Method ADD_ATTRIBUTE on class CL_FPM_QV_DATASET_CFG_WRITER has no exception.

Method ADD_ATTR_LPD_APPL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTR_LPD_APPL_KEY Call by reference Type reference (TYPE) CL_FPM_QV_THING_CONFIG_READER=>TY_S_ATTR_LPD_APPL_KEY 20120507
2 Importing IV_ATTRIBUTE_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20120507

Method ADD_ATTR_LPD_APPL_KEY on class CL_FPM_QV_DATASET_CFG_WRITER has no exception.

Method ADD_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) CL_FPM_QV_THING_CONFIG_READER=>TY_T_PARAMETER 20120507

Method ADD_PARAMETER on class CL_FPM_QV_DATASET_CFG_WRITER has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPM_T_T100_MESSAGES Messages exported to be dispalyed in popup 20120507
2 Exporting EV_ERROR Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120507

Method CHECK on class CL_FPM_QV_DATASET_CFG_WRITER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPL_WRITER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_APPL_MODIFIER Write Interface for Application Configuration 20120507
2 Importing IR_COMP_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_READER Read Interface for the Component Configuration 20120507
3 Importing IR_COMP_WRITER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_MODIFIER Write Interface for the Component Configuration 20120507
4 Importing IR_CONFIG_TOOL_COMP Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_TOOL_COMP API Configuration Component 20120507
5 Importing IV_CONFIGURATION_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20120507
6 Importing IV_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Type of Web Dynpro Configuration 20120507
7 Importing IV_CREATE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120507
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20120507

Method GET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE Call by reference Type reference (TYPE) CL_FPM_QV_THING_CONFIG_READER=>TY_T_ATTRIBUTE 20120507

Method GET_ATTRIBUTE on class CL_FPM_QV_DATASET_CFG_WRITER has no exception.

Method GET_ATTRIBUTE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_PATH Value transfer Type reference (TYPE) STRING 20120507
2 Importing IV_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20120507

Method GET_ATTRIBUTE_PATH on class CL_FPM_QV_DATASET_CFG_WRITER has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ERROR Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120507

Method SAVE on class CL_FPM_QV_DATASET_CFG_WRITER has no exception.

Method SET_QV_THING_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131023
2 Importing IV_DATASET_TITLE Call by reference Type reference (TYPE) FPM_QV_DATASET_TITLE Dataset Title 20120507
3 Importing IV_FEEDER Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20120507
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION 20120507
2 CX_WD_PERSONALIZATION Personalization Error 20120507
History
Last changed by/on SAP  20141120 
SAP Release Created in 732