SAP ABAP Class /PLMU/CL_FRW_G_FEEDER (Super Feeder)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20091002 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20090826 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_CTXT_MENU | Feeder Interface for dynamic context menus | 20111031 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_DYNAMIC_CONFIG | FPM GUIBB: Dynamic Configuration | 20121113 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20090908 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20110313 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_FEEDER_FORM | Form Feeder | 20090826 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_FEEDER_FORMSWAP | Swap (Form) Feeder (Used along with Form Repeater) | 20130129 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_FEEDER_FORM_REP | Form Repeater Feeder | 20130129 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_FEEDER_LIST | List Feeder | 20090826 |
| 5 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_FEEDER_SEARCH | Search Feeder | 20100518 |
| 6 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_FEEDER_TREE | Tree Feeder | 20100518 |
Properties
| Class | /PLMU/CL_FRW_G_FEEDER | |
| Short Description | Super Feeder | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMU/UI_FRW_GUIBB | UI Framework: Generic UI Building Blocks |
| Created | 20090826 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMU/CL_FRW_G_FEEDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20091002 | ||
| 2 | IF_FPM_GUIBB | Generic UI Building Block | 20090826 | ||
| 3 | IF_FPM_GUIBB_CTXT_MENU | Feeder Interface for dynamic context menus | 20111031 | ||
| 4 | IF_FPM_GUIBB_DYNAMIC_CONFIG | FPM GUIBB: Dynamic Configuration | 20121113 | ||
| 5 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20090908 | ||
| 6 | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20110313 |
Friends
Class /PLMU/CL_FRW_G_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_APPL_MODEL | Application Model | 20090916 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_CONTEXT | GUIBB Context | 20090926 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | /PLMU/CL_FRW_G_CNTRL | GUIBB Controller | 20091001 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM | FPM Instance | 20110727 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_FEEDER_MODEL | Wire Feeder Model | 20091009 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20111201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Provides an Instance of the FPM Access Interface | 20110314 | |
| 2 | Instance method | Protected | Method | Provides the UIBB Instance Key | 20100730 | |
| 3 | Instance method | Protected | Method | Provides an instance of the wire model of the feeder | 20091010 |
Events
Class /PLMU/CL_FRW_G_FEEDER has no event.
Types
Class /PLMU/CL_FRW_G_FEEDER has no local type.
Method Signatures
Method GET_FPM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_FPM | Value transfer | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20110314 |
Method GET_FPM on class /PLMU/CL_FRW_G_FEEDER has no exception.
Method GET_UIBB_INSTANCE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_UIBB_INSTANCE_KEY | Value transfer | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20100730 |
Method GET_UIBB_INSTANCE_KEY on class /PLMU/CL_FRW_G_FEEDER has no exception.
Method GET_WIRE_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_WIRE_MODEL | Value transfer | Object reference (TYPE REF TO) | /PLMU/IF_FRW_W_MODEL_BASIC | UI Framework - Basic Wire Model | 20091010 |
Method GET_WIRE_MODEL on class /PLMU/CL_FRW_G_FEEDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |