SAP ABAP Interface /BOFU/IF_FBI_CONTROLLER (FBI Application Configuration Controller implements this)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC-FBI (Application Component) Integration of FPM and Persistency Frameworks like BOPF
     /BOFU/FBI_RUNTIME_BASE (Package) FBI Runtime: Common Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /BOFU/IF_FBI_CONTROLLER_NEW /BOFU/IF_FBI_CONTROLLER_NEW 20091105
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_CONTROLLER_BASE FBI Controller Base Class (Abstract) 20091105
Properties
Interface /BOFU/IF_FBI_CONTROLLER  
Short Description FBI Application Configuration Controller implements this    
General Data
Package /BOFU/FBI_RUNTIME_BASE   FBI Runtime: Common Objects 
Created 20090224   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOBF/IF_CONF_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 Abstract Final Description Created on
1 /BOFU/IF_ABSTRACT_SINGLETON Abstract Singleton 20090224
2 IWCI_IF_FPM_APP_CONTROLLER WebDynpro Interface INTERFACECONTROLLER 20090224
3 IWCI_IF_FPM_GAF_CONF_EXIT WebDynpro Interface INTERFACECONTROLLER 20090224
4 IWCI_IF_FPM_OIF_CONF_EXIT WebDynpro Interface INTERFACECONTROLLER 20090224
5 IWCI_IF_FPM_OVP_CONF_EXIT WebDynpro Interface INTERFACECONTROLLER 20100121
6 IWCI_IF_FPM_RESOURCE_MANAGER WebDynpro Interface INTERFACECONTROLLER 20090224
7 IWCI_IF_FPM_TABBED_CONF_EXIT WebDynpro Interface INTERFACECONTROLLER 20090403
8 IWCI_IF_FPM_TRANSACTION WebDynpro Interface INTERFACECONTROLLER 20090224
9 IWCI_IF_FPM_WORK_PROTECTION WebDynpro Interface INTERFACECONTROLLER 20090224
Friends
Interface /BOFU/IF_FBI_CONTROLLER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_COMPONENT Instance attribute Public Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090224
2 MO_FLUSH_EVENT Instance attribute Public Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20090602
3 MO_IDR_PROVIDER Instance attribute Public Object reference (TYPE REF TO) /BOFU/IF_FBI_IDR_PROVIDER /BOFU/IF_FBI_IDR_PROVIDER 20090326
4 MO_TXN_MGR Instance attribute Public Object reference (TYPE REF TO) /BOBF/IF_TRA_TRANSACTION_MGR 20090303
5 MS_APPCONFIG_SETTINGS Instance attribute Public Type reference (TYPE) /BOFU/S_FBI_CFG_APPCC FBI App. Controller Configuration 20100216
6 MS_OBJECT_KEY Instance attribute Public Type reference (TYPE) TS_OBJECT_KEY 20091120
7 MT_BO_SRVMGR_MAP Instance attribute Public Type reference (TYPE) TT_BO_SRVMGR_MAP 20090224
8 MT_CUSTOM_ACTIONS Instance attribute Public Type reference (TYPE) TT_FBI_CFG_ACTIONS 20090330
9 MT_MODIF_BUFFER Instance attribute Public Type reference (TYPE) TT_MODIF_BUFFER 20090224
10 MT_NODE_BUFFER Instance attribute Public Type reference (TYPE) TT_NODE_BUFFER 20090224
11 MT_PENDING_CREATE Instance attribute Public Type reference (TYPE) TT_PENDING_CREATE 20090303
12 MV_CHANGE_MODE Instance attribute Public Type reference (TYPE) /BOFU/FBI_CHANGE_MODE Change Mode 20090316
13 MV_CHMOD_COUNTER Instance attribute Public Type reference (TYPE) INT4 Natural number 20090316
14 MV_UPDATE_COUNTER Instance attribute Public Type reference (TYPE) INT4 Natural number 20090302
15 SC_PROP_VALUES Constant Public See coding 20090303
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_NODE_BUFFER Instance method Public Method 20090224
2 GET_ACTION_DIALOG_ID Instance method Public Method 20090302
3 GET_CREATE_KEY Instance method Public Method 20090303
4 GET_NODE_DATA Instance method Public Method 20090224
5 GET_NODE_KEY Instance method Public Method 20090224
6 GET_NODE_MESSAGES Instance method Public Method 20090224
7 GET_NODE_PROPERTY Instance method Public Method 20090224
8 GET_TARGET_CONTENT_AREA Instance method Public Method 20100720
9 GET_TARGET_KEYS Instance method Public Method 20090224
10 INIT_COMPONENT Instance method Public Method 20090224
11 IS_DIAGNOSTIC_MODE Instance method Public Method 20100317
12 ON_ROUNDTRIP Instance method Public Method 20091006
13 POST_MODIF_BUFFER Instance method Public Method 20090224
14 POST_SYNCUP_DATA Instance method Public Method 20090224
15 PREP_MODIFY_4_PENDING_CREATE Instance method Public Method 20110113
16 SET_APPCONFIG_SETTINGS Instance method Public Method 20100216
17 SET_CUSTOM_ACTION_MAP Instance method Public Method 20090330
18 SET_IDR_PROVIDER Instance method Public Method 20090326
19 SET_OBJECT_KEY Instance method Public Method 20091120
20 SET_TRANSACTION_PATTERN Instance method Public Method 20090608
21 SHOW_ERROR_PAGE Instance method Public Method 20090227
Events
Interface /BOFU/IF_FBI_CONTROLLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ACT_PROP_MAP Public See coding 20090224 BEGIN OF ts_act_prop_map, act_key TYPE /bobf/act_key, is_e TYPE /bofu/if_fbi_controller=>tv_prop_value, END OF ts_act_prop_map
2 TS_ASSOC_PROP_MAP Public See coding 20090224 BEGIN OF ts_assoc_prop_map, assoc_key TYPE /bobf/obm_assoc_key, c_enabled TYPE /bofu/if_fbi_controller=>tv_prop_value, d_enabled TYPE /bofu/if_fbi_controller=>tv_prop_value, END OF ts_assoc_prop_map
3 TS_ATTR_PROP_MAP Public See coding 20090224 BEGIN OF ts_attr_prop_map, attribute TYPE string, is_r TYPE /bofu/if_fbi_controller=>tv_prop_value, is_e TYPE /bofu/if_fbi_controller=>tv_prop_value, is_v TYPE /bofu/if_fbi_controller=>tv_prop_value, is_s TYPE /bofu/if_fbi_controller=>tv_prop_value, END OF ts_attr_prop_map
4 TS_BO_SRVMGR_MAP Public See coding 20090224 BEGIN OF ts_bo_srvmgr_map, bo_key TYPE /bobf/obm_bo_key, o_srv_mgr TYPE REF TO /bobf/if_tra_service_manager, END OF ts_bo_srvmgr_map
5 TS_FBI_CFG_ACTIONS Public See coding 20090330 BEGIN OF ts_fbi_cfg_actions, action_id TYPE fpm_event_id, dialog_id TYPE fpm_dialog_window_id. INCLUDE TYPE ts_fbi_cfg_navigation AS navigation. TYPES: END OF ts_fbi_cfg_actions
6 TS_FBI_CFG_NAVIGATION Public See coding 20090330 BEGIN OF ts_fbi_cfg_navigation, role TYPE apb_lpd_role, instance TYPE apb_lpd_instance, appl_alias TYPE string, t_params TYPE apb_lpd_t_params, END OF ts_fbi_cfg_navigation
7 TS_MODIF_BUFFER Public See coding 20090224 BEGIN OF ts_modif_buffer, bo_key TYPE /bobf/obm_bo_key. INCLUDE TYPE /bobf/s_frw_modification AS s_modify. TYPES: END OF ts_modif_buffer
8 TS_NODE_ASSOC Public See coding 20090224 BEGIN OF ts_node_assoc, assoc_key TYPE /bobf/obm_assoc_key, t_key_link TYPE /bobf/t_frw_key_link, END OF ts_node_assoc
9 TS_NODE_BUFFER Public See coding 20090224 BEGIN OF ts_node_buffer, bo_key TYPE /bobf/obm_bo_key, node_key TYPE /bobf/obm_node_key, data_table_type TYPE string, data_type TYPE string, is_transient TYPE boole_d, o_srv_mgr TYPE REF TO /bobf/if_tra_service_manager, lead_key TYPE /bobf/conf_key, t_data TYPE REF TO data, t_property TYPE tt_node_property, t_assoc TYPE tt_node_assoc, t_messages TYPE /bobf/t_frw_message_k, t_modif_buf TYPE tt_modify_buffer, END OF ts_node_buffer
10 TS_NODE_PROPERTY Public See coding 20090224 BEGIN OF ts_node_property, key TYPE /bobf/conf_key, u_enabled TYPE /bofu/if_fbi_controller=>tv_prop_value, c_enabled TYPE /bofu/if_fbi_controller=>tv_prop_value, d_enabled TYPE /bofu/if_fbi_controller=>tv_prop_value, t_assoc_prop TYPE tt_assoc_prop_map, t_attr_prop TYPE tt_attr_prop_map, t_act_prop TYPE tt_act_prop_map, END OF ts_node_property
11 TS_OBJECT_KEY Public See coding 20091120 BEGIN OF ts_object_key, bo TYPE /bobf/obm_bo_key, node TYPE /bobf/obm_node_key, END OF ts_object_key
12 TS_PENDING_CREATE Public See coding 20090303 BEGIN OF ts_pending_create. INCLUDE TYPE /bobf/s_frw_modification AS modification. TYPES: assoc_params TYPE xstring, bo TYPE /bobf/obm_bo_key, source_bo TYPE /bobf/obm_bo_key, t_properties TYPE /bobf/t_frw_property_k, END OF ts_pending_create
13 TS_SYNCUP_BUFFER Public See coding 20090224 BEGIN OF ts_syncup_buffer, bo_key TYPE /bobf/obm_bo_key, node_key TYPE /bobf/obm_node_key, key TYPE /bobf/conf_key, content_key TYPE /bobf/conf_key, change_cat TYPE tv_change_cat, END OF ts_syncup_buffer
14 TT_ACT_PROP_MAP Public See coding 20090224 tt_act_prop_map TYPE SORTED TABLE OF ts_act_prop_map WITH UNIQUE KEY act_key
15 TT_ASSOC_PROP_MAP Public See coding 20090224 tt_assoc_prop_map TYPE SORTED TABLE OF ts_assoc_prop_map WITH UNIQUE KEY assoc_key
16 TT_ATTR_PROP_MAP Public See coding 20090224 tt_attr_prop_map TYPE SORTED TABLE OF ts_attr_prop_map WITH UNIQUE KEY attribute
17 TT_BO_SRVMGR_MAP Public See coding 20090224 tt_bo_srvmgr_map TYPE SORTED TABLE OF ts_bo_srvmgr_map WITH UNIQUE KEY bo_key
18 TT_FBI_CFG_ACTIONS Public See coding 20090330 tt_fbi_cfg_actions TYPE STANDARD TABLE OF ts_fbi_cfg_actions
19 TT_MODIFY_BUFFER Public See coding 20090224 tt_modify_buffer TYPE c LENGTH 1
20 TT_MODIF_BUFFER Public See coding 20090224 tt_modif_buffer TYPE STANDARD TABLE OF ts_modif_buffer
21 TT_NODE_ASSOC Public See coding 20090224 tt_node_assoc TYPE SORTED TABLE OF ts_node_assoc WITH UNIQUE KEY assoc_key
22 TT_NODE_BUFFER Public See coding 20090224 tt_node_buffer TYPE SORTED TABLE OF ts_node_buffer WITH UNIQUE KEY bo_key node_key
23 TT_NODE_PROPERTY Public See coding 20090224 tt_node_property TYPE SORTED TABLE OF ts_node_property WITH UNIQUE KEY key
24 TT_PENDING_CREATE Public See coding 20090303 tt_pending_create TYPE SORTED TABLE OF ts_pending_create WITH UNIQUE KEY key WITH NON-UNIQUE SORTED KEY source COMPONENTS source_bo source_node association source_key assoc_params
25 TT_SYNCUP_BUFFER Public See coding 20090224 tt_syncup_buffer TYPE SORTED TABLE OF ts_syncup_buffer WITH UNIQUE KEY bo_key node_key key content_key
26 TV_CHANGE_CAT Public Type reference (TYPE) INT1 20090317
27 TV_PROP_VALUE Public See coding 20090224 tv_prop_value TYPE c LENGTH 1
Method Signatures

Method BUILD_NODE_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20090311
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090311

Method BUILD_NODE_BUFFER on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method GET_ACTION_DIALOG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_KEY Call by reference Type reference (TYPE) /BOBF/ACT_KEY Action 20090302
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20090302
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090302
4 Returning RV_DIALOG_ID Value transfer Type reference (TYPE) FPM_DIALOG_WINDOW_ID FPM: ID of the dailog window 20090302

Method GET_ACTION_DIALOG_ID on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method GET_CREATE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20090914
2 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20090303
3 Importing IS_ASSOC_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20100128
4 Importing IT_ASSOC_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20100202
5 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20090303
6 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Do not reuse existing keys 20091105
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090303
8 Importing IV_NUM Call by reference Type reference (TYPE) INT4 1 Natural number 20090914
9 Importing IV_SRC_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20090303
10 Importing IV_SRC_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20090303
11 Importing IV_SRC_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Source Key 20090303
12 Importing IV_SRC_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090303

Method GET_CREATE_KEY on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method GET_NODE_DATA 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 20090224
2 Importing IT_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090224
3 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY 20090224
4 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY 20090224
5 Importing IV_FORCE_READ Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090305
6 Importing IV_INVALIDATE_CACHE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20111206
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20090224

Method GET_NODE_DATA on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method GET_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090224
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY 20090224
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20090224

Method GET_NODE_KEY on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method GET_NODE_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /BOBF/T_FRW_MESSAGE_K 20090224
2 Importing IT_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090224
3 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY 20090224
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20090224

Method GET_NODE_MESSAGES on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method GET_NODE_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROPERTY Call by reference Type reference (TYPE) TT_NODE_PROPERTY 20090224
2 Importing IT_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090224
3 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY 20090224
4 Importing IV_FORCE_READ Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090305
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20090224

Method GET_NODE_PROPERTY on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method GET_TARGET_CONTENT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_CONTENT_AREA Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20100720

Method GET_TARGET_CONTENT_AREA on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method GET_TARGET_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY_LINKS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK 20090224
2 Exporting ET_TARGET_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20090311
3 Importing IR_PARAMETER Call by reference Object reference (TYPE REF TO) DATA 20090422
4 Importing IT_FILTERED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20100202
5 Importing IT_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090224
6 Importing IV_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY 20090224
7 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY 20090224
8 Importing IV_FORCE_READ Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100217
9 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20090224

Method GET_TARGET_KEYS on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method INIT_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT 20090224

Method INIT_COMPONENT on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method IS_DIAGNOSTIC_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DIAGNOSTIC_MODE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100317

Method IS_DIAGNOSTIC_MODE on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method ON_ROUNDTRIP Signature

Method ON_ROUNDTRIP on Interface /BOFU/IF_FBI_CONTROLLER has no parameter.
Method ON_ROUNDTRIP on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method POST_MODIF_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MODIFICATION Call by reference Type reference (TYPE) /BOBF/T_FRW_MODIFICATION 20090224
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY 20090224

Method POST_MODIF_BUFFER on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method POST_SYNCUP_DATA 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_TRA_CHANGE Interface for transaction change objects 20090224
2 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE 20090224
3 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20090303

Method POST_SYNCUP_DATA on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method PREP_MODIFY_4_PENDING_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MODIFICATION Call by reference Type reference (TYPE) /BOBF/T_FRW_MODIFICATION 20110113
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY 20110113

Method PREP_MODIFY_4_PENDING_CREATE on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method SET_APPCONFIG_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_APP_CONFIG Call by reference Type reference (TYPE) /BOFU/S_FBI_CFG_APPCC FBI App. Controller Configuration 20100216

Method SET_APPCONFIG_SETTINGS on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method SET_CUSTOM_ACTION_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACTIONS Call by reference Type reference (TYPE) TT_FBI_CFG_ACTIONS 20090330

Method SET_CUSTOM_ACTION_MAP on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method SET_IDR_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IDR_PROVIDER Call by reference Object reference (TYPE REF TO) /BOFU/IF_FBI_IDR_PROVIDER /BOFU/IF_FBI_IDR_PROVIDER 20090326

Method SET_IDR_PROVIDER on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method SET_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT_KEY Call by reference Type reference (TYPE) TS_OBJECT_KEY 20091120

Method SET_OBJECT_KEY on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method SET_TRANSACTION_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSACTION_PATTERN Call by reference Type reference (TYPE) /BOBF/TRA_TRANSACTION_PATTERN Data element for a transaction pattern 20090608

Method SET_TRANSACTION_PATTERN on Interface /BOFU/IF_FBI_CONTROLLER has no exception.

Method SHOW_ERROR_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IX_ERROR Call by reference Object reference (TYPE REF TO) CX_ROOT 20090227

Method SHOW_ERROR_PAGE on Interface /BOFU/IF_FBI_CONTROLLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702