SAP ABAP Class /BOBF/IF_LIB_ACCESS (Tag Interface Access Class)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/CL_CONF_ACCESS | Generated Access Class | 20081212 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/CL_LIB_ACCESS_TEMPLATE | Template for Accessor Class | 20081212 |
Properties
Class | /BOBF/IF_LIB_ACCESS | |
Short Description | Tag Interface Access Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20081213 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/IF_LIB_ACCESS has no forward declaration.
Interfaces
Class /BOBF/IF_LIB_ACCESS has no interface implemented.
Friends
Class /BOBF/IF_LIB_ACCESS has no friend class.
Attributes
Class /BOBF/IF_LIB_ACCESS has no attribute.
Methods
Class /BOBF/IF_LIB_ACCESS has no method.
Events
Class /BOBF/IF_LIB_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CONTEXT | Public | See coding | 20081213 | BEGIN OF ts_context ,
read TYPE REF TO /BOBF/IF_FRW_READ,
modify TYPE REF TO /BOBF/IF_FRW_MODIFY,
host_bo_key TYPE /BOBF/OBM_BO_KEY,
host_assoc_key TYPE /BOBF/OBM_ASSOC_KEY,
END OF ts_context
|
||
2 | TS_DO_PREFIX | Public | See coding | 20081213 | BEGIN OF ts_do_prefix ,
host_bo_key TYPE /BOBF/OBM_BO_KEY,
host_assoc_key TYPE /BOBF/OBM_ASSOC_KEY,
prefix TYPE string,
END OF ts_do_prefix
|
||
3 | TS_HOST_DO_KEYS | Public | See coding | 20081213 | BEGIN OF ts_host_do_keys ,
host_bo_key TYPE /BOBF/OBM_BO_KEY,
host_assoc_key TYPE /BOBF/OBM_ASSOC_KEY,
do_key TYPE /BOBF/CONF_KEY,
host_do_key TYPE /BOBF/CONF_KEY,
END OF ts_host_do_keys
|
||
4 | TT_CONTEXT | Public | See coding | 20081213 | tt_context TYPE STANDARD TABLE OF ts_context
WITH NON-UNIQUE DEFAULT KEY
|
||
5 | TT_DO_PREFIX | Public | See coding | 20081213 | tt_do_prefix TYPE HASHED TABLE OF ts_do_prefix
WITH UNIQUE KEY host_bo_key host_assoc_key
|
||
6 | TT_HOST_DO_KEYS | Public | See coding | 20081213 | tt_host_do_keys TYPE HASHED TABLE OF ts_host_do_keys
WITH UNIQUE KEY host_bo_key host_assoc_key do_key
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |