SAP ABAP Class /BOBF/CL_LIB_ACCESS_TEMPLATE (Template for Accessor 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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_LIB_ACCESS Tag Interface Access Class 20081212
Properties
Class /BOBF/CL_LIB_ACCESS_TEMPLATE  
Short Description Template for Accessor Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/LIBRARY   Business Object Processing Framework Library 
Created 20081212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOBF/IF_LIB_ACCESS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_LIB_ACCESS Tag Interface Access Class 20081212
Friends
Class /BOBF/CL_LIB_ACCESS_TEMPLATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_ACT_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_NODE_KEY '00000000000000000000000000000000' Action 20081212
2 CV_ALTKEY_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY '00000000000000000000000000000000' Alternative Key 20081212
3 CV_ASSOC_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_ASSOC_KEY '00000000000000000000000000000000' Association 20081212
4 CV_BO_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_BO_KEY '00000000000000000000000000000000' Business Object 20081212
5 CV_NODE_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_NODE_KEY '00000000000000000000000000000000' Node 20081212
6 CV_QUERY_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_QUERY_KEY '00000000000000000000000000000000' Query 20081212
7 CV_SOURCE_NODE_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_NODE_KEY '00000000000000000000000000000000' Parent Node 20081212
8 CV_TARGET_NODE_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_NODE_KEY '00000000000000000000000000000000' Associated Node 20081212
9 GS_CONTEXT Static Attribute Public Type reference (TYPE) /BOBF/IF_LIB_ACCESS=>TS_CONTEXT Current Context 20081212
10 GT_CONTEXT Static Attribute Private Type reference (TYPE) /BOBF/IF_LIB_ACCESS=>TT_CONTEXT Context Stack 20081212
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_KEY_TO_ID_1 Static method Public Method Convert Key to ID (Single) 20081212
2 CONVERT_KEY_TO_ID_1N Static method Public Method Convert Key to ID (Single, not unique) 20081212
3 CONVERT_KEY_TO_ID_N Static method Public Method Convert Key to ID (Multiple) 20081212
4 CREATE_1 Static method Public Method Create Node 20081212
5 CREATE_ROOT_1 Static method Public Method Create Root Node 20081212
6 DELETE_1N Static method Public Method Delete Node(s) 20081212
7 DELETE_BY_ASSOC_1 Static method Public Method Delete via Association (Single) 20081212
8 DELETE_BY_ASSOC_N Static method Public Method Delete via Association (Multiple) 20081212
9 DO_ACTION_1 Static method Public Method Execute Action of Node (Single Node) 20081212
10 DO_ACTION_1_W_PA Static method Public Method Execute Action of Node (Single Node) with Parameter 20081212
11 DO_ACTION_N Static method Public Method Execute Action of Node (Multiple Nodes) 20081212
12 DO_ACTION_N_W_PA Static method Public Method Execute Action of Node (Multiple Nodes) with Parameter 20081212
13 DO_ACTION_STATIC Static method Public Method Execute Action of Node (Static) 20081212
14 DO_ACTION_STATIC_W_PA Static method Public Method Execute Action of Node (Static) with Parameter 20081212
15 GET_ROOT_KEY Static method Public Method Read Root Node 20081212
16 GET_ROOT_KEYS Static method Public Method Read Root Nodes 20081212
17 QUERY Static method Public Method Query 20081212
18 RESET_CONTEXT Static method Public Method Reset Context 20081212
19 RETRIEVE_1 Static method Public Method Read Data (Single Node) 20081212
20 RETRIEVE_BY_ASSOC_1_1 Static method Public Method Read Data via Association (Single / Single) 20081212
21 RETRIEVE_BY_ASSOC_1_1_W_PA Static method Public Method Read Data via Association (Single / Single) with Parameter 20081212
22 RETRIEVE_BY_ASSOC_1_N Static method Public Method Read Data via Association (Single / Multiple) 20081212
23 RETRIEVE_BY_ASSOC_1_N_W_PA Static method Public Method Read Data via Association (Single / Multiple) with Parameter 20081212
24 RETRIEVE_BY_ASSOC_N_N Static method Public Method Read Data via Association (Multiple / Multiple) 20081212
25 RETRIEVE_BY_ASSOC_N_N_W_PA Static method Public Method Read Data via Association (Multiple / Multiple) with Para. 20081212
26 RETRIEVE_N Static method Public Method Read Data (Multiple Nodes) 20081212
27 SET_CONTEXT Static method Public Method Set Context 20081212
28 UPDATE_1 Static method Public Method Update Node 20081212
Events
Class /BOBF/CL_LIB_ACCESS_TEMPLATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_SELECTION_DUMMY Public See coding 20081212 TT_SELECTION_DUMMY TYPE RANGE OF dummy
Method Signatures

Method CONVERT_KEY_TO_ID_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
2 Importing IS_ALTERNATIVE_KEY Call by reference Type reference (TYPE) ANY 20081212
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method CONVERT_KEY_TO_ID_1N 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 Key Table 20081212
2 Importing IS_ALTERNATIVE_KEY Call by reference Type reference (TYPE) ANY 20081212
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method CONVERT_KEY_TO_ID_N 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 20081212
2 Importing IT_ALTERNATIVE_KEY Call by reference Type reference (TYPE) INDEX TABLE 20081212
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method CREATE_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
2 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA Data 20081212
3 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
4 Importing IV_NODE_CAT Call by reference Type reference (TYPE) /BOBF/OBM_NODE_CAT_KEY Node Category 20081212
5 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081212
6 Importing IV_SOURCE_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Parent Instance 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method CREATE_ROOT_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
2 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA Data 20081212
3 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
4 Importing IV_NODE_CAT Call by reference Type reference (TYPE) /BOBF/OBM_NODE_CAT_KEY Node Category 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DELETE_1N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
2 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081212
3 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DELETE_BY_ASSOC_1 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 for Message Class 20081212
2 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
3 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DELETE_BY_ASSOC_N 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 for Message Class 20081212
2 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key table 20081212
3 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DO_ACTION_1 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 20081212
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D NodeID 20081212
3 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DO_ACTION_1_W_PA 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 20081212
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D NodeID 20081212
3 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081212
4 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DO_ACTION_N 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 20081212
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DO_ACTION_N_W_PA 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 20081212
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
3 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081212
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DO_ACTION_STATIC 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 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method DO_ACTION_STATIC_W_PA 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 20081212
2 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method GET_ROOT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key Table 20081212
2 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
3 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081212
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method GET_ROOT_KEYS 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 20081212
2 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Key Link 20081212
3 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
5 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method QUERY 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 20081212
2 Exporting ES_QUERY_INFO Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_INFO Query Information 20081212
3 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
4 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS Query Options 20081212
5 Importing IT_FILTER_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
6 Importing IT_SELECTION Call by reference Type reference (TYPE) TT_SELECTION_DUMMY 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RESET_CONTEXT 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 for Change Class 20081212
2 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface for Message Class 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RETRIEVE_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY Data Return Type 20081212
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D NodeID 20081212
3 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20090226
4 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
5 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081212
6 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RETRIEVE_BY_ASSOC_1_1 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 20081212
2 Exporting ES_DATA Call by reference Type reference (TYPE) ANY Data Return Type 20081212
3 Exporting ES_KEY_LINK Call by reference Type reference (TYPE) /BOBF/S_FRW_KEY_LINK Key Link 20081212
4 Exporting ES_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/S_FRW_KEY Key Table 20081212
5 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081212
6 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20090226
7 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
8 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
9 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RETRIEVE_BY_ASSOC_1_1_W_PA 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 20081212
2 Exporting ES_DATA Call by reference Type reference (TYPE) ANY Data Return Type 20081212
3 Exporting ES_KEY_LINK Call by reference Type reference (TYPE) /BOBF/S_FRW_KEY_LINK Key Link 20081212
4 Exporting ES_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/S_FRW_KEY Key Table 20081212
5 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081212
6 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081212
7 Importing IT_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081212
8 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20090226
9 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
10 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
11 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RETRIEVE_BY_ASSOC_1_N 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 20081212
2 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081212
3 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
4 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Key Link 20081212
5 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
6 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20090226
7 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
8 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
9 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RETRIEVE_BY_ASSOC_1_N_W_PA 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 20081212
2 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081212
3 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
4 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Key Link 20081212
5 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
6 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081212
7 Importing IT_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081212
8 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20090226
9 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
10 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
11 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RETRIEVE_BY_ASSOC_N_N 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 20081212
2 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081212
3 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
4 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Key Link 20081212
5 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
6 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
7 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20090226
8 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
9 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RETRIEVE_BY_ASSOC_N_N_W_PA 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 20081212
2 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081212
3 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
4 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Key Link 20081212
5 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
6 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081212
7 Importing IT_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081212
8 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
9 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20090226
10 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
11 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method RETRIEVE_N 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 Data Return Structure 20081212
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
4 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20090226
5 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081212
6 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method SET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODIFY Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MODIFY Interface to Change Data 20081212
2 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Reading Data 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method UPDATE_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA Data 20081212
2 Importing IT_CHANGED_FIELDS Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081212
3 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081212
4 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212
History
Last changed by/on SAP  20130531 
SAP Release Created in 702