SAP ABAP Class CL_EPM_SO_ITEM_LIST_FEEDER (EPM Sales Order Items List Feeder GL2)
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 | 20120531 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120531 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120531 |
Properties
| Class | CL_EPM_SO_ITEM_LIST_FEEDER | |
| Short Description | EPM Sales Order Items List Feeder GL2 | |
| 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 | 20120531 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120531 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120531 |
Friends
Class CL_EPM_SO_ITEM_LIST_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | CL_FPM_EVENT=>TY_S_UIBB_KEY | 20120601 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_ITAB_EDITOR_LINE_MODE | 20120531 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_EPM_SO_SHARED_DATA | 20120531 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_ADAPTED_SO_ITEM | 20120703 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TT_SO_ITEM_LIST | 20120703 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120531 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120531 | ||
| 2 | Instance method | Private | Method | 20120531 | ||
| 3 | Instance method | Private | Method | 20120531 |
Events
Class CL_EPM_SO_ITEM_LIST_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SO_ITEM_LIST | Public | See coding | 20120531 | tt_so_item_list TYPE STANDARD TABLE OF ty_adapted_so_item
|
||
| 2 | TY_ADAPTED_SO_ITEM | Public | See coding | 20120531 | BEGIN OF ty_adapted_so_item,
node_key TYPE if_epm_bo=>ty_node_key,
product_id TYPE if_epm_product_header=>ty_node_data-product_id,
so_item_pos TYPE if_epm_so_item=>ty_node_data-so_item_pos,
op_item_pos TYPE if_epm_so_item=>ty_node_data-op_item_pos,
gross_amount TYPE if_epm_so_item=>ty_node_data-gross_amount,
gross_currency TYPE if_epm_so_item=>ty_node_data-currency_code,
sl_node_key TYPE if_epm_bo=>ty_node_key,
quantity TYPE snwd_quantity_signed,
quantity_unit TYPE if_epm_so_sl=>ty_node_data-quantity_unit,
product_name TYPE if_epm_text_data=>ty_node_data-text,
edit_visibility TYPE abap_bool,
delete_visibility TYPE abap_bool,
END OF ty_adapted_so_item
|
Method Signatures
Method GET_ADAPTED_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ITEM_KEY | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY | 20120531 | ||||
| 2 | RS_ADAPTED_ITEM | Value transfer | Type reference (TYPE) | TY_ADAPTED_SO_ITEM | 20120531 |
Method GET_ADAPTED_ITEM on class CL_EPM_SO_ITEM_LIST_FEEDER has no exception.
Method GET_ADAPTED_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_S_T100_MESSAGE | 20120918 | ||||
| 2 | ET_ADAPTED_ITEMS | Call by reference | Type reference (TYPE) | TT_SO_ITEM_LIST | 20120531 | ||||
| 3 | EV_SO_MISSING | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130221 | ||||
| 4 | EV_UPDATE_ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120705 | ||||
| 5 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EDIT_MODE | 20120531 | ||||
| 6 | IV_HEADER_KEY | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY | 20120531 |
Method GET_ADAPTED_ITEMS on class CL_EPM_SO_ITEM_LIST_FEEDER has no exception.
Method IS_SELF_DELETION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SELF_DELETION | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120531 |
Method IS_SELF_DELETION on class CL_EPM_SO_ITEM_LIST_FEEDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |