SAP ABAP Class CL_EPM_PD_SEARCH_LIST_FEEDER (EPM Product OVP Search List Feeder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_UX_PD (Package) EPM: Product 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 | 20110620 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20110620 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20110620 |
Properties
| Class | CL_EPM_PD_SEARCH_LIST_FEEDER | |
| Short Description | EPM Product OVP Search 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_PD | EPM: Product screens based on FPM |
| Created | 20100927 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EPM_PD_SEARCH_LIST_FEEDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20110620 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20110620 |
Friends
Class CL_EPM_PD_SEARCH_LIST_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) | CL_SALV_ITAB_EDITOR_KEY_MODE | 20110620 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_EPM_PD_SHARED_DATA | 20110620 |
Methods
Class CL_EPM_PD_SEARCH_LIST_FEEDER has no method.
Events
Class CL_EPM_PD_SEARCH_LIST_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SEARCH_RESULT | Public | See coding | 20100927 | tt_search_result TYPE STANDARD TABLE OF ty_search_result
|
||
| 2 | TY_SEARCH_RESULT | Public | See coding | 20100927 | BEGIN OF ty_search_result,
node_key TYPE if_epm_bo=>ty_node_key,
product_id TYPE if_epm_product_header=>ty_node_data-product_id,
product_name TYPE if_epm_text_data=>ty_node_data-text,
product_desc TYPE if_epm_text_data=>ty_node_data-text,
bp_id TYPE if_epm_bp_header=>ty_node_data-bp_id,
company_name TYPE if_epm_bp_header=>ty_node_data-company_name,
category TYPE if_epm_product_header=>ty_node_data-category,
price TYPE if_epm_product_header=>ty_node_data-price,
currency_code TYPE if_epm_product_header=>ty_node_data-currency_code,
quantity_in_stock TYPE if_epm_storage_bin_header=>ty_node_data-min_stock,
quantity_unit TYPE if_epm_storage_bin_header=>ty_node_data-quantity_unit,
color TYPE wdui_table_cell_design,
tooltip TYPE string,
END OF ty_search_result
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 703 |