SAP ABAP Class CL_WRF_PPW_MESSAGE_LOG (PPW Application Log)
Hierarchy
☛
EA-RETAIL (Software Component) SAP Enterprise Extension Retail
⤷
LO-MD-PPW (Application Component) Price Planning Workbench
⤷
WRF_PPW_WORKBENCH (Package) Price Planning Workbench - WORKBENCH

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WRF_PPW_MESSAGE_LOG | Message Log | 20031217 |
Properties
Class | CL_WRF_PPW_MESSAGE_LOG | |
Short Description | PPW Application Log | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WRF_PPW_WORKBENCH | Price Planning Workbench - WORKBENCH |
Created | 20031217 | SAP |
Last change | 20060208 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WRF_PPW_MESSAGE_LOG | Message Log | 20031217 |
Friends
Class CL_WRF_PPW_MESSAGE_LOG has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | I | 999999999 | 20050615 | ||
2 | ![]() |
Instance attribute | Private | See coding | Log Handles | 20040108 | |||
3 | ![]() |
Instance attribute | Private | See coding | General Messages | 20040128 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_T_MSG | Previous Messages | 20040131 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_S_MSG | 20050722 | |||
6 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | CL_WRF_PPW_CONST=>FALSE | CL_WRF_PPW_CONST=>FALSE | 20050722 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WRF_PPW_LOG_TYPE | 20050725 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Counter for Messages to Be Received | 20050517 | ||
9 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_WRF_PPW_CONST | Constants in the Price Planning Workbench | 20040108 | ||
10 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_WRF_PPW_INT_SERVICES | Internal Constants and Conversions | 20040127 | ||
11 | ![]() |
Static Attribute | Private | See coding | List of All Log Types | 20040130 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040108 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20031217 |
3 | ![]() |
Instance method | Private | Method | 20040108 | |
4 | ![]() |
Instance method | Private | Method | 20040107 | |
5 | ![]() |
Instance method | Private | Method | 20040107 | |
6 | ![]() |
Instance method | Private | Event handling method | 20050722 | |
7 | ![]() |
Instance method | Private | Method | 20040108 | |
8 | ![]() |
Instance method | Private | Event handling method | Response to Refresh Request | 20040129 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CHANGED | Instance Event (0) |
Private (0) |
20040107 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_HANDLE_STY | Private | See coding | 20040108 | BEGIN OF ty_handle_sty,
handle TYPE balloghndl,
type TYPE wrf_ppw_log_type,
END OF ty_handle_sty
|
||
2 | TY_MESSAGE_STY | Private | See coding | 20040128 | BEGIN OF ty_message_sty,
msg TYPE bal_s_msg,
typ TYPE wrf_ppw_log_type,
old TYPE boolean_01,
hold TYPE i,
group TYPE bal_s_msg,
id_in_group TYPE i,
END OF ty_message_sty
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WRF_PPW_MESSAGE_LOG has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WRF_PPW_MESSAGE_LOG has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WRF_PPW_MESSAGE_LOG has no parameter.
Method CONSTRUCTOR on class CL_WRF_PPW_MESSAGE_LOG has no exception.
Method GET_LOG_HANDLES Signature
Method GET_LOG_HANDLES on class CL_WRF_PPW_MESSAGE_LOG has no parameter.
Method GET_LOG_HANDLES on class CL_WRF_PPW_MESSAGE_LOG has no exception.
Method GET_MESSAGES Signature
Method GET_MESSAGES on class CL_WRF_PPW_MESSAGE_LOG has no parameter.
Method GET_MESSAGES on class CL_WRF_PPW_MESSAGE_LOG has no exception.
Method ON_MESSAGES_CREATED Signature
Method ON_MESSAGES_CREATED on class CL_WRF_PPW_MESSAGE_LOG has no parameter.
Method ON_MESSAGES_CREATED on class CL_WRF_PPW_MESSAGE_LOG has no exception.
Method ON_MSG_GROUP_SET_CURRENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MSG_GROUP_HEADER | Value transfer | Type reference (TYPE) | BAL_S_MSG | 20050722 | |||
2 | ![]() |
I_MSG_GROUP_LOG_TYPE | Call by reference | Attribute reference (LIKE) | 20050725 |
Method ON_MSG_GROUP_SET_CURRENT on class CL_WRF_PPW_MESSAGE_LOG has no exception.
Method ON_MSG_LOG_CLEAR_REQUEST Signature
Method ON_MSG_LOG_CLEAR_REQUEST on class CL_WRF_PPW_MESSAGE_LOG has no parameter.
Method ON_MSG_LOG_CLEAR_REQUEST on class CL_WRF_PPW_MESSAGE_LOG has no exception.
Method ON_MSG_REFRESH_REQUEST Signature
Method ON_MSG_REFRESH_REQUEST on class CL_WRF_PPW_MESSAGE_LOG has no parameter.
Method ON_MSG_REFRESH_REQUEST on class CL_WRF_PPW_MESSAGE_LOG has no exception.
Event Signatures
Event CHANGED Signature
Event CHANGED on class CL_WRF_PPW_MESSAGE_LOG has no parameter.
History
Last changed by/on | SAP | 20060208 |
SAP Release Created in | 111 |