SAP ABAP Interface /BOFU/IF_PBI_POWL_CONF (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 - 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
Interface /BOFU/IF_PBI_POWL_CONF  
Short Description POWL Configuration    
General Data
Package /BOFU/PBI_CORE   POWL BOPF Integration Core 
Created 20090308   SAP 
Last changed 20110908   SAP 
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
Interface /BOFU/IF_PBI_POWL_CONF has no interface.
Friends
Interface /BOFU/IF_PBI_POWL_CONF has no friend.
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
Interface /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 Interface /BOFU/IF_PBI_POWL_CONF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702