SAP ABAP Class CL_FPM_QV_DATASET_CFG_READER (Config reader class for QV Dataset 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 | 20120507 |
Properties
Class | CL_FPM_QV_DATASET_CFG_READER | |
Short Description | Config reader class for QV Dataset 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 | 20120507 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_QV_DATASET_CFG_READER has no forward declaration.
Interfaces
Class CL_FPM_QV_DATASET_CFG_READER has no interface implemented.
Friends
Class CL_FPM_QV_DATASET_CFG_READER 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) | SEOCLSNAME | Object Type Name | 20120507 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20120507 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | APB_LPD_ROLE | Role | 20120507 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WDY_CONF_TRANSL_TEXT | Web Dynpro: Configuration: Translatable Text | 20120507 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_ATTRIBUTE_INT | 20120507 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_ATTR_LPD_APPL_KEY_INT | 20120507 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_PARAMETER_INT | 20120507 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20120507 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120507 |
2 | ![]() |
Instance method | Public | Method | 20120507 | |
3 | ![]() |
Instance method | Private | Method | 20120507 | |
4 | ![]() |
Instance method | Public | Method | 20120507 | |
5 | ![]() |
Instance method | Public | Method | 20120507 | |
6 | ![]() |
Instance method | Public | Method | 20120507 |
Events
Class CL_FPM_QV_DATASET_CFG_READER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ATTRIBUTE | Public | See coding | 20120507 | BEGIN OF ty_s_attribute,
id TYPE fpm_element_id,
name TYPE name_komp,
display_type TYPE fpmgb_display_type,
index TYPE fpm_index,
header_text TYPE wdy_conf_transl_text,
END OF ty_s_attribute
|
||
2 | TY_S_ATTRIBUTE_INT | Private | See coding | 20120507 | BEGIN OF ty_s_attribute_int.
INCLUDE TYPE ty_s_attribute.
TYPES: path TYPE string,
END OF ty_s_attribute_int
|
||
3 | TY_S_ATTR_LPD_APPL_KEY | Public | See coding | 20120507 | BEGIN OF ty_s_attr_lpd_appl_key,
role TYPE fpm_s_lpd_appl_key-role,
instance TYPE fpm_s_lpd_appl_key-instance,
application_id TYPE fpm_s_lpd_appl_key-application_id,
application_alias TYPE fpm_s_lpd_appl_key-application_alias,
END OF ty_s_attr_lpd_appl_key
|
||
4 | TY_S_ATTR_LPD_APPL_KEY_INT | Private | See coding | 20120507 | BEGIN OF ty_s_attr_lpd_appl_key_int.
include TYPE ty_s_attr_lpd_appl_key.
TYPES: path TYPE string,
END OF ty_s_attr_lpd_appl_key_int
|
||
5 | TY_S_PARAMETER | Public | See coding | 20120507 | BEGIN OF ty_s_parameter ,
name TYPE fpmgb_parameter_name,
value TYPE fpmgb_parameter_value,
END OF ty_s_parameter
|
||
6 | TY_S_PARAMETER_INT | Private | See coding | 20120507 | BEGIN OF ty_s_parameter_int.
INCLUDE TYPE ty_s_parameter.
TYPES: path TYPE string,
END OF ty_s_parameter_int
|
||
7 | TY_S_QV_DATASET_ATTRIBUTE | Public | See coding | 20120507 | BEGIN OF ty_s_qv_dataset_attribute,
dataset_title TYPE fpm_qv_dataset_title,
feeder TYPE seoclsname,
aria_landmark TYPE fpm_aria_landmark,
END OF ty_s_qv_dataset_attribute
|
||
8 | TY_T_ATTRIBUTE | Public | See coding | 20120507 | ty_t_attribute TYPE STANDARD TABLE OF ty_s_attribute
|
||
9 | TY_T_ATTRIBUTE_INT | Private | See coding | 20120507 | ty_t_attribute_int TYPE STANDARD TABLE OF ty_s_attribute_int
|
||
10 | TY_T_ATTR_LPD_APPL_KEY | Public | See coding | 20120507 | ty_t_attr_lpd_appl_key TYPE STANDARD TABLE OF ty_s_attr_lpd_appl_key
|
||
11 | TY_T_ATTR_LPD_APPL_KEY_INT | Private | See coding | 20120507 | ty_t_attr_lpd_appl_key_int TYPE STANDARD TABLE OF ty_s_attr_lpd_appl_key_int
|
||
12 | TY_T_PARAMETER | Public | See coding | 20120507 | ty_t_parameter TYPE STANDARD TABLE OF ty_s_parameter
|
||
13 | TY_T_PARAMETER_INT | Private | See coding | 20120507 | ty_t_parameter_int TYPE STANDARD TABLE OF ty_s_parameter_int
|
||
14 | TY_T_QV_DATASET_ATTRIBUTE | Public | See coding | 20120507 | ty_t_qv_dataset_attribute TYPE STANDARD TABLE OF ty_s_qv_dataset_attribute
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_APPL_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_APPL_READER | Read 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 | ![]() |
IV_CONFIGURATION_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20120507 | ||
4 | ![]() |
IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20120507 | ||
5 | ![]() |
IV_NO_VARIANTS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 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_READER 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_READER has no exception.
Method GET_ATTR_LPD_APPL_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTR_LPD_APPL_KEY | Value transfer | Type reference (TYPE) | TY_S_ATTR_LPD_APPL_KEY | 20120507 | |||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | FPM: Element ID | 20120507 |
Method GET_ATTR_LPD_APPL_KEY on class CL_FPM_QV_DATASET_CFG_READER has no exception.
Method GET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PARAMETERS | Call by reference | Type reference (TYPE) | TY_T_PARAMETER | Parameters | 20120507 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Floorplan exceptions | 20120507 |
Method GET_QV_DATASET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTE | Value transfer | Type reference (TYPE) | TY_S_QV_DATASET_ATTRIBUTE | 20120507 |
Method GET_QV_DATASET_ATTRIBUTE on class CL_FPM_QV_DATASET_CFG_READER has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 732 |