SAP ABAP Class /BOBF/CL_BOTC_CONF_DAC (OTC/ONTC configuration Access)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOBF/LIBRARY_BS_COMMON (Package) BOPF Library for BS: Common Objects

⤷

⤷

Properties
Class | /BOBF/CL_BOTC_CONF_DAC | |
Short Description | OTC/ONTC configuration Access | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/LIBRARY_BS_COMMON | BOPF Library for BS: Common Objects |
Created | 20090321 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/CL_BOTC_CONF_DAC has no forward declaration.
Interfaces
Class /BOBF/CL_BOTC_CONF_DAC has no interface implemented.
Friends
Class /BOBF/CL_BOTC_CONF_DAC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_BO_KEY | 20090321 | |||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_NODE_KEY | 20090321 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_ONTC | 20090321 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_OTC | 20090321 | |||
5 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | /BOBF/CL_BOTC_CONF_DAC | OTC/ONTC configuration Access | 20090321 | ||
6 | ![]() |
Static Attribute | Public | Type reference (TYPE) | SEOCLSNAME | '/BOBF/CL_BOTC_CONF_DAC' | Object Type Name | 20090321 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get BO Node Type Code | 20090321 |
2 | ![]() |
Instance method | Protected | Method | Get Node Type Code (internal) | 20090321 |
3 | ![]() |
Instance method | Public | Method | Get BO Object Type Code | 20090321 |
4 | ![]() |
Instance method | Protected | Method | Get BO Object Type Code (internal) | 20090321 |
5 | ![]() |
Static method | Public | Method | Cleanup | 20090321 |
6 | ![]() |
Static method | Public | Method | Get Instance | 20090321 |
7 | ![]() |
Static method | Public | Method | Set Class Name | 20090321 |
Events
Class /BOBF/CL_BOTC_CONF_DAC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_NODE_KEY | Public | See coding | 20090321 | begin of ts_node_key,
bo_key type /bobf/obm_bo_key,
node_key type /bobf/obm_node_key,
end of ts_node_key
|
||
2 | TS_ONTC | Public | See coding | 20090321 | BEGIN OF ts_ontc.
INCLUDE TYPE /bobf/i_ontc AS s_ontc.
TYPES:
s_otc TYPE REF TO ts_otc,
bo_key TYPE /bobf/obm_bo_key,
node_key TYPE /bobf/obm_node_key,
END OF ts_ontc
|
||
3 | TS_OTC | Public | See coding | 20090321 | BEGIN OF ts_otc.
INCLUDE TYPE /bobf/i_otc AS s_otc.
TYPES:
bo_key TYPE /bobf/obm_bo_key,
bo_conf TYPE REF TO /bobf/if_frw_configuration,
END OF ts_otc
|
||
4 | TT_BO_KEY | Public | See coding | 20090321 | tt_bo_key type HASHED TABLE OF /bobf/obm_bo_key WITH UNIQUE key table_line
|
||
5 | TT_NODE_KEY | Public | See coding | 20090321 | tt_node_key type HASHED TABLE OF ts_node_key WITH UNIQUE key bo_key node_key
|
||
6 | TT_ONTC | Public | See coding | 20090321 | tt_ontc TYPE HASHED TABLE OF ts_ontc WITH UNIQUE KEY primary_key COMPONENTS type_code
WITH NON-UNIQUE SORTED KEY node_key COMPONENTS bo_key node_key
|
||
7 | TT_OTC | Public | See coding | 20090321 | tt_otc TYPE HASHED TABLE OF ts_otc WITH UNIQUE KEY primary_key COMPONENTS type_code
WITH NON-UNIQUE SORTED KEY bo_key COMPONENTS bo_key
|
Method Signatures
Method GET_NODE_TYPE_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ONTC | Call by reference | Type reference (TYPE) | /BOBF/I_ONTC | Code List: Object Node Type Code | 20090321 | ||
2 | ![]() |
ES_OTC | Call by reference | Type reference (TYPE) | /BOBF/I_OTC | Code List: Object Type Code | 20090321 | ||
3 | ![]() |
IO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090321 | ||
4 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090321 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Not Found | 20090321 |
Method GET_NODE_TYPE_CODE_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ONTC | Call by reference | Object reference (TYPE REF TO) | TS_ONTC | 20090321 | |||
2 | ![]() |
ES_OTC | Call by reference | Object reference (TYPE REF TO) | TS_OTC | 20090321 | |||
3 | ![]() |
IO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090321 | ||
4 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090321 |
Method GET_NODE_TYPE_CODE_INT on class /BOBF/CL_BOTC_CONF_DAC has no exception.
Method GET_OBJECT_TYPE_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_OTC | Call by reference | Type reference (TYPE) | /BOBF/I_OTC | Code List: Object Type Code | 20090321 | ||
2 | ![]() |
IO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090321 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Not Found | 20090321 |
Method GET_OBJECT_TYPE_CODE_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_OTC | Value transfer | Object reference (TYPE REF TO) | TS_OTC | 20090321 | |||
2 | ![]() |
IO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090321 |
Method GET_OBJECT_TYPE_CODE_INT on class /BOBF/CL_BOTC_CONF_DAC has no exception.
Method _CLEANUP Signature
Method _CLEANUP on class /BOBF/CL_BOTC_CONF_DAC has no parameter.
Method _CLEANUP on class /BOBF/CL_BOTC_CONF_DAC has no exception.
Method _GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /BOBF/CL_BOTC_CONF_DAC | OTC/ONTC configuration Access | 20090321 |
Method _GET_INSTANCE on class /BOBF/CL_BOTC_CONF_DAC has no exception.
Method _SET_CLASS_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASS_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090321 |
Method _SET_CLASS_NAME on class /BOBF/CL_BOTC_CONF_DAC has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |