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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
5 | ![]() |
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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_ATTRIBUTE_INT | 20120507 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20120507 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20120507 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120507 | |
2 | ![]() |
Instance method | Public | Method | 20120507 | |
3 | ![]() |
Instance method | Public | Method | 20120507 | |
4 | ![]() |
Instance method | Public | Method | 20120507 | |
5 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120507 |
6 | ![]() |
Instance method | Private | Method | 20120507 | |
7 | ![]() |
Instance method | Private | Method | 20120507 | |
8 | ![]() |
Instance method | Public | Method | 20120507 | |
9 | ![]() |
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 | ![]() |
ET_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_FPM_QV_THING_CONFIG_READER=>TY_T_ATTRIBUTE | 20120507 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | FPM_T_T100_MESSAGES | Messages exported to be dispalyed in popup | 20120507 | ||
2 | ![]() |
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 | ![]() |
IR_APPL_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_APPL_MODIFIER | Write Interface for Application Configuration | 20120507 | ||
2 | ![]() |
IR_COMP_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_READER | Read Interface for the Component Configuration | 20120507 | ||
3 | ![]() |
IR_COMP_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_MODIFIER | Write Interface for the Component Configuration | 20120507 | ||
4 | ![]() |
IR_CONFIG_TOOL_COMP | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_COMP | API Configuration Component | 20120507 | ||
5 | ![]() |
IV_CONFIGURATION_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20120507 | ||
6 | ![]() |
IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20120507 | ||
7 | ![]() |
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 | ![]() |
Floorplan exceptions | 20120507 |
Method GET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
EV_PATH | Value transfer | Type reference (TYPE) | STRING | 20120507 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IV_ARIA_LANDMARK | Call by reference | Type reference (TYPE) | FPM_ARIA_LANDMARK | Aria Landmark | 20131023 | ||
2 | ![]() |
IV_DATASET_TITLE | Call by reference | Type reference (TYPE) | FPM_QV_DATASET_TITLE | Dataset Title | 20120507 | ||
3 | ![]() |
IV_FEEDER | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20120507 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120507 | ||
2 | ![]() |
Personalization Error | 20120507 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 732 |