SAP ABAP Class /BOBF/IF_FRW_BUFFER (Interface to the Data Layer)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_BUF_DISPATCHER BOPF Buffer Dispatcher 20081212
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_BUF_NON_CACHING Non caching buffer for BOPF 20090814
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_BUF_SIMPLE Simple Relational Buffer 20081212
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_LIB_B_FRW Superclass for framework buffers 20081213
5 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_LIB_B_MO Simple Buffer for Message Objects 20081213
6 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_CC_ADDON BOPF Contract Compliance Check addon 20081212
7 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_TRACE BOPF tracing tool 20081213
8 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_ADDR_BUFFER Special Buffer Class for DO Address 20081127
9 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_BAL_BUFFER Application Log: Buffer Class 20090806
10 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_BAL_BUFFER_READONLY Application Log: BOPF Buffer: Read Only access 20090806
... Click here to see Used By full list (14 items)
Properties
Class /BOBF/IF_FRW_BUFFER  
Short Description Interface to the Data Layer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081213   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /BOBF/IF_FRW_BUFFER has no interface implemented.
Friends
Class /BOBF/IF_FRW_BUFFER has no friend class.
Attributes
Class /BOBF/IF_FRW_BUFFER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_STATE_EXISTS Instance method Public Method Check whether a state exists 20081213
2 COMPARE Instance method Public Method Compare state with external data 20081213
3 COMPARE_STATES Instance method Public Method Compare two states 20081213
4 CONVERT_ALTERN_KEY Instance method Public Method Converts an alternative key to the technical key 20081213
5 DELETE_STATE Instance method Public Method Delete a state 20081213
6 DO_CLEANUP Instance method Public Method Delete specific data from the buffer 20081213
7 DO_SAVE Instance method Public Method Save 20081213
8 GET_INSTANCE Static method Public Method Returns a Buffer Instance 20081213
9 GET_KEYS Instance method Public Method Get keys of all instances of a node known by buffer 20081213
10 GET_ROOT_KEY Instance method Public Method Return root node 20081213
11 GET_ROOT_KEYS Instance method Public Method Returns all root nodes 20081213
12 LOAD Instance method Public Method Load data into buffer (pre-fetch) 20081213
13 MODIFY Instance method Public Method Modify 20081213
14 QUERY Instance method Public Method Query 20081213
15 RETRIEVE Instance method Public Method Read data from the buffer 20081213
16 RETRIEVE_ALTERN_KEY Instance method Public Method Reads an alternative key with the technical key 20081213
17 RETRIEVE_BY_ASSOCIATION Instance method Public Method Return the keys of target node instances of an association 20081213
18 TRANSFER_STATE Instance method Public Method Copy a state 20081213
Events
# Event Type Visibility Description Created on
1 END_LOAD Instance Event
(0)
Public
(2)
marks the end of a load cycle 20081213
2 END_SAVE Instance Event
(0)
Public
(2)
marks the end of a save cycle 20081213
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_STATE Public See coding 20131111 TT_STATE type STANDARD TABLE OF /BOBF/CONF_STATE with default key
Method Signatures

Method CHECK_STATE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY_EXISTS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
2 Exporting ET_KEY_EXISTS_NOT Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
5 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Status 20081213
6 Importing IV_WITH_DATA Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DIFFERENT Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE_DATA Different Nodes 20081213
2 Exporting ET_EQUAL Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE_DATA Identical Nodes 20081213
3 Importing IT_DATA Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE_DATA Nodes with Data 20081213
4 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Status 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method COMPARE_STATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Changes 20081213
2 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IV_INCL_SUBTREE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Including All Subnodes 20081213
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
5 Importing IV_STATE_BEFORE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Relative State 20081213
6 Importing IV_STATE_CURRENT Call by reference Type reference (TYPE) /BOBF/CONF_STATE Basic State 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method CONVERT_ALTERN_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) /BOBF/T_FRW_KEYINDEX Key table with explicit index 20081213
2 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20081213
3 Importing IT_KEY Call by reference Type reference (TYPE) INDEX TABLE 20081213
4 Importing IV_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY 20081213
5 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
7 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method DELETE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081213
2 Importing IV_INCL_SUBTREE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Including All Subnodes 20081213
3 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State to Delete 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method DO_CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
2 Importing IV_KEEP_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method DO_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
2 Importing IV_STATE_BEFORE_IMAGE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State to compare with 20081213
3 Importing IV_STATE_CURRENT Call by reference Type reference (TYPE) /BOBF/CONF_STATE State to be saved 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_BUFFER Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_BUFFER Interface to Data Layer 20081213
2 Exporting ET_NODE_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081213
4 Importing IV_BUFFER_CLASS Call by reference Type reference (TYPE) STRING Object Type Name 20081213
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method GET_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Keys of instances 20081213
2 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Keys of ROOT instances to get keys for 20081213
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213
4 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method GET_ROOT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
2 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Root Node Key 20081213
3 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
4 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20081213
5 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Node Key 20081213
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
7 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Status 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method GET_ROOT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
2 Importing IV_CHANGED_ONLY Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Changed instances only 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081213
2 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface for Change Class 20081213
3 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Key Table 20081213
4 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D Load with node data, else only keys 20081213
5 Importing IV_NOTIFY_KEYLOAD Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Notify loaded keys only (when loading data) 20081213
6 Importing IV_RELOAD Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Load only already buffered nodes 20081213
7 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Status in which data is loaded 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20081213
2 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Change Object 20081213
3 Importing IT_MODIFICATION Call by reference Type reference (TYPE) /BOBF/T_FRW_MODIFICATION Changes 20081213
4 Importing IV_ONLY_TRANSIENT Call by reference Type reference (TYPE) BOOLE_D Modifications during loading process 20081213
5 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Zustand 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_QUERY_INFO Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_INFO Query Information 20081213
2 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
3 Importing IO_QUERY_AUTHORITIES Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_AUTHORITY_QUERY Infromation for Authority checks of a query 20121221
4 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS 20081213
5 Importing IT_FILTER_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
6 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM 20081213
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Name 20081213
8 Importing IV_QUERY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_QUERY_KEY Query 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE 20081213
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Exporting ET_NODE_CAT Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE_CAT Node Category Assignment 20081213
4 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Only bound if IV_BUFFER_ONLY = false 20081213
5 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
6 Importing IV_BUFFER_ONLY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Search only in buffer and do not load data 20081213
7 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D Fill data 20081213
8 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
9 Importing IV_NOTIFY_KEYLOAD Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Notify loaded keys only (when loading data) 20081213
10 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Status 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method RETRIEVE_ALTERN_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
2 Exporting ET_KEY Call by reference Type reference (TYPE) INDEX TABLE 20081213
3 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20081213
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
5 Importing IV_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY 20081213
6 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
8 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213

Method RETRIEVE_BY_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE 20081213
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK 20081213
4 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
5 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface for Change Class 20081213
6 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
7 Importing IT_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
8 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
9 Importing IV_ASSOCIATION Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Name of Association 20081213
10 Importing IV_BUFFER_ONLY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Search only in buffer and do not load data 20081213
11 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
12 Importing IV_FILL_FAILED_KEY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
13 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
14 Importing IV_NOTIFY_KEYLOAD Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Notify loaded keys only (when loading data) 20081213
15 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Status 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method TRANSFER_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADD_STATE_DEST_TRANSFERRED Call by reference Type reference (TYPE) BOOLE_D Additional states have been transferred 20131111
2 Importing IT_ADDITIONAL_STATE_DEST Call by reference Type reference (TYPE) TT_STATE Additional target states 20131111
3 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081213
4 Importing IV_INCL_SUBTREE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Including All Subnodes 20081213
5 Importing IV_STATE_DEST Call by reference Type reference (TYPE) /BOBF/CONF_STATE Target state 20081213
6 Importing IV_STATE_SOURCE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Source State 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213
Event Signatures

Event END_LOAD Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_CHANGE Exporting Value transfer Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20081213
2 IV_BO_KEY Exporting Value transfer Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081213

Event END_SAVE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IV_BO_KEY Exporting Value transfer Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081213
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_BUF_DISPATCHER BOPF Buffer Dispatcher 20081212
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_BUF_NON_CACHING Non caching buffer for BOPF 20090814
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_BUF_SIMPLE Simple Relational Buffer 20081212
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_LIB_B_FRW Superclass for framework buffers 20081213
5 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_LIB_B_MO Simple Buffer for Message Objects 20081213
6 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_CC_ADDON BOPF Contract Compliance Check addon 20081212
7 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_TRACE BOPF tracing tool 20081213
8 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_ADDR_BUFFER Special Buffer Class for DO Address 20081127
9 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_BAL_BUFFER Application Log: Buffer Class 20090806
10 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_BAL_BUFFER_READONLY Application Log: BOPF Buffer: Read Only access 20090806
11 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_BUPA_BUFFER Master Data Adapter for TMS BO Business Partner 20081127
12 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_B_DO_HOST_PARENT Buffer If DO root is just a dummy view of host parent 20091113
13 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_B_OBJSRV_PERSOBJ_BASE BOPF Buffer for Obj Serv pers objs: base class 20091127
14 Interface implementation (CLASS c. INTERFACES i_ref)  /SRMERP/CL_BUF_DISPATCHER_SC Buffer Dispatcher for Shopping Cart 20101115
History
Last changed by/on SAP  20140121 
SAP Release Created in