SAP ABAP Class CL_EPM_MESSAGE_BUFFER (EPM: Message Buffer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_COMMON (Package) EPM Common Objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20090129 |
Properties
Class | CL_EPM_MESSAGE_BUFFER | |
Short Description | EPM: Message Buffer | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_EPM_COMMON | EPM Common Objects |
Created | 20090129 | 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_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20090129 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_EPM_SERVICE_FACADE | 20090129 | EPM: Service Facade |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | INT4 | 1 | Natural number | 20090409 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_INT_MESSAGE_LIST | 20100305 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_MESSAGE_BAGS | 20090409 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_READ_MESSAGES | 20121029 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Utility method to gather messages - recursive | 20090415 |
2 | ![]() |
Instance method | Private | Method | Utility method to gather messages - recursive | 20090409 |
Events
Class CL_EPM_MESSAGE_BUFFER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_INT_MESSAGE_LIST | Private | See coding | 20100305 | tt_int_message_list TYPE STANDARD TABLE OF ty_int_message_entry WITH
UNIQUE HASHED KEY k COMPONENTS
bo_name
bo_node_name
bo_node_key
msgid
msgno
attr1
attr2
attr3
attr4
operation
severity
att_str
|
||
2 | TT_MESSAGE_BAGS | Private | See coding | 20090408 | tt_message_bags TYPE STANDARD TABLE OF REF TO if_epm_message_buffer WITH DEFAULT KEY
|
||
3 | TT_MESSAGE_LIST | Private | See coding | 20090408 | tt_message_list TYPE STANDARD TABLE OF ty_message_entry WITH DEFAULT KEY
|
||
4 | TT_READ_MESSAGES | Private | See coding | 20121029 | tt_read_messages TYPE HASHED TABLE OF ty_read_message WITH UNIQUE KEY table_line
|
||
5 | TY_INT_MESSAGE_ENTRY | Private | See coding | 20100305 | BEGIN OF ty_int_message_entry,
serial_number TYPE int4,
message TYPE if_epm_message_buffer=>ty_message,
*our keys
bo_name TYPE if_epm_bo=>ty_bo_name,
bo_node_name TYPE if_epm_bo=>ty_bo_node_name,
bo_node_key TYPE if_epm_bo=>ty_node_key,
msgid TYPE symsgid,
msgno TYPE symsgno,
attr1 TYPE scx_attrname,
attr2 TYPE scx_attrname,
attr3 TYPE scx_attrname,
attr4 TYPE scx_attrname,
operation TYPE string,
severity(1) TYPE c,
att_str TYPE string,
END OF ty_int_message_entry
|
||
6 | TY_MESSAGE_ENTRY | Private | See coding | 20090408 | BEGIN OF ty_message_entry,
serial_number TYPE int4,
message TYPE if_epm_message_buffer=>ty_message,
END OF ty_message_entry
|
||
7 | TY_READ_MESSAGE | Private | Object reference (TYPE REF TO) | CX_ROOT | 20121029 |
|
Method Signatures
Method _DELETE_MESSAGE_LIST Signature
Method _DELETE_MESSAGE_LIST on class CL_EPM_MESSAGE_BUFFER has no parameter.
Method _DELETE_MESSAGE_LIST on class CL_EPM_MESSAGE_BUFFER has no exception.
Method _GET_MESSAGE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLEAR_MESSAGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090415 | ||
2 | ![]() |
RTAB | Value transfer | Type reference (TYPE) | TT_MESSAGE_LIST | 20090409 |
Method _GET_MESSAGE_LIST on class CL_EPM_MESSAGE_BUFFER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 720 |