SAP ABAP Class /BOFU/IF_PBI_POWL_CONF (POWL Configuration)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_PBI_POWL_CONF PBI POWL Configuration 20090308
Properties
Class /BOFU/IF_PBI_POWL_CONF  
Short Description POWL Configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090308   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_PBI_POWL_CONF has no interface implemented.
Friends
Class /BOFU/IF_PBI_POWL_CONF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_ACT_DEF Instance attribute Public Type reference (TYPE) TR_ACT_DEF 20090401
2 MR_FLD_DEF Instance attribute Public Type reference (TYPE) TR_FLD_DEF 20090401
3 MR_HEADER Instance attribute Public Type reference (TYPE) TR_HEADER 20090401
4 MR_SEL_PARAMS Instance attribute Public Type reference (TYPE) TR_SEL_PARAMS 20090401
Methods
# Method Level Visibility Method type Description Created on
1 IS_USABLE Instance method Public Method Is Usable? 20090308
Events
Class /BOFU/IF_PBI_POWL_CONF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TR_ACT_DEF Public Object reference (TYPE REF TO) TT_ACT_DEF 20090401
2 TR_FLD_DEF Public Object reference (TYPE REF TO) TT_FLD_DEF Field Defenitions: Reference 20090331
3 TR_HEADER Public Object reference (TYPE REF TO) TS_HEADER POWL Header 20090308
4 TR_SEL_PARAMS Public Object reference (TYPE REF TO) TT_SEL_PARAMS Selection Parameters:Reference 20090308
5 TS_ACT_DEF Public See coding 20090401 BEGIN OF ts_act_def, s_data TYPE /BOFU/S_PBI_POWL_act_DEF, t_params TYPE tt_act_prm_def, END OF ts_act_def
6 TS_ACT_PRM_DEF Public See coding 20090401 BEGIN OF ts_act_prm_def, PARAM_INDX TYPE /BOFU/PBI_PARAM_INDEX, PARAM_KEY type /BOFU/PBI_PARAM_NAME, PARAM_VALUE TYPE /BOFU/PBI_PARAM_VALUE, END OF ts_act_prm_def
7 TS_FLD_DEF Public Type reference (TYPE) /BOFU/S_PBI_POWL_FLD_DEF Field Defenitions 20090331
8 TS_HEADER Public Type reference (TYPE) /BOFU/S_PBI_POWL_HDR Header: Reference 20090308
9 TS_SEL_PARAMS Public Type reference (TYPE) /BOFU/S_PBI_POWL_SEL_PARAMS Selection Parameters 20090308
10 TT_ACT_DEF Public See coding 20090401 tt_act_def TYPE SORTED TABLE OF ts_act_def WITH UNIQUE key s_data-powl_type s_data-actionid
11 TT_ACT_PRM_DEF Public See coding 20090401 tt_act_prm_def TYPE SORTED TABLE OF ts_act_prm_def WITH UNIQUE KEY PARAM_INDX
12 TT_FLD_DEF Public See coding Field Defenitions 20090331 tt_fld_def TYPE SORTED TABLE OF ts_fld_def WITH UNIQUE KEY powl_type field_name
13 TT_SEL_PARAMS Public See coding Selection Parameters 20090308 tt_sel_params TYPE SORTED TABLE OF ts_sel_params WITH UNIQUE KEY powl_type query_attrib
Method Signatures

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 20090308

Method IS_USABLE on class /BOFU/IF_PBI_POWL_CONF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in