SAP ABAP Class /BOFU/CL_FBI_VIEW_USE_CONF (FBI View Usage Configuration)
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_FACTORY Abstract Factory 20090112
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_CONF_OBJ_DESIGN_TIME Configuration Object Design Time (instance) 20090112
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_FBI_VIEW_CONF FBI Configuration of View Object 20090401
Properties
Class /BOFU/CL_FBI_VIEW_USE_CONF  
Short Description FBI View Usage Configuration    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class /BOFU/FBI_DT_VUSE    
Program status     
Category 0   
Package /BOFU/FBI_DESIGNTIME_V1   FBI Design Time V1: View Cluster (Current Version) 
Created 20090112   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/IF_FBI_VIEW_CONF Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /BOFU/IF_FBI_VIEW_USE_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /BOFU/IF_ABSTRACT_FACTORY Abstract Factory 20090112
2 /BOFU/IF_CONF_OBJ_DESIGN_TIME Configuration Object Design Time (instance) 20090112
3 /BOFU/IF_FBI_VIEW_CONF FBI Configuration of View Object 20090401
Friends
Class /BOFU/CL_FBI_VIEW_USE_CONF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_VIEW Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_VIEW_CONF FBI Configuration of View Object 20090112
2 MS_HEADER Instance attribute Protected Type reference (TYPE) /BOFU/S_FBIVUSE FBI View Usage 20090112
3 MS_HEADER_TEXT Instance attribute Protected Type reference (TYPE) /BOFU/S_FBIVUSE_TEXT FBI View Usage Text 20090112
4 MS_KEY Instance attribute Protected Type reference (TYPE) /BOFU/S_FBIVUSE_KEYS FBI View Usage Key 20090112
5 MS_MESSAGE_COUNT Instance attribute Protected Attribute reference (LIKE) 20090112
6 MS_VIEW_HEADER_DUMMY Instance attribute Protected Type reference (TYPE) /BOFU/S_FBIVUSE View: Header 20090112
7 MT_CHECK_MESSAGES Instance attribute Protected Attribute reference (LIKE) 20090112
8 MV_HAS_ERRORS Instance attribute Protected Attribute reference (LIKE) 20090112
9 MV_USABLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20090112
10 SV_BAL_CONTEXT_STRUCTURE Instance attribute Protected Attribute reference (LIKE) 20090307
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Protected Method Check 20090112
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090307
3 CLONE Instance method Protected Method Clone 20090307
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090112
5 COPY_ATTRIBUTES Instance method Protected Method Copy Attributes 20090307
6 CREATE_INSTANCE Instance method Public Method 20090306
7 INIT_BASIC_REFERENCES Instance method Protected Method Initialize Basic references 20090112
8 INIT_DYN_VIEW_DEF Instance method Protected Method Initialize Dynamic View definition (only for dyn views) 20090112
9 INIT_FROM_CONF_DATA Instance method Protected Method Initialize from Config data (init & check) 20090112
10 INIT_FROM_CONF_DATA_1 Instance method Protected Method Initialize from Config data (init) 20090112
11 SELECT_FROM_DB Instance method Protected Method Select data from DB 20090113
Events
Class /BOFU/CL_FBI_VIEW_USE_CONF has no event.
Types
Class /BOFU/CL_FBI_VIEW_USE_CONF has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_MESSAGE_COUNT Call by reference Type reference (TYPE) /BOFU/S_MESSAGE_COUNTS Message count 20090112
2 Changing CT_MESSAGES Call by reference Type reference (TYPE) /BOFU/T_BAL_MSG Application Log Messages 20090112
3 Changing CV_HAS_ERRORS Call by reference Type reference (TYPE) ABAP_BOOL Has Errors 20090112
4 Changing CV_USABLE Call by reference Type reference (TYPE) ABAP_BOOL Is view definition usable? 20090112
5 Importing IS_CONF_DATA Call by reference Object reference (TYPE REF TO) /BOFU/IF_FBI_VIEW_USE_TYPES=>TS_CONF_DATA 20090112
6 Importing IS_DYN_VIEW_NODE_IDENTITY Call by reference Type reference (TYPE) /BOFU/S_FBI_BO_NODE_IDENTITY BO Node Identity 20090401
7 Importing IV_CAN_CHANGE_SELF Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090112

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

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /BOFU/CL_FBI_VIEW_USE_CONF has no parameter.
Method CLASS_CONSTRUCTOR on class /BOFU/CL_FBI_VIEW_USE_CONF 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/CL_FBI_VIEW_USE_CONF FBI Configuration Object Design Time 20090307
2 Importing IO_MEMORY_AREA Call by reference Object reference (TYPE REF TO) CL_ABAP_MEMORY_AREA Superclass: ABAP Memory Area 20090307

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

Method CONSTRUCTOR Signature

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

Method COPY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SRC Call by reference Object reference (TYPE REF TO) /BOFU/CL_FBI_VIEW_USE_CONF FBI View Usage Configuration 20090307
2 Importing IO_TARGET Call by reference Object reference (TYPE REF TO) /BOFU/CL_FBI_VIEW_USE_CONF FBI View Usage Configuration 20090307

Method COPY_ATTRIBUTES on class /BOFU/CL_FBI_VIEW_USE_CONF has no exception.

Method CREATE_INSTANCE Signature

Method CREATE_INSTANCE on class /BOFU/CL_FBI_VIEW_USE_CONF has no parameter.
Method CREATE_INSTANCE on class /BOFU/CL_FBI_VIEW_USE_CONF has no exception.

Method INIT_BASIC_REFERENCES Signature

Method INIT_BASIC_REFERENCES on class /BOFU/CL_FBI_VIEW_USE_CONF has no parameter.
Method INIT_BASIC_REFERENCES on class /BOFU/CL_FBI_VIEW_USE_CONF has no exception.

Method INIT_DYN_VIEW_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_IDENTITY Call by reference Type reference (TYPE) /BOFU/S_FBI_BO_NODE_IDENTITY BO Node Identity 20090112
2 Importing IV_CHECK_DURING_INIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100317
3 Importing IV_VIEW Call by reference Type reference (TYPE) /BOFU/FBI_VIEW FBI View 20090618

Method INIT_DYN_VIEW_DEF on class /BOFU/CL_FBI_VIEW_USE_CONF 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 IS_CONF_DATA Call by reference Object reference (TYPE REF TO) /BOFU/IF_FBI_VIEW_USE_TYPES=>TS_CONF_DATA Configuration Data 20090112
2 Importing IS_DYN_VIEW_NODE_IDENTITY Call by reference Type reference (TYPE) /BOFU/S_FBI_BO_NODE_IDENTITY BO Node Identity 20090307
3 Importing IS_KEY Call by reference Type reference (TYPE) /BOFU/S_FBIVUSE_KEYS FBI View Usage Key 20090112
4 Importing IV_CHECK_DURING_INIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090112

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

Method INIT_FROM_CONF_DATA_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONF_DATA Call by reference Type reference (TYPE) /BOFU/IF_FBI_VIEW_USE_TYPES=>TS_CONF_DATA Configuration Data 20090112
2 Importing IS_DYN_VIEW_NODE_IDENTITY Call by reference Type reference (TYPE) /BOFU/S_FBI_BO_NODE_IDENTITY BO Node Identity 20090307
3 Importing IS_KEY Call by reference Type reference (TYPE) /BOFU/S_FBIVUSE_KEYS FBI View Usage Key 20090112
4 Importing IV_CHECK_DURING_INIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100317

Method INIT_FROM_CONF_DATA_1 on class /BOFU/CL_FBI_VIEW_USE_CONF 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) /BOFU/IF_FBI_VIEW_USE_TYPES=>TS_CONF_DATA Configuration Data 20090113
2 Importing IT_VIEWUSE_NAME_SEL Call by reference Type reference (TYPE) /BOFU/T_FBI_VALUE_RANGE Ranges table 20090113
3 Importing IV_CHECK_EXISTENCE_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090113
4 Importing IV_VIEW_USE Call by reference Type reference (TYPE) /BOFU/S_FBIVUSE-NAME FBI View 20090113
# Exception Resumable Description Created on
1 /BOFU/CX_FBI_VUSE_CONF FBI: Configuration Exceptions 20090113
History
Last changed by/on SAP  20110908 
SAP Release Created in 702