SAP ABAP Class /BOFU/IF_FBI_VIEW_EXITINTF_RUN (Exit Interface for the BO node)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_ATF_DOC_VIEW_EXIT Exit Interface class for ATF Document node's FBI view 20110211
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_DEMO_MSG_MAPPER_EXIT to test the message mapping feature 20110426
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_BAL_MESSAGE_LOG Message Log Exit 20100622
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_BCS_ATTCH Exit Class for Attachment 20101012
5 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_ACTD_V2 Output History: Processing Log Trigger Exit 20110221
6 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_ACTIONLIST_V2 Output Mgmt 8.1: Action List Exit 20110517
7 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_BCSSR_ROOT_V2 Send request root exit 20110610
8 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_RECIPIENT_V2 Exit Class for Recipient Node 20110124
9 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_TRIGGER Output History: Trigger Exit for Action 20100331
10 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_TRIGGER_V2 Output Mgmt 8.1: Trigger Exit 20101012
... Click here to see Used By full list (12 items)
Properties
Class /BOFU/IF_FBI_VIEW_EXITINTF_RUN  
Short Description Exit Interface for the BO node    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100204   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOFU/IF_FBI_VIEW_INSTANCE_NEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no interface implemented.
Friends
Class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no friend class.
Attributes
Class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_ACTION_PROPERTIES Instance method Public Method Exit to modify action properties 20100204
2 ADAPT_CHANGE_LOG Instance method Public Method Exit to modify change log 20100204
3 ADAPT_DATA Instance method Public Method Exit to modify data 20100204
4 ADAPT_EVENT Instance method Public Method Exit for Event 20100204
5 ADAPT_FIELD_PROPERTIES Instance method Public Method Exit for modifying field properties 20100204
6 ADAPT_MESSAGES Instance method Public Method Exit to modify messages 20100204
7 ADAPT_NEEDS_CONFIRMATION Instance method Public Method Exit to modify confirmation text in needs_confirmation 20101213
8 ADAPT_QUICKVIEW_KEY Instance method Public Method Exit to modify mouse-over quick view data 20131013
9 ADAPT_SELECTION Instance method Public Method Exit to modify selection 20100211
Events
Class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_FIELD_PROPERTY Public See coding 20100204 BEGIN OF ts_field_property, name TYPE name_komp, read_only TYPE /bofu/if_fbi_property_buffer=>tv_prop_value, mandatory TYPE /bofu/if_fbi_property_buffer=>tv_prop_value, enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value, visible TYPE /bofu/if_fbi_property_buffer=>tv_prop_value, fixed_values TYPE wdr_context_attr_value_list, fixed_values_changed TYPE boole_d, END OF ts_field_property
2 TS_FIELD_PROPERTY_EXT Public See coding 20111205 begin of ts_field_property_ext, name type name_komp, label_text type string, help_text type string, link type string, group_same_cells type boole_d, end of ts_field_property_ext
3 TT_FIELD_PROPERTY Public See coding 20100204 tt_field_property TYPE SORTED TABLE OF ts_field_property WITH UNIQUE KEY name
4 TT_FIELD_PROPERTY_EXT Public See coding 20111205 tt_field_property_ext TYPE SORTED TABLE OF ts_field_property_ext with UNIQUE key name
Method Signatures

Method ADAPT_ACTION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION_USAGE Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_ACTION_PROPERTIES Action usage 20100204
2 Changing CV_ACTION_PROPERTIES_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100204
3 Exporting ET_ACTION_USAGE_EXT Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_ACTION_PROPERTIES_EXT 20111208
4 Importing IT_ACTION_USAGE Call by reference Type reference (TYPE) FPMGB_T_ACTIONUSAGE Action usage 20131105
5 Importing IT_SELECTED_ROWS Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_ROW 20100204
6 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100204
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20100204

Method ADAPT_ACTION_PROPERTIES on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.

Method ADAPT_CHANGE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHANGE_LOG Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_CHANGE_LOG Field Changelog 20100204
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100204
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20100204

Method ADAPT_CHANGE_LOG on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.

Method ADAPT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA 20100204
2 Changing CT_DATA Call by reference Type reference (TYPE) ANY TABLE 20100204
3 Changing CV_DATA_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100204
4 Importing IO_EXTENDED_CTRL Call by reference Type reference (TYPE) DATA 20130130
5 Importing IO_SERVICE_INFO Call by reference Object reference (TYPE REF TO) IF_FPM_GUIBB_TREE_SERVICE_INFO Provides information about services 20120712
6 Importing IS_UI_CONTEXT_DATA Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TS_UI_CONTEXT_DATA 20111207
7 Importing IS_VIEW_CONTEXT_DATA Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TS_VIEW_CONTEXT_DATA 20100920
8 Importing IT_SELECTED_FIELDS Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20120923
9 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100204
10 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20100204
11 Importing IV_VISIBLE_ROWS Call by reference Type reference (TYPE) I 20120302

Method ADAPT_DATA on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.

Method ADAPT_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100204
2 Importing IO_ADDITIONAL_INFO Call by reference Object reference (TYPE REF TO) OBJECT 20100208
3 Importing IR_EVENT_DATA Call by reference Type reference (TYPE) DATA 20100204
4 Importing IS_UI_CONTEXT_DATA Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TS_UI_CONTEXT_DATA 20111207
5 Importing IT_SELECTED_ROWS Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_ROW 20100204
6 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100204
7 Importing IV_EVENTID Call by reference Type reference (TYPE) STRING 20100204
8 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20100204
9 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100210

Method ADAPT_EVENT on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.

Method ADAPT_FIELD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELD_PROPERTIES Call by reference Type reference (TYPE) TT_FIELD_PROPERTY 20100204
2 Changing CT_FIELD_PROPERTIES_EXT Call by reference Type reference (TYPE) TT_FIELD_PROPERTY_EXT 20111205
3 Changing CV_FIELD_PROPERTIES_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100204
4 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA 20111205
5 Importing IT_DATA Call by reference Object reference (TYPE REF TO) DATA 20111205
6 Importing IT_FIELD_USAGE Call by reference Type reference (TYPE) FPMGB_T_FIELDUSAGE Field Usage 20131105
7 Importing IT_SELECTED_LINES Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20111205
8 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100204
9 Importing IV_DATA_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20111205
10 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20100204

Method ADAPT_FIELD_PROPERTIES on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.

Method ADAPT_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BOPF_MESSAGES Call by reference Type reference (TYPE) /BOFU/T_FRW_MESSAGES Table type of bopf frw messages 20131008
2 Changing CT_MESSAGES Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_MESSAGE FPMGB Messages (T100 & Plaintext) 20100204
3 Importing IT_DATA Call by reference Object reference (TYPE REF TO) DATA 20111205
4 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100204
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20100204

Method ADAPT_MESSAGES on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.

Method ADAPT_NEEDS_CONFIRMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONFIRMATION_TEXT Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20101213
2 Importing IT_CONFIRMATION_TEXT Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20101213
3 Importing IV_EVENT_ID Call by reference Type reference (TYPE) STRING 20101213

Method ADAPT_NEEDS_CONFIRMATION on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.

Method ADAPT_QUICKVIEW_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_KEY Call by reference Object reference (TYPE REF TO) DATA 20131013
2 Changing CV_QUICKVIEW_ID Call by reference Type reference (TYPE) FPM_QUICKVIEW_ID Quickview ID 20131013
3 Importing IS_QUICKVIEW_KEY Call by reference Type reference (TYPE) FPM_S_UIBB_ID UIBB Key 20131013
4 Importing IS_RECORD Call by reference Type reference (TYPE) ANY 20131013
5 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20131013
6 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20131013
7 Importing IV_FIELD_VALUE Call by reference Type reference (TYPE) DATA 20131013
8 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20131013

Method ADAPT_QUICKVIEW_KEY on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.

Method ADAPT_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELECTED_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20100211
2 Changing CV_LEAD_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY 20100211
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20111205
4 Importing IT_DATA Call by reference Type reference (TYPE) DATA 20111205
5 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100211
6 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) FPM_EDIT_MODE Edit Mode of UIBBs in OVP Floorplan 20111205
7 Importing IV_EVENT_ID Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20111205
8 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20100211
9 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20111205

Method ADAPT_SELECTION on class /BOFU/IF_FBI_VIEW_EXITINTF_RUN has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_ATF_DOC_VIEW_EXIT Exit Interface class for ATF Document node's FBI view 20110211
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_DEMO_MSG_MAPPER_EXIT to test the message mapping feature 20110426
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_BAL_MESSAGE_LOG Message Log Exit 20100622
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_BCS_ATTCH Exit Class for Attachment 20101012
5 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_ACTD_V2 Output History: Processing Log Trigger Exit 20110221
6 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_ACTIONLIST_V2 Output Mgmt 8.1: Action List Exit 20110517
7 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_BCSSR_ROOT_V2 Send request root exit 20110610
8 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_RECIPIENT_V2 Exit Class for Recipient Node 20110124
9 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_TRIGGER Output History: Trigger Exit for Action 20100331
10 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_E_PPFOC_TRIGGER_V2 Output Mgmt 8.1: Trigger Exit 20101012
11 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_SO_CONFIRM_DIALOG Sales Order Deliver Action Confirmation Dialog Exit Class 20110307
12 Interface implementation (CLASS c. INTERFACES i_ref)  /SRMERP/CL_FBI_VIEW_EXIT_BASE FBI Exit Base Class 20100510
History
Last changed by/on SAP  20140121 
SAP Release Created in