SAP ABAP Class /BOFU/CL_FBI_AP_DESTIME (FBI Application Profile Design Time)
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_DESIGNTIME_V1 (Package) FBI Design Time V1: View Cluster (Current Version)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_ABSTRACT_SINGLETON Abstract Singleton 20090203
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_VIM_VCL_EVENT_HANDLER View Cluster Event Handler 20090203
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_VIM_VIEW_EVNT_HANDLER Maintenance View Event Handlers 20090203
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_WHERE_USED_CHECK Where Used Checks 20090203
Properties
Class /BOFU/CL_FBI_AP_DESTIME  
Short Description FBI Application Profile Design Time    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class /BOFU/FBI_DT_AP    
Program status     
Category 0   
Package /BOFU/FBI_DESIGNTIME_V1   FBI Design Time V1: View Cluster (Current Version) 
Created 20090203   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOFU/CL_VIM_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /BOFU/IF_FBI_AP_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /BOFU/IF_FBI_VIEW_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 /BOFU/IF_VIM_VCL_VIEW_DAC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 /BOFU/IF_WHERE_USED_CHECK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 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 20090203
2 /BOFU/IF_VIM_VCL_EVENT_HANDLER View Cluster Event Handler 20090203
3 /BOFU/IF_VIM_VIEW_EVNT_HANDLER Maintenance View Event Handlers 20090203
4 /BOFU/IF_WHERE_USED_CHECK Where Used Checks 20090203
Friends
Class /BOFU/CL_FBI_AP_DESTIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_APPL_LOG_HELPER Instance attribute Protected Object reference (TYPE REF TO) /BOFU/CL_APPLOG_HELPER Application Log helper 20090203
2 MO_RNGEDIT_FD_OIV Instance attribute Protected Object reference (TYPE REF TO) /BOFU/CL_VIM_VCL_VALRNG_EDITOR View Cluster: Value range editor at subordinate view 20090203
3 MO_RNGEDIT_RV_A_FV Instance attribute Protected Object reference (TYPE REF TO) /BOFU/CL_VIM_VCL_VALRNG_EDITOR View Cluster: Value range editor at subordinate view 20090203
4 MO_RNGEDIT_RV_TN_FV Instance attribute Protected Object reference (TYPE REF TO) /BOFU/CL_VIM_VCL_VALRNG_EDITOR View Cluster: Value range editor at subordinate view 20090203
5 MO_VCL_FACTORY Instance attribute Protected Object reference (TYPE REF TO) /BOFU/CL_VIM_SERVICES View Cluster Helper Factory 20090203
6 MO_VCL_HELPER Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_VIM_VCL_HELPER View Cluster Helper 20090203
7 MS_KEYS_DELTA Instance attribute Protected Type reference (TYPE) /BOFU/IF_FBI_AP_TYPES=>TS_HEADER_KEYS_DELTA Header Keys 20090203
8 SC_OK_CODES Constant Protected See coding OK Codes 20090203
9 SC_RANGE_EDIT_BUTTON_DATA Constant Protected See coding 20090203
10 SC_VIEWS Constant Public See coding Views 20090203
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20090203
2 IS_OBJECT_IN_USE_INT Instance method Protected Method 20090203
3 OPEN_BO Instance method Protected Method 20090203
4 OPEN_CLASS Instance method Protected Method 20090203
5 OPEN_STRUCTURE Instance method Protected Method 20090203
6 PAI_PER_LIST_LINE_2_DBLCLK Instance method Protected Method 20090203
7 READ_CHANGED_VIEWS Instance method Protected Method 20090203
8 READ_GIVEN_VIEWS Instance method Protected Method 20090203
Events
Class /BOFU/CL_FBI_AP_DESTIME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_OBJECT_USAGE Protected See coding 20090203 BEGIN OF ts_object_usage, name TYPE /bofu/s_fbiv_relview-name, related_view TYPE /bofu/s_fbiv_relview-related_view, END OF ts_object_usage
2 TS_VIEW_WORK_AREAS Protected See coding 20090203 BEGIN OF ts_view_work_areas, /bofu/vfbi_ap TYPE /bofu/vfbi_ap, /bofu/vfbiap_vu TYPE /bofu/vfbiap_vu, /bofu/vfbiap_fd TYPE /bofu/vfbiap_fd, /bofu/vfbiap_oib TYPE /bofu/vfbiap_oib, /bofu/vfbiap_oiv TYPE /bofu/vfbiap_oiv, /bofu/vfbiap_rv TYPE /bofu/vfbiap_rv, /bofu/vfbiap_ra TYPE /bofu/vfbiap_ra, /bofu/vfbiap_rav TYPE /bofu/vfbiap_rav, /bofu/vfbiap_rt TYPE /bofu/vfbiap_rt, /bofu/vfbiap_rtv TYPE /bofu/vfbiap_rtv, END OF ts_view_work_areas
3 TT_OBJECT_USAGE Protected See coding 20090203 tt_object_usage TYPE HASHED TABLE OF ts_object_usage WITH UNIQUE KEY name related_view
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /BOFU/CL_FBI_AP_DESTIME has no parameter.
Method CONSTRUCTOR on class /BOFU/CL_FBI_AP_DESTIME has no exception.

Method IS_OBJECT_IN_USE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KEY_IN_USE Call by reference Type reference (TYPE) ANY TABLE 20090203
2 Changing CT_MESSAGES Call by reference Type reference (TYPE) /BOFU/IF_WHERE_USED_CHECK=>TT_OBJ_MESSAGE 20090203
3 Changing CT_OBJ_USAGE Call by reference Type reference (TYPE) /BOFU/IF_WHERE_USED_CHECK=>TT_OBJ_USAGE 20090203
4 Changing CT_OBJ_USAGE1 Call by reference Type reference (TYPE) TT_OBJECT_USAGE 20090203
5 Importing IS_CONF_DATA Call by reference Type reference (TYPE) /BOFU/IF_FBI_AP_TYPES=>TS_CONF_DATA Configuration Data 20090203
6 Importing IT_KEY Call by reference Type reference (TYPE) ANY TABLE 20090203
7 Importing IV_OBJECT Call by reference Type reference (TYPE) /BOFU/WHERE_USE_OBJECT_TYPE 20090203

Method IS_OBJECT_IN_USE_INT on class /BOFU/CL_FBI_AP_DESTIME has no exception.

Method OPEN_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) /BOFU/ACTION 20090203
2 Importing IV_ALTERNATE_KEY Call by reference Type reference (TYPE) /BOFU/ALTKEY 20090203
3 Importing IV_ASSOCIATION Call by reference Type reference (TYPE) /BOFU/ASSOCIATION 20090203
4 Importing IV_BO Call by reference Type reference (TYPE) /BOFU/BO 20090203
5 Importing IV_IN_NEW_WINDOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090203
6 Importing IV_NODE Call by reference Type reference (TYPE) /BOFU/NODE 20090203
7 Importing IV_QUERY Call by reference Type reference (TYPE) /BOFU/QUERY 20090203

Method OPEN_BO on class /BOFU/CL_FBI_AP_DESTIME has no exception.

Method OPEN_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS Call by reference Type reference (TYPE) CLIKE 20090203
2 Importing IV_IN_NEW_WINDOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090203

Method OPEN_CLASS on class /BOFU/CL_FBI_AP_DESTIME has no exception.

Method OPEN_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) CLIKE 20090203
2 Importing IV_IN_NEW_WINDOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090203
3 Importing IV_STRUCTURE Call by reference Type reference (TYPE) CLIKE 20090203

Method OPEN_STRUCTURE on class /BOFU/CL_FBI_AP_DESTIME has no exception.

Method PAI_PER_LIST_LINE_2_DBLCLK Signature

Method PAI_PER_LIST_LINE_2_DBLCLK on class /BOFU/CL_FBI_AP_DESTIME has no parameter.
Method PAI_PER_LIST_LINE_2_DBLCLK on class /BOFU/CL_FBI_AP_DESTIME has no exception.

Method READ_CHANGED_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONF_DATA Call by reference Type reference (TYPE) /BOFU/IF_FBI_AP_TYPES=>TS_CONF_DATA Configuration Data 20090203
2 Importing IT_CHANGED_DATA Call by reference Type reference (TYPE) /BOFU/IF_VIM_VCL_VIEW_DAC=>TT_VIEW_CHANGED_DATA Changed Data of Views 20090203

Method READ_CHANGED_VIEWS on class /BOFU/CL_FBI_AP_DESTIME has no exception.

Method READ_GIVEN_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONF_DATA Call by reference Type reference (TYPE) /BOFU/IF_FBI_AP_TYPES=>TS_CONF_DATA Configuration Data 20090203
2 Importing IT_KEYS Call by reference Type reference (TYPE) /BOFU/IF_FBI_AP_TYPES=>TT_CONF_HDR_KEYS Application Profile: Header keys 20090203

Method READ_GIVEN_VIEWS on class /BOFU/CL_FBI_AP_DESTIME has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702