Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_CONFRT_COMPLETE | Configuration runtime data complete | 20081212 |
Properties
| Class | /BOBF/CL_CONF_READONLY | |
| Short Description | Categorized Read Access for BOPF | |
| 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_CONFRT_COMPLETE | Configuration runtime data complete | 20081212 |
Friends
Class /BOBF/CL_CONF_READONLY has no friend class.
Attributes
Methods
Events
Class /BOBF/CL_CONF_READONLY 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 | TS_MODELS | Private | See coding | 20091113 | BEGIN OF ts_models,
bo_name TYPE /bobf/obm_name,
super_bo_name TYPE /bobf/obm_name,
extension TYPE boole_d,
det_list TYPE /bobf/t_confro_det_list,
det_net TYPE tt_sortednet,
END OF ts_models
|
||
| 3 | TS_REFERENCED_DO | Private | See coding | 20110818 | BEGIN OF ts_referenced_do,
do_key type /bobf/conf_key,
do_name type /bobf/obm_name,
build_timestamp type timestampl,
END OF ts_referenced_do
|
||
| 4 | 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
|
||
| 5 | TT_EXT_INCL | Protected | See coding | 20081212 | tt_ext_incl TYPE STANDARD TABLE OF REF TO data
|
||
| 6 | TT_MODELS | Private | See coding | 20091113 | tt_models TYPE STANDARD TABLE OF ts_models
|
||
| 7 | TT_REFERENCED_DO | Private | See coding | 20110818 | tt_referenced_do TYPE STANDARD TABLE OF ts_referenced_do
|
||
| 8 | TT_SORTEDNET | Private | See coding | 20091214 | tt_sortednet TYPE SORTED TABLE OF /bobf/det_net
WITH NON-UNIQUE KEY det_key_to
WITH NON-UNIQUE SORTED KEY key2 COMPONENTS det_key_from
|
Method Signatures
Method BUILD_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RTW | Call by reference | Type reference (TYPE) | TT_RTW | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method BUILD_ALTKEY Signature
Method BUILD_ALTKEY on class /BOBF/CL_CONF_READONLY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method BUILD_ASSOCIATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ASSOCB | Call by reference | Type reference (TYPE) | TT_ASSOCB | 20081212 | ||||
| 2 | IT_ASSOCC | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_ASSOCC | Configuration: Association Assignment to Node Category | 20081212 | |||
| 3 | IT_DETCONF | Call by reference | Type reference (TYPE) | TT_DETCONF | 20081212 | ||||
| 4 | IT_RTW | Call by reference | Type reference (TYPE) | TT_RTW | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method BUILD_ASSOCIATION_CHANGE Signature
Method BUILD_ASSOCIATION_CHANGE on class /BOBF/CL_CONF_READONLY has no parameter.
Method BUILD_ASSOCIATION_CHANGE on class /BOBF/CL_CONF_READONLY has no exception.
Method BUILD_AUTHORIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HEADER_AUTH_CHECK_RELEVANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121113 |
Method BUILD_AUTHORIZATION on class /BOBF/CL_CONF_READONLY has no exception.
Method BUILD_DETERMINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MODELS | Call by reference | Type reference (TYPE) | TT_MODELS | 20091208 | ||||
| 2 | IT_DET | Call by reference | Type reference (TYPE) | TT_DET | Configuration: Determination | 20091208 | |||
| 3 | IT_DETCONF | Call by reference | Type reference (TYPE) | TT_DETCONF | 20081212 | ||||
| 4 | IT_DETNET | Call by reference | Type reference (TYPE) | TT_DETNET | 20081212 | ||||
| 5 | IT_RTW | Call by reference | Type reference (TYPE) | TT_RTW | 20081212 | ||||
| 6 | IT_RTW_A | Call by reference | Type reference (TYPE) | TT_RTW_A | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method BUILD_FIELDMAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FIELDMAPPING | Call by reference | Object reference (TYPE REF TO) | /BOBF/S_CONFRO_MAPPING | Configuration: Mapping | 20081212 | |||
| 2 | IT_FIELDMAPPING | Call by reference | Type reference (TYPE) | TT_MAP | BOPF Configuration: Mapping of External and Internal Field N | 20081212 |
Method BUILD_FIELDMAPPING on class /BOBF/CL_CONF_READONLY has no exception.
Method BUILD_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RTW | Call by reference | Type reference (TYPE) | TT_RTW | 20081212 | ||||
| 2 | IT_ACF_MAP | Call by reference | Type reference (TYPE) | TT_ACF_MAP | 20121009 | ||||
| 3 | IT_AUTH_OBJ | Call by reference | Type reference (TYPE) | TT_AUTH_OBJ | 20121024 | ||||
| 4 | IT_NODE | Call by reference | Type reference (TYPE) | TT_NODE | 20081212 | ||||
| 5 | IT_NODE_CAT | Call by reference | Type reference (TYPE) | TT_NODECAT | 20081212 | ||||
| 6 | IT_STA_SCHEMA | Call by reference | Type reference (TYPE) | TT_STA_SCHEMA | 20081212 |
Method BUILD_NODE on class /BOBF/CL_CONF_READONLY has no exception.
Method BUILD_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ACT_CONF | Call by reference | Type reference (TYPE) | TT_ACTCONF | 20081212 | ||||
| 2 | IT_ASSOC_CONF | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_ASSOCC | Configuration: Possible links of nodecats | 20081212 | |||
| 3 | IT_PROPERTY | Call by reference | Type reference (TYPE) | TT_PROPERTY | 20081212 | ||||
| 4 | IT_PROPERTY_PRX | Call by reference | Type reference (TYPE) | TT_PROPERTY_PRX | 20081212 |
Method BUILD_PROPERTY on class /BOBF/CL_CONF_READONLY has no exception.
Method BUILD_PROPERTY_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RTW | Call by reference | Type reference (TYPE) | TT_RTW | 20081212 |
Method BUILD_PROPERTY_CHANGE on class /BOBF/CL_CONF_READONLY has no exception.
Method BUILD_QUERY Signature
Method BUILD_QUERY on class /BOBF/CL_CONF_READONLY has no parameter.
Method BUILD_QUERY on class /BOBF/CL_CONF_READONLY has no exception.
Method BUILD_STATUS_VARIABLE Signature
Method BUILD_STATUS_VARIABLE on class /BOBF/CL_CONF_READONLY has no parameter.
Method BUILD_STATUS_VARIABLE on class /BOBF/CL_CONF_READONLY has no exception.
Method BUILD_VALIDATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_VAL | Call by reference | Type reference (TYPE) | TT_VAL | 20081212 | ||||
| 2 | IT_GROUP | Call by reference | Type reference (TYPE) | TT_GROUP | 20081212 | ||||
| 3 | IT_RTW | Call by reference | Type reference (TYPE) | TT_RTW | 20081212 | ||||
| 4 | IT_VALCONF | Call by reference | Type reference (TYPE) | TT_VALCONF | 20081212 | ||||
| 5 | IT_VALNET | Call by reference | Type reference (TYPE) | TT_VALNET | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method BUILD_VALUE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CODE_LIST | Call by reference | Type reference (TYPE) | TT_CODE_LIST | BOPF Code Lists for Code Value Sets | 20081212 | |||
| 2 | IT_VSET | Call by reference | Type reference (TYPE) | TT_VAL_SET | BOPF Configuration: Value Set | 20081212 |
Method BUILD_VALUE_SET on class /BOBF/CL_CONF_READONLY has no exception.
Method CHECK_CONSISTENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CONSISTENT | Value transfer | Type reference (TYPE) | BOOLE_D | True if object is consistent | 20110818 |
Method CHECK_CONSISTENCY on class /BOBF/CL_CONF_READONLY has no exception.
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 CREATE_EXT_INCL Signature
Method CREATE_EXT_INCL on class /BOBF/CL_CONF_READONLY has no parameter.
Method CREATE_EXT_INCL on class /BOBF/CL_CONF_READONLY has no exception.
Method DETERMINE_NODE_AUTH_NODE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_AUTH_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Key Table | 20121114 | |||
| 2 | IS_NODE | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Node | 20121114 |
Method DETERMINE_NODE_AUTH_NODE_KEY on class /BOBF/CL_CONF_READONLY has no exception.
Method DETERMINE_NODE_HAS_AUTH_CHECKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Node | 20121024 | |||
| 2 | RV_HAS_AUTH_CHECKS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121024 |
Method DETERMINE_NODE_HAS_AUTH_CHECKS on class /BOBF/CL_CONF_READONLY has no exception.
Method FILTER_INACTIVE_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_INACTIVE_GROUPS | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_GROUP | Group Table | 20081212 |
Method FILTER_INACTIVE_GROUPS on class /BOBF/CL_CONF_READONLY has no exception.
Method FLUSH_TABLE_KEYS Signature
Method FLUSH_TABLE_KEYS on class /BOBF/CL_CONF_READONLY has no parameter.
Method FLUSH_TABLE_KEYS on class /BOBF/CL_CONF_READONLY has no exception.
Method GET_SUBNODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SUBNODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY2 | Key Table | 20081212 | |||
| 2 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20081212 |
Method GET_SUBNODE on class /BOBF/CL_CONF_READONLY has no exception.
Method INITIALIZE_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBM_OBJ | Call by reference | Type reference (TYPE) | /BOBF/OBM_OBJ | Attributes of an Object | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method INITIALIZE_FROM_SHARED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SHARED_INSTANCE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_CONFRT_COMPLETE | Key | 20081212 | |||
| 2 | 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 |
Method MERGE_DELEGATED_MODEL Signature
Method MERGE_DELEGATED_MODEL on class /BOBF/CL_CONF_READONLY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081212 |
Method MERGE_DELEGATED_MODEL_OLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HOST_NODE | Call by reference | Object reference (TYPE REF TO) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20090409 | |||
| 2 | IT_ACTION | Call by reference | Type reference (TYPE) | /BOBF/T_CONFDO_ACTION | DO Configuration: Action | 20090409 | |||
| 3 | IT_ALTKEY | Call by reference | Type reference (TYPE) | /BOBF/T_CONFDO_ALTKEY | DO Configuration: Alternative Key | 20090409 | |||
| 4 | IT_ASSOCIATION | Call by reference | Type reference (TYPE) | /BOBF/T_CONFDO_ASSOC | DO Configuration: Association | 20090409 | |||
| 5 | IT_NODE | Call by reference | Type reference (TYPE) | /BOBF/T_CONFDO_NODE | DO Configuration: Node | 20090409 | |||
| 6 | IT_QUERY | Call by reference | Type reference (TYPE) | /BOBF/T_CONFDO_QUERY | DO Configuration: Query | 20090409 | |||
| 7 | IT_VSET | Call by reference | Type reference (TYPE) | /BOBF/T_CONFDO_VALUE_SET | DO Configuration: Value Set | 20090409 |
Method MERGE_DELEGATED_MODEL_OLD on class /BOBF/CL_CONF_READONLY has no exception.
Method SET_LOCKLOAD_SUBNODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20081212 |
Method SET_LOCKLOAD_SUBNODE on class /BOBF/CL_CONF_READONLY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |