SAP ABAP Class CL_EPM_PO_GAF_ITEM_LIST_FEEDER (EPM PO GAF Items List Feeder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_UX_PO (Package) EPM: Purchase Order screens based on FPM
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_PO_ITEM_LIST_FEEDER | EPM PO OVP Item List Feeder GL2 | 20110119 |
Properties
| Class | CL_EPM_PO_GAF_ITEM_LIST_FEEDER | |
| Short Description | EPM PO GAF Items List Feeder | |
| Super Class | CL_EPM_PO_ITEM_LIST_FEEDER | EPM PO OVP Item List Feeder GL2 |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_EPM_UX_PO | EPM: Purchase Order screens based on FPM |
| Created | 20101126 | SAP |
| Last change | 20130531 | 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
Class CL_EPM_PO_GAF_ITEM_LIST_FEEDER has no interface implemented.
Friends
Class CL_EPM_PO_GAF_ITEM_LIST_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_ITEMS_TOUCHED | 20101202 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120103 |
Events
Class CL_EPM_PO_GAF_ITEM_LIST_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ITEMS_TOUCHED | Private | See coding | 20101202 | tt_items_touched TYPE HASHED TABLE OF ty_items_touched WITH UNIQUE KEY node_key
|
||
| 2 | TY_ITEMS_TOUCHED | Private | See coding | 20101202 | BEGIN OF ty_items_touched,
node_key TYPE if_epm_bo=>ty_node_key,
touched TYPE abap_bool,
END OF ty_items_touched
|
Method Signatures
Method CREATE_ITEMS Signature
Method CREATE_ITEMS on class CL_EPM_PO_GAF_ITEM_LIST_FEEDER has no parameter.
Method CREATE_ITEMS on class CL_EPM_PO_GAF_ITEM_LIST_FEEDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |