SAP ABAP Class /BOBF/CL_CONFRT_COMPLETE (Complete configuration for BOPF object)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
⤷
/BOBF/CONFIGURATION (Package) Business Object Processing Configuration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20081212 |
Properties
| Class | /BOBF/CL_CONFRT_COMPLETE | |
| Short Description | Complete configuration for BOPF object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOBF/CONFIGURATION | Business Object Processing Configuration |
| Created | 20081212 | 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 | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20081212 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | /BOBF/CL_FRW_FACTORY | 20081212 | Framework Instance Management | |
| 2 | /BOBF/CL_LIB_DELEGATION_BOPF | 20090701 | Delegation Class per Service Layer |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20081212 | |
| 2 | Instance method | Public | Method | Returns build timestamp of SHM object | 20110818 | |
| 3 | Instance method | Public | Method | Initialize data | 20081212 | |
| 4 | Instance method | Public | Method | Update data after ADDON changes | 20081212 |
Events
Class /BOBF/CL_CONFRT_COMPLETE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_BO | Protected | See coding | 20081212 | BEGIN OF ts_bo ,
bo_key TYPE /BOBF/OBM_BO_KEY,
bo_name TYPE /BOBF/OBM_NAME,
bo_proxy_name TYPE /BOBF/OBM_ESR_NAME,
test TYPE boole_d,
END OF ts_bo
|
||
| 2 | TT_BO | Protected | See coding | 20081212 | tt_bo TYPE HASHED TABLE OF ts_bo WITH UNIQUE KEY bo_key
WITH NON-UNIQUE SORTED KEY proxy_name COMPONENTS bo_proxy_name test
WITH UNIQUE SORTED KEY internal_name COMPONENTS bo_name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | Key | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method GET_BUILD_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BUILD_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20110818 |
Method GET_BUILD_TIMESTAMP on class /BOBF/CL_CONFRT_COMPLETE has no exception.
Method INITIALIZE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | /BOBF/CL_CONF_READONLY | Key | 20081212 | |||
| 2 | IS_CONTEXT | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CONTEXT | Context Information for the BOPF | 20081212 | |||
| 3 | IV_CLONED | Call by reference | Type reference (TYPE) | BOOLE_D | Shared instance is cloned | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method UPDATE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONTEXT | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CONTEXT | Context Information for the BOPF | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |