SAP ABAP Interface /BOBF/IF_FRW_CHANGE (Interface of Change Object)
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_FRW_CHANGE Change Object 20081212
Properties
Interface /BOBF/IF_FRW_CHANGE  
Short Description Interface of Change Object    
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /BOBF/IF_FRW_CHANGE has no interface.
Friends
Interface /BOBF/IF_FRW_CHANGE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_ATTRIBUTES_REQUESTED Instance attribute Public Type reference (TYPE) BOOLE_D Changed attributes requested by consumer 20081213
2 MV_EXTERNAL Instance attribute Public Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120924
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Adds a list of changes 20081213
2 ADD_CHANGE Instance method Public Method Add Any Data Change 20081213
3 ADD_CONTENT_CHANGE Instance method Public Method Add Any Content Change 20081213
4 CONDENSE Instance method Public Method Remove Non-Unique Entries for Identical Instances 20081213
5 GET Instance method Public Method Return All Changes 20081213
6 GET_CHANGES Instance method Public Method Return changes 20081213
7 HAS_CHANGES Instance method Public Method Does Object Have Changes? 20081213
8 MERGE Instance method Public Method Add a Change Object 20081213
Events
Interface /BOBF/IF_FRW_CHANGE has no event.
Types
Interface /BOBF/IF_FRW_CHANGE has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGE Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE Changed Nodes 20081213
2 Importing IT_CHANGE_LOAD Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE Changed Nodes Load 20081213
3 Importing IT_CHANGE_LOAD_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE Changed Nodes Load_key 20081213
4 Importing IT_CONTENT_CHANGE Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE_CONTENT Changed Content 20081213
5 Importing IV_RELOAD_DEL Call by reference Type reference (TYPE) BOOLE_D Reload_delete change exists 20081213
6 Importing IV_RELOAD_INT Call by reference Type reference (TYPE) BOOLE_D Reload_int change exists 20081213

Method ADD on Interface /BOBF/IF_FRW_CHANGE has no exception.

Method ADD_CHANGE 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 20081213
2 Importing IT_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081213
3 Importing IV_CHANGE_MODE Call by reference Type reference (TYPE) /BOBF/CONF_CHANGE_MODE Changeability Mode 20081213
4 Importing IV_FAILED Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
5 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081213
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Key 20081213

Method ADD_CHANGE on Interface /BOBF/IF_FRW_CHANGE has no exception.

Method ADD_CONTENT_CHANGE 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 20081213
2 Importing IV_CHANGE_MODE Call by reference Type reference (TYPE) /BOBF/CONF_CHANGE_MODE Change category 20081213
3 Importing IV_CONTENT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY BOPF Model Key 20081213
4 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213

Method ADD_CONTENT_CHANGE on Interface /BOBF/IF_FRW_CHANGE has no exception.

Method CONDENSE Signature

Method CONDENSE on Interface /BOBF/IF_FRW_CHANGE has no parameter.
Method CONDENSE on Interface /BOBF/IF_FRW_CHANGE has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGE Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE Changed Nodes 20081213
2 Exporting ET_CHANGE_LOAD Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE Changed Nodes Load only 20081213
3 Exporting ET_CHANGE_LOAD_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE Changed Nodes Load_key only 20081213
4 Exporting ET_CONTENT_CHANGE Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE_CONTENT Changed Content 20081213
5 Exporting EV_RELOAD_DEL Call by reference Type reference (TYPE) BOOLE_D Reload_int change exists 20081213
6 Exporting EV_RELOAD_INT Call by reference Type reference (TYPE) BOOLE_D Reload_delete change exists 20081213
7 Exporting EV_SORTED Call by reference Type reference (TYPE) /BOBF/FRW_CHANGE_SORT Changes are sorted 20081213
8 Importing IV_NO_LOAD Call by reference Type reference (TYPE) BOOLE_D Changed Nodes without Load and Loadkey 20081213
9 Importing IV_SORTED Call by reference Type reference (TYPE) /BOBF/FRW_CHANGE_SORT /BOBF/IF_FRW_C=>SC_CHANGE_SORT_COMPLETE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213

Method GET on Interface /BOBF/IF_FRW_CHANGE has no exception.

Method GET_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGE Call by reference Type reference (TYPE) /BOBF/T_FRW_CHANGE Node Table 20081213
2 Exporting ET_CHANGED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Exporting ET_CHANGED_NODE Call by reference Type reference (TYPE) /BOBF/T_FRW_NODE Node Table 20081213
4 Importing IS_CHANGE_MODE Call by reference Type reference (TYPE) /BOBF/S_CONFRO_CHG_MODE Change Modes 20081213
5 Importing IV_CHANGE_MODE Call by reference Type reference (TYPE) /BOBF/CONF_CHANGE_MODE 20081213
6 Importing IV_FAILED Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213

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

Method HAS_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_EXIST Value transfer Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
2 Importing IV_CHANGE_MODE Call by reference Type reference (TYPE) /BOBF/CONF_CHANGE_MODE Change category 20081213
3 Importing IV_SELECTION Call by reference Type reference (TYPE) /BOBF/FRW_CHANGE_SCOPE /BOBF/IF_FRW_C=>SC_CHANGE_SUCC_ONLY Change Selection 20081213

Method HAS_CHANGES on Interface /BOBF/IF_FRW_CHANGE has no exception.

Method MERGE 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 for Change Class 20081213

Method MERGE on Interface /BOBF/IF_FRW_CHANGE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702