SAP ABAP Class /BOBF/IF_FRW_READ (Interface to Read Data)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /BOBF/IF_TOOL_AUNIT_READ Read interface for prepare methods 20081213
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_FRW_INT_ACCESS Internal Data Access Object 20081212
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_AUNIT_FRW ABAP Unit framework class 20081213
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_CC_ADDON BOPF Contract Compliance Check addon 20081212
5 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_TEST_DOUBLE_INT Internal Access test double 20130207
6 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_TRACE_INT_ACCESS Internal acces class for tracing 20081213
7 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_TOOL_TRACE_RW_NODES Trace nodes accessed during execution of Det, Act and Val. 20081213
8 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_ARCH_GENER1 Generic Archiving Facade: Writes combined data 20100712
Properties
Class /BOBF/IF_FRW_READ  
Short Description Interface to Read Data    
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
# 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_READ has no interface implemented.
Friends
Class /BOBF/IF_FRW_READ has no friend class.
Attributes
Class /BOBF/IF_FRW_READ has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COMPARE Instance method Public Method Compare the current and the last image 20081213
2 CONVERT_ALTERN_KEY Instance method Public Method Convert an alternative key to an alternative key 20081213
3 GET_ROOT_KEY Instance method Public Method Convert a KEY to the corresponding ROOT_KEY 20081213
4 RETRIEVE Instance method Public Method Read Data 20081213
5 RETRIEVE_BY_ASSOCIATION Instance method Public Method Read Data via Association 20081213
Events
Class /BOBF/IF_FRW_READ has no event.
Types
Class /BOBF/IF_FRW_READ has no local type.
Method Signatures

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20081213
2 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IV_FILL_ATTRIBUTES Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Fill also changed attributes for each change 20081213
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Table 20081213
5 Importing IV_SCOPE Call by reference Type reference (TYPE) /BOBF/FRW_SCOPE /BOBF/IF_FRW_C=>SC_SCOPE_LOCAL Scope 20081213

Method COMPARE on class /BOBF/IF_FRW_READ has no exception.

Method CONVERT_ALTERN_KEY 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) INDEX TABLE 20081213
2 Exporting ET_RESULT Call by reference Type reference (TYPE) /BOBF/T_FRW_KEYINDEX Key table with explicit index 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 Source Alternative Key 20081213
5 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 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 Node 20081213
8 Importing IV_TARGET_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY /BOBF/IF_FRW_C=>SC_ALTERNATIVE_KEY_KEY Target Alternative Key 20081213

Method CONVERT_ALTERN_KEY on class /BOBF/IF_FRW_READ has no exception.

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 Key Link 20081213
3 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
5 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
6 Importing IV_NODE Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Name 20081213

Method GET_ROOT_KEY on class /BOBF/IF_FRW_READ has no exception.

Method RETRIEVE 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 Message Object 20100714
2 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081213
3 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
4 Exporting ET_NODE_CAT Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE_CAT Node Category Assignment 20081213
5 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
6 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
7 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
8 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
9 Importing IV_NODE Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Name 20081213

Method RETRIEVE on class /BOBF/IF_FRW_READ has no exception.

Method RETRIEVE_BY_ASSOCIATION 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 Message Object 20081213
2 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081213
3 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
4 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Key Link 20081213
5 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 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 IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
10 Importing IV_ASSOCIATION Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Name of Association 20081213
11 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
12 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
13 Importing IV_NODE Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Name 20081213

Method RETRIEVE_BY_ASSOCIATION on class /BOBF/IF_FRW_READ has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in