SAP ABAP Class CL_HR99S00_MESSAGE_LIST (Message list class for TNM IT class)
Hierarchy
☛
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
⤷
PY-XX-RS (Application Component) Reuse Services for Country Development
⤷
P99S (Package) Southern Europe Basis
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HR99S00_MESSAGE_HANDLER | HR99S Messages | 20101111 |
Properties
| Class | CL_HR99S00_MESSAGE_LIST | |
| Short Description | Message list class for TNM IT class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | P99S | Southern Europe Basis |
| Created | 20101110 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HR99S00_MESSAGE_HANDLER | HR99S Messages | 20101111 |
Friends
Class CL_HR99S00_MESSAGE_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20101111 | |||||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20101111 | |||||
| 3 | Instance attribute | Private | Attribute reference (LIKE) | 20101111 | |||||
| 4 | Instance attribute | Private | Attribute reference (LIKE) | 20101111 | |||||
| 5 | Instance attribute | Private | Attribute reference (LIKE) | 20101111 | |||||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_HR99S00_MESSAGE_LIST | Message list class for TNM IT class | 20110503 | |||
| 7 | Constant | Private | Type reference (TYPE) | BOOLE_D | IF_HRBAS_BOOLE_D=>FALSE | False | 20101111 | ||
| 8 | Constant | Private | Type reference (TYPE) | BOOLE_D | IF_HRBAS_BOOLE_D=>TRUE | True | 20101111 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | HR99S_MSG_TAB | List of error messages with Personnel Number | 20101111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20101111 | ||
| 2 | Instance method | Public | Method | Combine Error Messages | 20101111 | |
| 3 | Instance method | Public | Method | Add messages from a table | 20110502 | |
| 4 | Instance method | Public | Method | Clear Message List | 20101111 | |
| 5 | Instance method | Private | Method | Extract Messages | 20101111 | |
| 6 | Instance method | Public | Method | Get HR Error Message List | 20101111 | |
| 7 | Static method | Public | Method | Singleton implementation | 20110503 | |
| 8 | Instance method | Public | Method | Get Message List | 20101111 | |
| 9 | Instance method | Public | Method | Object Contains Termination Message | 20101111 | |
| 10 | Instance method | Public | Method | Object Contains Error Message | 20101111 | |
| 11 | Instance method | Public | Method | Object Contains Info Message | 20101111 | |
| 12 | Instance method | Public | Method | Object Contains Message | 20101111 | |
| 13 | Instance method | Public | Method | Object Contains Success Message | 20101111 | |
| 14 | Instance method | Public | Method | Object Contains Warning | 20101111 |
Events
Class CL_HR99S00_MESSAGE_LIST has no event.
Types
Class CL_HR99S00_MESSAGE_LIST has no local type.
Method Signatures
Method ADD_MESSAGE Signature
Method ADD_MESSAGE on class CL_HR99S00_MESSAGE_LIST has no parameter.
Method ADD_MESSAGE on class CL_HR99S00_MESSAGE_LIST has no exception.
Method ADD_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HR99S00_MESSAGE_HANDLER | Interface of Message Handler | 20101111 | |||
| 2 | IV_AVOID_DUPLICATE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101111 |
Method ADD_MESSAGES on class CL_HR99S00_MESSAGE_LIST has no exception.
Method ADD_MESSAGE_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | STANDARD TABLE | Table with messages | 20110502 | |||
| 2 | IT_MESSAGES_HR99S | Call by reference | Type reference (TYPE) | HR99S_MSG_TAB | List of error messages with Personnel Number | 20121116 | |||
| 3 | IV_ID_COMP | Call by reference | Type reference (TYPE) | TYPENAME | Component used to get message-id from table line | 20110502 |
Method ADD_MESSAGE_TAB on class CL_HR99S00_MESSAGE_LIST has no exception.
Method CLEAR_MESSAGE_LIST Signature
Method CLEAR_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no parameter.
Method CLEAR_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no exception.
Method EXTRACT_MESSAGE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | HR99S_MSG_TAB | List of error messages with Personnel Number | 20101111 | |||
| 2 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type: S Success, E Error, W Warning, I Info, A Abort | 20101111 |
Method EXTRACT_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no exception.
Method GET_HR_MESSAGE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HR_MESSAGE | Call by reference | Type reference (TYPE) | P99SF_TAB_ERROR | HR Error Message List | 20101111 | |||
| 2 | IV_MSGTY | Call by reference | Type reference (TYPE) | MSGTY | '*' | Message Type | 20101111 |
Method GET_HR_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_INST | Value transfer | Object reference (TYPE REF TO) | CL_HR99S00_MESSAGE_LIST | Message list class for TNM IT class | 20110503 |
Method GET_INSTANCE on class CL_HR99S00_MESSAGE_LIST has no exception.
Method GET_MESSAGE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | HR99S_MSG_TAB | List of error messages with Personnel Number | 20101111 | |||
| 2 | IV_MSGTY | Call by reference | Type reference (TYPE) | MSGTY | '*' | Message Type | 20101111 |
Method GET_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no exception.
Method HAS_ABEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RETURN_VALUE | Value transfer | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20101111 |
Method HAS_ABEND on class CL_HR99S00_MESSAGE_LIST has no exception.
Method HAS_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RETURN_VALUE | Value transfer | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20101111 |
Method HAS_ERROR on class CL_HR99S00_MESSAGE_LIST has no exception.
Method HAS_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RETURN_VALUE | Value transfer | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20101111 |
Method HAS_INFO on class CL_HR99S00_MESSAGE_LIST has no exception.
Method HAS_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RETURN_VALUE | Value transfer | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20101111 |
Method HAS_MESSAGE on class CL_HR99S00_MESSAGE_LIST has no exception.
Method HAS_SUCCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RETURN_VALUE | Value transfer | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20101111 |
Method HAS_SUCCESS on class CL_HR99S00_MESSAGE_LIST has no exception.
Method HAS_WARNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RETURN_VALUE | Value transfer | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20101111 |
Method HAS_WARNING on class CL_HR99S00_MESSAGE_LIST has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |