SAP ABAP Class /BOFU/CL_PBI_POWL_FEEDER (POWL Feeder)
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) | IF_POWL_FEEDER | Interface for POWL Feeders | 20090128 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /SRMERP/CL_PBI_SC_ESS | Feeder Class for POWL SC ESS | 20100625 |
Properties
| Class | /BOFU/CL_PBI_POWL_FEEDER | |
| Short Description | POWL Feeder | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/PBI_CORE | POWL BOPF Integration Core |
| Created | 20090128 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_POWL_FEEDER | Interface for POWL Feeders | 20090128 |
Friends
Class /BOFU/CL_PBI_POWL_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | POWL_ACTIONID_TY | 'DELETE_ROOT' | Action Identifier | 20130520 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'KEY' | 20130520 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOFU/IF_FBI_ENTITY_COLLECTION | FBI Entity Collection | 20130428 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/CL_FBI_FACTORY | FBI Factory | 20090128 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW | FBI View: Runtime | 20090128 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW_INSTANCE | View Instance | 20090129 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW_INSTANCE_NEW | /BOFU/IF_FBI_VIEW_INSTANCE_NEW | 20090824 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_PBI_VIEW_EXIT_INTF | PBI Exit Interface Instance | 20090818 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_PBI_VIEW_EXITINTF_DEF | Exit Interface: Definition | 20130604 | |||
| 10 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_PBI_POWL_CONF | POWL Configuration | 20090331 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_QUERY | Configuration: Query | 20090128 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | RSPARAMS_TT | rsparams Table | 20090826 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | POWL_MSG_TTY | Message META description | 20090408 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | TT_PARAM_MAP | 20090128 | ||||
| 15 | Instance attribute | Protected | Type reference (TYPE) | POWL_SELCRIT_TTY | Selection criteria meta description | 20090128 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20090128 | |||
| 17 | Constant | Protected | Type reference (TYPE) | APB_LPD_INSTANCE | 'GENERAL' | Instance | 20090205 | ||
| 18 | Constant | Protected | Type reference (TYPE) | TEXT255 | 'DynamicURL' | Text, 255 Characters | 20090205 | ||
| 19 | Constant | Protected | Type reference (TYPE) | APB_LPD_ROLE | '/BOFU/PBI' | Role | 20090205 | ||
| 20 | Constant | Protected | Type reference (TYPE) | POWL_SELNAME_TY | '_MAX_SEL' | ID of a selection criteria | 20090320 | ||
| 21 | Static Attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090824 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20090128 | ||
| 2 | Instance method | Protected | Method | 20090129 | ||
| 3 | Instance method | Protected | Method | 20090320 | ||
| 4 | Instance method | Protected | Method | 20090128 | ||
| 5 | Instance method | Protected | Method | 20090826 |
Events
Class /BOFU/CL_PBI_POWL_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PARAM_MAP | Protected | See coding | 20090128 | BEGIN OF TS_PARAM_MAP ,
SELNAME TYPE POWL_SELNAME_TY,
attribute TYPE string,
END OF ts_param_map
|
||
| 2 | TT_PARAM_MAP | Protected | See coding | 20090128 | tt_param_map TYPE STANDARD TABLE OF ts_param_map
|
Method Signatures
Method BUILD_SELECTION_PARAMS Signature
Method BUILD_SELECTION_PARAMS on class /BOFU/CL_PBI_POWL_FEEDER has no parameter.
Method BUILD_SELECTION_PARAMS on class /BOFU/CL_PBI_POWL_FEEDER has no exception.
Method CREATE_VIEW_INSTANCE Signature
Method CREATE_VIEW_INSTANCE on class /BOFU/CL_PBI_POWL_FEEDER has no parameter.
Method CREATE_VIEW_INSTANCE on class /BOFU/CL_PBI_POWL_FEEDER has no exception.
Method GET_EXCEPTION_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Message META description | 20090320 | |||
| 2 | IX_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | IF_T100_MESSAGE | FBI Exception | 20090320 |
Method GET_EXCEPTION_MESSAGES on class /BOFU/CL_PBI_POWL_FEEDER has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20090128 |
Method INITIALIZE on class /BOFU/CL_PBI_POWL_FEEDER has no exception.
Method READ_DEFAULT_VALUES Signature
Method READ_DEFAULT_VALUES on class /BOFU/CL_PBI_POWL_FEEDER has no parameter.
Method READ_DEFAULT_VALUES on class /BOFU/CL_PBI_POWL_FEEDER has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 702 |