SAP ABAP Interface /BOBF/IF_FRW_DELEGATION (Interface to a delegated part of the BO)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
     /BOBF/FRAMEWORK (Package) Business Object Processing Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_LIB_DELEGATION_BOPF Delegation Class per Service Layer 20090327
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_LIB_H_PLACEBO Placebo class for all content implementations 20081213
Properties
Interface /BOBF/IF_FRW_DELEGATION  
Short Description Interface to a delegated part of the BO    
General Data
Package /BOBF/FRAMEWORK   Business Object Processing Framework 
Created 20081213   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOBF/IF_FRW_C 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 /BOBF/IF_FRW_DELEGATION has no interface.
Friends
Interface /BOBF/IF_FRW_DELEGATION has no friend.
Attributes
Interface /BOBF/IF_FRW_DELEGATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_NUMBERS Instance method Public Method Adjust numbers from number range intervals 20081213
2 AFTER_FAILED_SAVE Instance method Public Method After Failed Save Attempt 20081213
3 AFTER_SUCCESSFUL_SAVE Instance method Public Method After Successful Save Attempt 20081213
4 CHECK_ACTION Instance method Public Method Check Whether Action Can Be Performed 20081213
5 CHECK_AND_DETERMINE Instance method Public Method Perform Consistency Check 20081213
6 CHECK_BEFORE_SAVE Instance method Public Method Check Whether Object Can Be Saved 20081213
7 CHECK_CONSISTENCY Instance method Public Method Perform Consistency Check 20081213
8 COMPARE Instance method Public Method Compare Changes done on the DO 20120216
9 CONVERT_ALTERN_KEY Instance method Public Method Converts an alternative Key to the technical Key 20081213
10 DO_ACTION Instance method Public Method Do Action 20081213
11 DO_CLEANUP Instance method Public Method Delete All Internal Buffers 20081213
12 DO_SAVE Instance method Public Method Save 20081213
13 FINALIZE Instance method Public Method Prepare Objects for Saving 20081213
14 GET_CHANGES Instance method Public Method Gives the changed DO instances 20081213
15 GET_HOST_NODE_KEY Instance method Public Method Returns the next host node key 20081213
16 GET_INSTANCE Static method Public Method Returns an instance of an implementing class 20081213
17 GET_ROOT_KEY Instance method Public Method Return root node 20081213
18 GET_ROOT_KEYS Instance method Public Method Returns all root nodes 20081213
19 GET_RUNTIME_MODEL Static method Public Method Reads the meta data of the model 20081213
20 MODIFY Instance method Public Method Change, Delete, Create Nodes 20081213
21 ON_NUMBERS_ADJUSTED Instance method Public Method On numbers adjusted 20081213
22 QUERY Instance method Public Method Search 20081213
23 RELOAD Instance method Public Method Reloads Read Caches 20081213
24 RETRIEVE Instance method Public Method Read Data 20081213
25 RETRIEVE_BY_ASSOCIATION Instance method Public Method Read Data via association 20081213
26 RETRIEVE_CODE_VALUE_SET Instance method Public Method Read code value sets 20081213
27 RETRIEVE_DEFAULT_ACTION_PARAM Instance method Public Method Read default action paramaters 20081213
28 RETRIEVE_DEFAULT_NODE_VALUES Instance method Public Method Read the default node values 20081213
29 RETRIEVE_DEFAULT_QUERY_PARAM Instance method Public Method Read default query paramaters 20081213
30 RETRIEVE_ID_VALUE_SET Instance method Public Method Read identifier value sets 20081213
31 RETRIEVE_PROPERTY Instance method Public Method Read Property of Data 20081213
Events
Interface /BOBF/IF_FRW_DELEGATION has no event.
Types
Interface /BOBF/IF_FRW_DELEGATION has no local type.
Method Signatures

Method ADJUST_NUMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADJUSTED_NUMBERS Call by reference Type reference (TYPE) /BOBF/T_FRW_ADJUSTED_NUMBERS Adjusted Numbers 20081213
2 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method AFTER_FAILED_SAVE 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 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_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method AFTER_SUCCESSFUL_SAVE 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 20081213
2 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE 20081213
3 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method CHECK_ACTION 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_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20090330
3 Importing IS_ACTION Call by reference Type reference (TYPE) /BOBF/S_FRW_ACTION Action 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception Class 20081213

Method CHECK_AND_DETERMINE 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 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) /BOBF/T_FRW_KEY Key Table 20081213
4 Importing IV_CHECK_SCOPE Call by reference Type reference (TYPE) /BOBF/FRW_SCOPE Scope 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 CHECK_BEFORE_SAVE 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 20081213
2 Exporting EV_REJECTED Call by reference Type reference (TYPE) BOOLE_D Action rejected 20081213
3 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method CHECK_CONSISTENCY 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 20081213
2 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IV_CHECK_SCOPE Call by reference Type reference (TYPE) /BOBF/FRW_SCOPE Scope 20081213
4 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 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 20120216
2 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20120216
3 Importing IV_CURRENT_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State 20120216
4 Importing IV_FILL_ATTRIBUTES Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Fill also changed attributes for each change 20120216
5 Importing IV_LAST_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State 20120216
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20120216
7 Importing IV_SCOPE Call by reference Type reference (TYPE) /BOBF/FRW_SCOPE /BOBF/IF_FRW_C=>SC_SCOPE_LOCAL Scope 20120216

Method COMPARE on Interface /BOBF/IF_FRW_DELEGATION 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 IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20091028
4 Importing IT_KEY Call by reference Type reference (TYPE) INDEX TABLE State 20081213
5 Importing IV_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY Alternative Key 20081213
6 Importing IV_CHECK_EXISTENCE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
7 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
8 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213
9 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE Key table with explicit index 20081213
10 Importing IV_TARGET_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY /BOBF/IF_FRW_C=>SC_ALTERNATIVE_KEY_KEY Alternative Key 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method DO_ACTION 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 20081213
2 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20090330
3 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE 20081213
4 Importing IS_ACTION Call by reference Type reference (TYPE) /BOBF/S_FRW_ACTION Action 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213

Method DO_CLEANUP 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 20081213
2 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 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 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface for Message Class 20081213
2 Exporting EV_REJECTED Call by reference Type reference (TYPE) BOOLE_D Save rejected 20081213
3 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method FINALIZE 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 20081213
2 Exporting EV_REJECTED Call by reference Type reference (TYPE) BOOLE_D 20081213
3 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE 20081213
4 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method GET_CHANGES 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 Interface of Change Object 20081213
2 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213

Method GET_CHANGES on Interface /BOBF/IF_FRW_DELEGATION has no exception.

Method GET_HOST_NODE_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 Exporting EV_HOST_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213
5 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081213
6 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213
8 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE State 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_DELEGATION Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_DELEGATION Interface for the Service Layer 20081213
2 Importing IO_CONF Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20081213
3 Importing IV_HOST_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Hosting Business Object 20081213
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 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 Key 20081213
3 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081213
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
6 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE 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 IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081213
3 Importing IV_CHANGED_ONLY Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method GET_RUNTIME_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_DO_CONF Call by reference Object reference (TYPE REF TO) /BOBF/IF_CONFRT_COMPLETE Configuration runtime data complete 20090406
2 Exporting ET_ACTION Call by reference Type reference (TYPE) /BOBF/T_CONFDO_ACTION Obsolet 20081213
3 Exporting ET_ALTKEY Call by reference Type reference (TYPE) /BOBF/T_CONFDO_ALTKEY Obsolet 20081213
4 Exporting ET_ASSOCIATION Call by reference Type reference (TYPE) /BOBF/T_CONFDO_ASSOC Obsolet 20081213
5 Exporting ET_NODE Call by reference Type reference (TYPE) /BOBF/T_CONFDO_NODE Obsolet 20081213
6 Exporting ET_QUERY Call by reference Type reference (TYPE) /BOBF/T_CONFDO_QUERY Obsolet 20081213
7 Exporting ET_VSET Call by reference Type reference (TYPE) /BOBF/T_CONFDO_VALUE_SET Obsolet 20081213
8 Importing IO_CONF Call by reference Object reference (TYPE REF TO) /BOBF/IF_CONFRT_COMPLETE Host Object Configuration 20081213
9 Importing IV_HOST_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081213
10 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 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 Message Object 20081213
2 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE 20081213
3 Importing IT_MODIFICATION Call by reference Type reference (TYPE) /BOBF/T_FRW_MODIFICATION Changes 20081213
4 Importing IV_PRIV_MODE_FOR_AUTH_CHECK Call by reference Type reference (TYPE) BOOLE_D Privileged mode to be used for auth. check 20130116
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method ON_NUMBERS_ADJUSTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ADJUSTED_NUMBERS Call by reference Type reference (TYPE) /BOBF/T_FRW_ADJUSTED_NUMBERS Adjusted Numbers 20081213
2 Importing IT_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

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 20081213
2 Exporting ES_QUERY_INFO Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_INFO Query Information 20081213
3 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE 20090909
4 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
5 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS Query Options 20081213
6 Importing IT_FILTER_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
7 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20100729
8 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM Query Selection Parameters 20081213
9 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100729
10 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 RELOAD 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 20090403
2 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081213
3 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

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 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 20081213
4 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20090330
5 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081213
6 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
7 Importing IT_REQUESTED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
8 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Changeability Mode 20081213
9 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
10 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
11 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
12 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

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 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 Importing IO_CHANGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20090330
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 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_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Changeability Mode 20081213
12 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE boolean 20081213
13 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
14 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
15 Importing IV_STATE Call by reference Type reference (TYPE) /BOBF/CONF_STATE 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW Exception class 20081213

Method RETRIEVE_CODE_VALUE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CODE_VALUES Call by reference Type reference (TYPE) /BOBF/T_FRW_CODE_VALUES Code Values 20081213
2 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081213
3 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
4 Importing IT_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
5 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
6 Importing IV_KEY_IS_DEFAULT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
7 Importing IV_VSET_KEY Call by reference Type reference (TYPE) /BOBF/OBM_VALUE_SET_KEY Value Set Key 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method RETRIEVE_DEFAULT_ACTION_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
2 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
3 Importing IV_ACT_KEY Call by reference Type reference (TYPE) /BOBF/ACT_KEY 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213

Method RETRIEVE_DEFAULT_NODE_VALUES 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 20100726
2 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE 20081213
3 Importing IO_PROPERTY Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_PROPERTY Interface of Property Object 20081213
4 Importing IS_ASSOC_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
5 Importing IT_ASSOC_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
6 Importing IT_MODIFICATION Call by reference Type reference (TYPE) /BOBF/T_FRW_MODIFICATION Changes 20081213
7 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 RETRIEVE_DEFAULT_QUERY_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM 20081213
2 Importing IV_QUERY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_QUERY_KEY 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081213

Method RETRIEVE_ID_VALUE_SET 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 20081213
2 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081213
3 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS 20081213
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
5 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) /BOBF/T_FRW_QUERY_SELPARAM 20081213
6 Importing IV_KEY_IS_DEFAULT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
7 Importing IV_VSET_KEY Call by reference Type reference (TYPE) /BOBF/OBM_VALUE_SET_KEY 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213

Method RETRIEVE_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROPERTY Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_PROPERTY 20081213
2 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081213
3 Importing IT_ACTION Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY2 20081213
4 Importing IT_ASSOC Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY2 20081213
5 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY NodeIDs 20081213
6 Importing IT_NODE_ATTRIBUTE Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME 20081213
7 Importing IV_ACTION_ATTRIBUTE_PROPERTY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
8 Importing IV_ACTION_PROPERTY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
9 Importing IV_ASSOC_ATTRIBUTE_PROPERTY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
10 Importing IV_ASSOC_PROPERTY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
11 Importing IV_CHECK_SERVICES Call by reference Type reference (TYPE) /BOBF/CONF_CHECK_SERVICES /BOBF/IF_CONF_C=>SC_RETRIEVE_PROPERTY 20081213
12 Importing IV_KEY_IS_DEFAULT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
13 Importing IV_NODE_ATTRIBUTE_PROPERTY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
14 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
15 Importing IV_NODE_PROPERTY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213
History
Last changed by/on SAP  20130531 
SAP Release Created in 702