SAP ABAP Class /BCV/CL_FND_CFG_DATA_ACCESS (Configuration data access)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BCV (Application Component) Business Context Viewer
⤷
/BCV/FND (Package) BCV Foundation Layer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BCV/IF_FND_CFG_DATA_READ | Read access to configuration data | 20090216 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BCV/IF_FND_CFG_DATA_WRITE | Write access to BCV configuration data | 20090218 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /BCV/CL_QRM_QUERY_CFG | Query configuration | 20090216 |
2 | Inheritance (c INHERITING FROM c_ref) | /BCV/CL_SIN_SEARCH_CFG | Search connector configuration | 20090304 |
3 | Inheritance (c INHERITING FROM c_ref) | /BCV/CL_UIF_DASHBOARD_CFG | Dashboard configuration | 20090220 |
4 | Inheritance (c INHERITING FROM c_ref) | /BCV/CL_UIF_PREVIEW_CFG | Preview configuration | 20090220 |
5 | Inheritance (c INHERITING FROM c_ref) | /BCV/CL_UIF_QVIEWLST_CFG | Query view list configuration | 20090305 |
6 | Inheritance (c INHERITING FROM c_ref) | /BCV/CL_UIF_QVIEW_CFG | Query view configuration | 20090219 |
Properties
Class | /BCV/CL_FND_CFG_DATA_ACCESS | |
Short Description | Configuration data access | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BCV/FND | BCV Foundation Layer |
Created | 20090216 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BCV/IF_FND_CFG_DATA_READ | Read access to configuration data | 20090216 | ||
2 | /BCV/IF_FND_CFG_DATA_WRITE | Write access to BCV configuration data | 20090218 |
Friends
Class /BCV/CL_FND_CFG_DATA_ACCESS has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20090219 | |
2 | ![]() |
Instance method | Protected | Method | 20090217 | |
3 | ![]() |
Instance method | Protected | Method | 20090218 | |
4 | ![]() |
Instance method | Protected | Method | 20090218 | |
5 | ![]() |
Instance method | Protected | Method | 20090218 | |
6 | ![]() |
Instance method | Protected | Method | 20090218 | |
7 | ![]() |
Instance method | Protected | Method | 20090218 | |
8 | ![]() |
Instance method | Protected | Method | 20090218 | |
9 | ![]() |
Instance method | Protected | Method | 20090218 | |
10 | ![]() |
Instance method | Private | Method | 20090402 | |
11 | ![]() |
Instance method | Protected | Method | 20090402 | |
12 | ![]() |
Instance method | Protected | Method | 20090218 |
Events
Class /BCV/CL_FND_CFG_DATA_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_BUFFER_MANAGER | Protected | See coding | 20090218 | BEGIN OF ts_buffer_manager,
tabid TYPE string,
rt_data TYPE REF TO data,
db_data TYPE REF TO data,
rt_change_ind TYPE abap_bool,
db_buffer_ind TYPE abap_bool,
admin_data_ind TYPE string,
dep_tab TYPE tt_dep_tab,
END OF ts_buffer_manager
|
||
2 | TS_DEP_TAB | Protected | See coding | 20090219 | BEGIN OF ts_dep_tab,
tabid TYPE string,
key TYPE string,
END OF ts_dep_tab
|
||
3 | TT_BUFFER_MANAGER | Protected | See coding | 20090218 | tt_buffer_manager TYPE SORTED TABLE OF ts_buffer_manager WITH UNIQUE KEY tabid
|
||
4 | TT_DEP_TAB | Protected | See coding | 20090219 | tt_dep_tab TYPE STANDARD TABLE OF ts_dep_tab WITH DEFAULT KEY
|
Method Signatures
Method CHECK_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CFG | Call by reference | Type reference (TYPE) | ANY TABLE | 20090219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090219 |
Method CLEAR_DB_BUFFERS Signature
Method CLEAR_DB_BUFFERS on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method CLEAR_DB_BUFFERS on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method DELETE_ALL Signature
Method DELETE_ALL on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method DELETE_ALL on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method DELETE_DATA Signature
Method DELETE_DATA on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method DELETE_DATA on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method DISCARD_CHANGES Signature
Method DISCARD_CHANGES on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method DISCARD_CHANGES on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method LOCK Signature
Method LOCK on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method LOCK on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method MODIFY_DATA Signature
Method MODIFY_DATA on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method MODIFY_DATA on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method READ_DATA Signature
Method READ_DATA on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method READ_DATA on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method SAVE Signature
Method SAVE on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method SAVE on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ONLY_DB_IND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090402 | |||
2 | ![]() |
IV_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20090402 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for acces to configuration | 20090402 |
Method TRANSPORT_DB_DATA Signature
Method TRANSPORT_DB_DATA on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method TRANSPORT_DB_DATA on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
Method UNLOCK Signature
Method UNLOCK on class /BCV/CL_FND_CFG_DATA_ACCESS has no parameter.
Method UNLOCK on class /BCV/CL_FND_CFG_DATA_ACCESS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |