SAP ABAP Interface /BOBF/IF_LIB_ACCESS (Tag Interface Access Class)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
⤷
/BOBF/LIBRARY (Package) Business Object Processing Framework Library

⤷

⤷

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
Interface | /BOBF/IF_LIB_ACCESS | |
Short Description | Tag Interface Access Class |
General Data
Package | /BOBF/LIBRARY | Business Object Processing Framework Library |
Created | 20081213 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface /BOBF/IF_LIB_ACCESS has no forward declaration.
Interfaces
Interface /BOBF/IF_LIB_ACCESS has no interface.
Friends
Interface /BOBF/IF_LIB_ACCESS has no friend.
Attributes
Interface /BOBF/IF_LIB_ACCESS has no attribute.
Methods
Interface /BOBF/IF_LIB_ACCESS has no method.
Events
Interface /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 | 702 |