SAP ABAP Class /BOFU/CL_PBI_POWL_CONF (PBI POWL 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/PBI_CORE (Package) POWL BOPF Integration Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_ABSTRACT_FACTORY Abstract Factory 20090308
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_CONF_OBJ_DESIGN_TIME Configuration Object Design Time (instance) 20090308
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_PBI_POWL_CONF POWL Configuration 20090308
Properties
Class /BOFU/CL_PBI_POWL_CONF  
Short Description PBI POWL Configuration    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class /BOFU/PBI_DT    
Program status P  SAP Standard Production Program 
Category 0   
Package /BOFU/PBI_CORE   POWL BOPF Integration Core 
Created 20090308   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOFU/IF_FBI_VIEW_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /BOFU/IF_PBI_POWL_CONF Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /BOFU/IF_PBI_POWL_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 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 20090308
2 /BOFU/IF_CONF_OBJ_DESIGN_TIME Configuration Object Design Time (instance) 20090308
3 /BOFU/IF_PBI_POWL_CONF POWL Configuration 20090308
Friends
Class /BOFU/CL_PBI_POWL_CONF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_HEADER Instance attribute Protected Type reference (TYPE) /BOFU/S_PBI_POWL_HDR POWL Header 20090308
2 MS_HEADER_TEXT Instance attribute Protected Type reference (TYPE) /BOFU/S_PBI_HDR_TEXT POWL Header Text 20090308
3 MS_KEY Instance attribute Protected Type reference (TYPE) /BOFU/S_PBI_POWL_HDR_KEYS POWL Header keys 20090308
4 MS_MESSAGE_COUNT Instance attribute Protected Attribute reference (LIKE) 20090308
5 MT_ACT_DEF Instance attribute Protected Type reference (TYPE) /BOFU/IF_PBI_POWL_CONF=>TT_ACT_DEF 20090402
6 MT_CHECK_MESSAGES Instance attribute Protected Attribute reference (LIKE) 20090308
7 MT_FLD_DEF Instance attribute Protected Type reference (TYPE) /BOFU/IF_PBI_POWL_CONF=>TT_FLD_DEF Field Defenitions 20090331
8 MT_SEL_PARAMS Instance attribute Protected Type reference (TYPE) /BOFU/IF_PBI_POWL_CONF=>TT_SEL_PARAMS Selection Parameters 20090308
9 MV_HAS_ERRORS Instance attribute Protected Attribute reference (LIKE) 20090308
10 MV_USABLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL Is usable? w/o incl view check 20090308
11 SC_VIEW_SUB_OBJECTS Constant Protected See coding Application Log Context: Sub Fields 20090308
12 SC_VIEW_SUB_OBJECT_TEXTS Static Attribute Protected See coding Application Log Context: Sub Field Texts 20090308
13 SV_BAL_CONTEXT_STRUCTURE Instance attribute Protected Attribute reference (LIKE) 20090308
14 SV_CLASS_NAME Instance attribute Protected Attribute reference (LIKE) 20090308
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_REFERENCES Instance method Protected Method Adjust References 20090308
2 CHECK Instance method Protected Method Check 20090308
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090310
4 CLONE Instance method Protected Method Clone 20090308
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090310
6 COPY_ATTRIBUTES Instance method Protected Method Copy Attributes 20090308
7 CREATE_INSTANCE Instance method Public Method 20090308
8 INIT_BASIC_REFERENCES Instance method Protected Method Init Basic references 20090308
9 INIT_FROM_CONF_DATA Instance method Protected Method Init from Conf Data(Init & Check) 20090308
10 INIT_FROM_CONF_DATA_1 Instance method Protected Method Initialize from Config data (init) 20090308
11 INIT_SUB_OBJECT_TEXTS Static method Protected Method Initialize Sub Object Texts 20090310
12 SELECT_FROM_DB Instance method Protected Method Select data from DB 20090310
13 SET_CLASS_NAME Instance method Public Method 20090308
Events
Class /BOFU/CL_PBI_POWL_CONF has no event.
Types
Class /BOFU/CL_PBI_POWL_CONF has no local type.
Method Signatures

Method ADJUST_REFERENCES Signature

Method ADJUST_REFERENCES on class /BOFU/CL_PBI_POWL_CONF has no parameter.
Method ADJUST_REFERENCES on class /BOFU/CL_PBI_POWL_CONF has no exception.

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 Counts 20090308
2 Changing CT_MESSAGES Call by reference Type reference (TYPE) /BOFU/T_BAL_MSG Application Log Messages 20090308
3 Changing CV_HAS_ERRORS Call by reference Type reference (TYPE) ABAP_BOOL 20090308
4 Changing CV_USABLE Call by reference Type reference (TYPE) ABAP_BOOL 20090308
5 Importing IS_CONF_DATA Call by reference Object reference (TYPE REF TO) /BOFU/IF_PBI_POWL_TYPES=>TS_CONF_DATA 20090308
6 Importing IV_CAN_CHANGE_SELF Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090308
7 Importing IV_DYNAMIC_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090308
# Exception Resumable Description Created on
1 /BOFU/CX_PBI PBI Exception 20090308

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /BOFU/CL_PBI_POWL_CONF has no parameter.
Method CLASS_CONSTRUCTOR on class /BOFU/CL_PBI_POWL_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_PBI_POWL_CONF PBI POWL Configuration 20090308
2 Importing IO_MEMORY_AREA Call by reference Object reference (TYPE REF TO) CL_ABAP_MEMORY_AREA Superclass: ABAP Memory Area 20090308

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /BOFU/CL_PBI_POWL_CONF has no parameter.
Method CONSTRUCTOR on class /BOFU/CL_PBI_POWL_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_PBI_POWL_CONF PBI POWL Configuration 20090308
2 Importing IO_TARGET Call by reference Object reference (TYPE REF TO) /BOFU/CL_PBI_POWL_CONF PBI POWL Configuration 20090308

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

Method CREATE_INSTANCE Signature

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

Method INIT_BASIC_REFERENCES Signature

Method INIT_BASIC_REFERENCES on class /BOFU/CL_PBI_POWL_CONF has no parameter.
Method INIT_BASIC_REFERENCES on class /BOFU/CL_PBI_POWL_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_PBI_POWL_TYPES=>TS_CONF_DATA 20090308
2 Importing IS_KEY Call by reference Type reference (TYPE) /BOFU/S_PBI_POWL_HDR_KEYS POWL Header keys 20090308
3 Importing IV_CHECK_DURING_INIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090308
4 Importing IV_DYNAMIC_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090308

Method INIT_FROM_CONF_DATA on class /BOFU/CL_PBI_POWL_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_PBI_POWL_TYPES=>TS_CONF_DATA Configuration Data 20090308
2 Importing IS_KEY Call by reference Type reference (TYPE) /BOFU/S_PBI_POWL_HDR_KEYS POWL Header keys 20090308

Method INIT_FROM_CONF_DATA_1 on class /BOFU/CL_PBI_POWL_CONF has no exception.

Method INIT_SUB_OBJECT_TEXTS Signature

Method INIT_SUB_OBJECT_TEXTS on class /BOFU/CL_PBI_POWL_CONF has no parameter.
Method INIT_SUB_OBJECT_TEXTS on class /BOFU/CL_PBI_POWL_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_PBI_POWL_TYPES=>TS_CONF_DATA Configuration data 20090310
2 Importing IT_VIEW_NAME_SEL Call by reference Type reference (TYPE) /BOFU/T_FBI_VALUE_RANGE Ranges table 20090310
3 Importing IV_CHECK_EXISTENCE_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090310
4 Importing IV_VIEW Call by reference Type reference (TYPE) /BOFU/S_PBI_POWL_HDR-POWL_TYPE POWL type ID 20090310
# Exception Resumable Description Created on
1 /BOFU/CX_PBI_VIEW_CONF View Configuration Errors 20090310

Method SET_CLASS_NAME Signature

Method SET_CLASS_NAME on class /BOFU/CL_PBI_POWL_CONF has no parameter.
Method SET_CLASS_NAME on class /BOFU/CL_PBI_POWL_CONF has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702