SAP ABAP Class CL_EPM_PD_PRICE_LISTENER (EPM: After Save Listener for product price reductions)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_GATEWAY (Package) EPM: Objects for Gateway
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_BO_LISTENER | Abstract BO listener class | 20120920 |
Properties
| Class | CL_EPM_PD_PRICE_LISTENER | |
| Short Description | EPM: After Save Listener for product price reductions | |
| Super Class | CL_EPM_BO_LISTENER | Abstract BO listener class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_EPM_GATEWAY | EPM: Objects for Gateway |
| Created | 20120920 | SAP |
| Last change | 20140121 | 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_PD_PRICE_LISTENER has no interface implemented.
Friends
Class CL_EPM_PD_PRICE_LISTENER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CL_EPM_PD_PRICE_LISTENER' | 20130524 |
Methods
Class CL_EPM_PD_PRICE_LISTENER has no method.
Events
Class CL_EPM_PD_PRICE_LISTENER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_EPM_PRODUCT_PUSH | Public | See coding | 20120925 | tt_epm_product_push TYPE STANDARD TABLE OF ty_epm_product_push
|
||
| 2 | TY_EPM_PRODUCT_PUSH | Public | See coding | 20120925 | BEGIN OF ty_epm_product_push,
product_id TYPE char10,
product_name TYPE snwd_desc,
price_before TYPE c LENGTH 23,
price_after TYPE c LENGTH 23,
END OF ty_epm_product_push
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |