SAP ABAP Class /BOFU/IF_CONF_OBJ_DESIGN_TIME (Configuration Object Design Time (instance))
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_AP_CONF Application Profile Configuration 20090205
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_AP_VIEW_USE_CONF Application Profile and view usage 20090824
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_VIEW_CONF FBI View Configuration 20081229
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_VIEW_USE_CONF FBI View Usage Configuration 20090112
5 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FC_BO_PROF TODO: BO Field Control: BO Profile 20090220
6 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_PBI_POWL_CONF PBI POWL Configuration 20090308
Properties
Class /BOFU/IF_CONF_OBJ_DESIGN_TIME  
Short Description Configuration Object Design Time (instance)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081229   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no interface implemented.
Friends
Class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_MESSAGE_COUNT Instance attribute Public Type reference (TYPE) /BOFU/S_MESSAGE_COUNTS Message count 20081229
2 MT_CHECK_MESSAGES Instance attribute Public Type reference (TYPE) /BOFU/T_BAL_MSG Application Log Messages 20081229
3 MV_HAS_ERRORS Instance attribute Public Type reference (TYPE) ABAP_BOOL Has Errors? 20081229
4 MV_KEY Instance attribute Public Object reference (TYPE REF TO) DATA Key 20090108
5 ST_CONTEXT_FIELDS_NO_DISPLAY Static Attribute Public Type reference (TYPE) /BOFU/T_STRUCT_FIELDS Structure Fields 20081229
6 SV_BAL_CONTEXT_STRUCTURE Static Attribute Public Type reference (TYPE) STRUKNAME BAL Context Structure 20081229
7 SV_CONF_DATA_TYPE Static Attribute Public Type reference (TYPE) STRING Config Data Type 20081229
8 SV_CONF_OBJECT_TYPE Static Attribute Public Type reference (TYPE) TV_OBJECT_TYPE Config Object Type 20090108
9 SV_MAINT_VIEW Static Attribute Public Type reference (TYPE) VIEWTABNAM Maintenance View (of main obj) 20081229
10 SV_VIEW_CLUSTER Static Attribute Public Type reference (TYPE) VCL_NAME Complex data object maintenance view cluster name 20081229
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check 20081229
2 CLEANUP_FOR_SHM_USE Instance method Public Method Cleanup unnecessary data before committing SHM 20081229
3 CLONE Instance method Public Method Clone 20081229
4 INIT_FROM_CONF_DATA Instance method Public Method Initialize from Config data 20081229
5 IS_USABLE Instance method Public Method Is Usable? 20090109
6 SELECT_FROM_DB Instance method Public Method Select from DB 20081229
Events
Class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_SELECTION_PARAMTER Public See coding Selection Paramter 20081229 BEGIN OF ts_selection_paramter, attribute TYPE string. INCLUDE TYPE ts_select_option AS s_range. TYPES: END OF ts_selection_paramter
2 TS_SELECT_OPTION Public See coding Select Option Line 20081229 BEGIN OF ts_select_option, sign TYPE ddsign, option TYPE ddoption, low TYPE string, high TYPE string, END OF ts_select_option
3 TT_CONF_OBJ Public See coding Configuration Objects 20090108 tt_conf_obj type STANDARD TABLE OF ref to /BOFU/IF_CONF_OBJ_DESIGN_TIME WITH DEFAULT KEY
4 TT_SELECTION_PARAMTERS Public See coding Selection Paramters 20081229 tt_selection_paramters TYPE STANDARD TABLE OF ts_selection_paramter WITH DEFAULT KEY
5 TV_OBJECT_TYPE Public Type reference (TYPE) STRING Config Object Type 20090108
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MESSAGE_COUNT Call by reference Type reference (TYPE) /BOFU/S_MESSAGE_COUNTS Message count 20081229
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /BOFU/T_BAL_MSG Application Log Messages 20081229
3 Exporting EV_HAS_ERRORS Call by reference Type reference (TYPE) ABAP_BOOL Has Errors 20081229
4 Exporting EV_USABLE Call by reference Type reference (TYPE) ABAP_BOOL Is view definition usable? 20081229

Method CHECK on class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.

Method CLEANUP_FOR_SHM_USE Signature

Method CLEANUP_FOR_SHM_USE on class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no parameter.
Method CLEANUP_FOR_SHM_USE on class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_INSTANCE Value transfer Object reference (TYPE REF TO) /BOFU/IF_CONF_OBJ_DESIGN_TIME FBI Configuration Object Design Time 20081229
2 Importing IO_MEMORY_AREA Call by reference Object reference (TYPE REF TO) CL_ABAP_MEMORY_AREA Superclass: ABAP Memory Area 20081229

Method CLONE on class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.

Method INIT_FROM_CONF_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DESIGNTIME Call by reference Object reference (TYPE REF TO) /BOFU/IF_CONF_OBJ_DESIGNTIME Configuration Object Design Time Env (singleton) 20090702
2 Importing IS_CONF_DATA Call by reference Object reference (TYPE REF TO) DATA 20081229
3 Importing IS_KEY Call by reference Type reference (TYPE) ANY 20081229
4 Importing IV_CHECK_DURING_INIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Check data during initialization 20081229

Method INIT_FROM_CONF_DATA on class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.

Method IS_USABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ANSWER Value transfer Type reference (TYPE) ABAP_BOOL 20090109

Method IS_USABLE on class /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.

Method SELECT_FROM_DB 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) ANY 20081229
2 Importing IT_PARAMS Call by reference Type reference (TYPE) TT_SELECTION_PARAMTERS Selection Paramters 20081229
3 Importing IV_CHECK_EXISTENCE_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081229
# Exception Resumable Description Created on
1 /BOFU/CX_CONF_OBJ 20081229
History
Last changed by/on SAP  20110908 
SAP Release Created in