SAP ABAP Class CL_EPM_SO_HEADER_LIST_FEEDER (EPM Sales Order Header List Feeder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_UX_SO (Package) EPM: Sales Order screens based on FPM
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_FEEDER | EPM Feeder Class | 20120320 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120320 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120320 |
Properties
| Class | CL_EPM_SO_HEADER_LIST_FEEDER | |
| Short Description | EPM Sales Order Header List Feeder | |
| Super Class | CL_EPM_FEEDER | EPM Feeder Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_EPM_UX_SO | EPM: Sales Order screens based on FPM |
| Created | 20120320 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EPM_SO_HEADER_LIST_FEEDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120320 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120320 |
Friends
Class CL_EPM_SO_HEADER_LIST_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'BUSINESS_OBJECT' | 20120907 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SALV_ITAB_EDITOR_KEY_MODE | 20120320 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TT_SO_HEADER | 20120320 |
Methods
Class CL_EPM_SO_HEADER_LIST_FEEDER has no method.
Events
Class CL_EPM_SO_HEADER_LIST_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SO_HEADER | Public | See coding | 20120320 | tt_so_header TYPE STANDARD TABLE OF ty_so_header WITH DEFAULT KEY
|
||
| 2 | TY_SO_HEADER | Public | See coding | 20120320 | BEGIN OF ty_so_header,
node_key TYPE if_epm_bo=>ty_node_key,
so_id TYPE if_epm_so_header=>ty_node_data-so_id,
gross_amount TYPE if_epm_so_header=>ty_node_data-gross_amount,
gross_currency TYPE if_epm_so_header=>ty_node_data-currency_code,
lifecycle_descr TYPE string,
paid TYPE abap_bool,
delivered TYPE abap_bool,
so_item_pos TYPE if_epm_po_item=>ty_node_data-po_item_pos,
quantity TYPE if_epm_po_sl=>ty_node_data-quantity,
quantity_unit TYPE if_epm_po_sl=>ty_node_data-quantity_unit,
delivery_calendar_date TYPE sydatum,
END OF ty_so_header
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |