SAP ABAP Class /BOFU/CL_FBI_AP_VIEW_USE_CONF (Application Profile and view usage)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC-FBI (Application Component) Integration of FPM and Persistency Frameworks like BOPF
⤷
/BOFU/FBI_DESIGNTIME_V1 (Package) FBI Design Time V1: View Cluster (Current Version)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_ABSTRACT_FACTORY | Abstract Factory | 20090824 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_CONF_OBJ_DESIGN_TIME | Configuration Object Design Time (instance) | 20090824 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_FBI_VIEW_CONF | FBI Configuration of View Object | 20090824 |
Properties
Class | /BOFU/CL_FBI_AP_VIEW_USE_CONF | |
Short Description | Application Profile and view usage | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | /BOFU/FBI_DT_VIEW | |
Program status | ||
Category | 0 | |
Package | /BOFU/FBI_DESIGNTIME_V1 | FBI Design Time V1: View Cluster (Current Version) |
Created | 20090824 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOFU/IF_ABSTRACT_FACTORY | Abstract Factory | 20090824 | ||
2 | /BOFU/IF_CONF_OBJ_DESIGN_TIME | Configuration Object Design Time (instance) | 20090824 | ||
3 | /BOFU/IF_FBI_VIEW_CONF | FBI Configuration of View Object | 20090824 |
Friends
Class /BOFU/CL_FBI_AP_VIEW_USE_CONF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW_CONF | FBI Configuration of View Object | 20090824 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TS_CONF_HEADER_AP | View: Header | 20090824 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_OVS_IBIND_VALUES | 20090827 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TT_OVS_INPUT_BINDING_AP | Application Profile: OVS Input Binding Key | 20090824 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TT_CONF_REL_VIEW_ASSOC_FIL_AP | Application Profile: Related View Assoc Filter Key | 20090824 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TT_CONF_REL_VIEW_REL_VIEW_AP | Application Profile: Related View Key | 20090824 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TT_CONF_REL_VW_ASC_FIL_VAL_AP | Ranges Table Line | 20090824 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TT_CONF_REL_VW_TAR_NODE_FIL_AP | Application Profile: Related View Target Node Filter Key | 20090824 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TT_CONF_REL_VW_TR_NDE_FL_VL_AP | Ranges Table Line | 20090824 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TT_CONF_UI_FIELD_DESC_AP | Application Profile: UI Field Description Key | 20090824 | ||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TS_CONF_VIEW_USAGE_AP | Application Profile: View Usage Key | 20090824 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20090827 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20090825 | |
2 | ![]() |
Instance method | Protected | Method | Initialize from Config data (init & check) | 20090825 |
3 | ![]() |
Instance method | Protected | Method | Initialize from Config data (init) | 20090825 |
4 | ![]() |
Instance method | Protected | Method | Select data from DB | 20090824 |
Events
Class /BOFU/CL_FBI_AP_VIEW_USE_CONF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_OVS_IBIND_VALUES | Protected | See coding | 20090827 | BEGIN OF ts_ovs_ibind_values,
* field_desc_indx TYPE /bofu/fbi_ui_struct_fld_index,
* r_value_range_tab TYPE /bofu/if_fbi_view_conf=>tr_value_range_tab ,
* binding_indx TYPE /bofu/fbi_ovs_binding_index,
* r_field_desc TYPE /bofu/if_fbi_view_conf=>tr_field_desc,
* r_ovs_ibind TYPE /bofu/if_fbi_view_conf=>tr_ovs_ibind_ref,
t_value_range TYPE /BOFU/S_FBI_VALUE_RANGE,
INCLUDE TYPE /BOFU/S_FBIAP_OVS_IBIND_V_KEY ,
* INCLUDE TYPE /BOFU/S_FBI_VALUE_RANGE.
END OF ts_ovs_ibind_values
|
||
2 | TT_OVS_IBIND_VALUES | Protected | See coding | 20090827 | tt_ovs_ibind_values TYPE standard TABLE OF ts_ovs_ibind_values WITH default key
|
Method Signatures
Method CREATE_INSTANCE Signature
Method CREATE_INSTANCE on class /BOFU/CL_FBI_AP_VIEW_USE_CONF has no parameter.
Method CREATE_INSTANCE on class /BOFU/CL_FBI_AP_VIEW_USE_CONF has no exception.
Method INIT_FROM_CONF_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONF_DATA | Call by reference | Object reference (TYPE REF TO) | /BOFU/IF_FBI_AP_TYPES=>TS_CONF_DATA_AP | 20090825 | |||
2 | ![]() |
IS_DYN_VIEW_NODE_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/S_FBI_BO_NODE_IDENTITY | BO Node Identity | 20090825 | ||
3 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | /BOFU/S_FBIVUSE_KEYS | FBI View Usage Key | 20090825 | ||
4 | ![]() |
IV_CHECK_DURING_INIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090825 |
Method INIT_FROM_CONF_DATA on class /BOFU/CL_FBI_AP_VIEW_USE_CONF has no exception.
Method INIT_FROM_CONF_DATA_1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONF_DATA | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TS_CONF_DATA_AP | Configuration Data | 20090825 | ||
2 | ![]() |
IS_DYN_VIEW_NODE_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/S_FBI_BO_NODE_IDENTITY | BO Node Identity | 20090825 | ||
3 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | /BOFU/S_FBIVUSE_KEYS | FBI View Usage Key | 20090825 | ||
4 | ![]() |
IV_CHECK_DURING_INIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100317 |
Method INIT_FROM_CONF_DATA_1 on class /BOFU/CL_FBI_AP_VIEW_USE_CONF has no exception.
Method SELECT_FROM_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CONF_DATA | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_AP_TYPES=>TS_CONF_DATA_AP | Configuration Data | 20090825 | ||
2 | ![]() |
IV_APPL_PROFILE_NAME | Call by reference | Type reference (TYPE) | /BOFU/FBI_APPLICATION_PROFILE | Application profile | 20090825 | ||
3 | ![]() |
IV_CHECK_EXISTENCE_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090825 | ||
4 | ![]() |
IV_VIEW_USAGE_NAME | Call by reference | Type reference (TYPE) | /BOFU/FBI_VIEW_USAGE | FBI View Usage | 20090825 |
Method SELECT_FROM_DB on class /BOFU/CL_FBI_AP_VIEW_USE_CONF has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |