SAP ABAP Class CL_EPM_BO_LISTENER (Abstract BO listener class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_BO_BASE (Package) EPM: Base Package for Business Objects

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ACI_EPM_PO_LISTENER | EPM_ACI_PO_LISTENER | 20130226 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_ACI_EPM_SO_LISTENER | CL_ACI_EPM_SO_LISTENER | 20130228 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_BOL_TEST_BASE | EPM: BO Test Listener base class | 20090903 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_ES_LISTENER | EPM Listener for NW Enterprise Search | 20091021 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_PD_PRICE_LISTENER | EPM: After Save Listener for product price reductions | 20120920 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_PI_FACTORY | Factory Class for PI Interfaces | 20090817 |
7 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_SOD_SO_LISTENER | Listener for Sales Order Object | 20110824 |
8 | Inheritance (c INHERITING FROM c_ref) | CL_NWECM_EPM_BO_LISTENER | Attachment listener | 20090923 |
Properties
Class | CL_EPM_BO_LISTENER | |
Short Description | Abstract BO listener class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_EPM_BO_BASE | EPM: Base Package for Business Objects |
Created | 20090703 | 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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_EPM_BO_LISTENER has no interface implemented.
Friends
Class CL_EPM_BO_LISTENER has no friend class.
Attributes
Class CL_EPM_BO_LISTENER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Listener method for action calls | 20090703 |
2 | ![]() |
Instance method | Public | Method | Listener method for after successful save calls | 20090703 |
Events
Class CL_EPM_BO_LISTENER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ADDITIONAL_PARAMETERS | Public | See coding | 20090703 | TT_ADDITIONAL_PARAMETERS
TYPE HASHED TABLE OF TY_ADDITIONAL_PARAMETER
WITH UNIQUE KEY NAME
|
||
2 | TY_ADDITIONAL_PARAMETER | Public | See coding | 20090703 | BEGIN OF TY_ADDITIONAL_PARAMETER,
NAME TYPE ABAP_PARMNAME,
VALUE TYPE REF TO DATA,
END OF TY_ADDITIONAL_PARAMETER
|
Method Signatures
Method ON_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ADDITIONAL_PARAMETERS | Call by reference | Type reference (TYPE) | TT_ADDITIONAL_PARAMETERS | 20090703 | |||
2 | ![]() |
IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | Set of generic node element keys | 20090703 | ||
3 | ![]() |
IV_METHOD_NAME | Call by reference | Type reference (TYPE) | ABAP_METHNAME | 20090703 | |||
4 | ![]() |
RV_INTERESTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090703 |
Method ON_ACTION on class CL_EPM_BO_LISTENER has no exception.
Method ON_AFTER_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CHANGE_NOTIFICATIONS | Call by reference | Type reference (TYPE) | IF_EPM_DATA_BUFFER=>TT_CHANGE_NOTIFICATIONS | 20091026 | |||
2 | ![]() |
IV_SUPPRESS_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130924 | |||
3 | ![]() |
RV_INTERESTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090703 |
Method ON_AFTER_SAVE on class CL_EPM_BO_LISTENER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |