SAP ABAP Class CL_HRPAYAT_ELDA_KM_MESS_HNDLR (Message Handler for ELDA Illness Notification)
Hierarchy
☛
SAP_HRCAT (Software Component) Sub component SAP_HRCAT of SAP_HR
⤷
PA-PA-AT (Application Component) Austria
⤷
PB03 (Package) HR Master Data: Austria
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRPAYAT_BOOLEAN | Boolean values TRUE (='X') and FALSE (= ' ') | 20120102 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRPAYAT_ELDA_KM_MESS_HNDLR | Message Handler for ELDA Illness Notification | 20120102 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRPAYAT_ELDA_KM_PAL_LOG | PAL Log Interface for ELDA Illness Notif. Message Handler | 20120102 |
Properties
| Class | CL_HRPAYAT_ELDA_KM_MESS_HNDLR | |
| Short Description | Message Handler for ELDA Illness Notification | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PB03 | HR Master Data: Austria |
| Created | 20110228 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRPAYAT_ELDA_KM_MESS_HNDLR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HRPAYAT_BOOLEAN | Boolean values TRUE (='X') and FALSE (= ' ') | 20120102 | ||
| 2 | IF_HRPAYAT_ELDA_KM_MESS_HNDLR | Message Handler for ELDA Illness Notification | 20120102 | ||
| 3 | IF_HRPAYAT_ELDA_KM_PAL_LOG | PAL Log Interface for ELDA Illness Notif. Message Handler | 20120102 |
Friends
Class CL_HRPAYAT_ELDA_KM_MESS_HNDLR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Attribute reference (LIKE) | 20120102 | |||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_MESS_HNDLR | 20120102 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TTY_GAGA_MESSAGE | 20120102 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TTY_PERNR_MESSAGE | 20120102 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TTY_PERNR_STATE | 20120102 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TTY_SPLIT_MESSAGE | 20120102 | ||||
| 7 | Instance attribute | Protected | Attribute reference (LIKE) | 20120102 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Message List | 20120102 |
Events
Class CL_HRPAYAT_ELDA_KM_MESS_HNDLR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_GAGA_MESSAGE | Protected | See coding | 20120102 | tty_gaga_message TYPE SORTED TABLE OF ty_gaga_message WITH UNIQUE KEY gaga
|
||
| 2 | TTY_HANDLER_LIST | Protected | See coding | 20120102 | tty_handler_list TYPE SORTED TABLE OF ty_handler WITH UNIQUE KEY handler
|
||
| 3 | TTY_MESSAGE | Protected | Attribute reference (LIKE) | 20120102 | |
||
| 4 | TTY_PERNR_MESSAGE | Protected | See coding | 20120102 | tty_pernr_message TYPE SORTED TABLE OF ty_pernr_message WITH UNIQUE KEY pernr
|
||
| 5 | TTY_PERNR_STATE | Protected | See coding | 20120102 | tty_pernr_state TYPE SORTED TABLE OF ty_pernr_state WITH UNIQUE KEY pernr
|
||
| 6 | TTY_SPLIT_MESSAGE | Protected | See coding | 20120102 | tty_split_message TYPE SORTED TABLE OF ty_split_message WITH UNIQUE KEY split
|
||
| 7 | TY_GAGA_MESSAGE | Protected | See coding | 20120102 | BEGIN OF ty_gaga_message,
gaga TYPE c LENGTH 1,
messages TYPE if_hrpayat_elda_km_mess_hndlr=>tty_message,
END OF ty_gaga_message
|
||
| 8 | TY_HANDLER | Protected | See coding | 20120102 | BEGIN OF ty_handler,
handler TYPE REF TO if_hrpayat_elda_km_mess_hndlr,
END OF ty_handler
|
||
| 9 | TY_MESSAGE | Protected | Attribute reference (LIKE) | 20120102 | |
||
| 10 | TY_PERNR_MESSAGE | Protected | See coding | 20120102 | BEGIN OF ty_pernr_message,
pernr TYPE pernr_d,
messages TYPE if_hrpayat_elda_km_mess_hndlr=>tty_message,
END OF ty_pernr_message
|
||
| 11 | TY_PERNR_STATE | Protected | See coding | 20120102 | BEGIN OF ty_pernr_state,
pernr TYPE pernr_d,
error_state TYPE msgty,
END OF ty_pernr_state
|
||
| 12 | TY_SPLIT_MESSAGE | Protected | See coding | 20120102 | BEGIN OF ty_split_message,
split TYPE REF TO if_hrpayat_elda_km_node,
messages TYPE if_hrpayat_elda_km_mess_hndlr=>tty_message,
END OF ty_split_message
|
Method Signatures
Method GET_MESSAGES_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_MESSAGES | Call by reference | Type reference (TYPE) | TTY_MESSAGE | Liste als Rückgabe | 20120102 | |||
| 2 | IM_GAGA_MESSAGE | Call by reference | Type reference (TYPE) | TY_GAGA_MESSAGE | 20120102 | ||||
| 3 | IM_PERNR_MESSAGE | Call by reference | Type reference (TYPE) | TY_PERNR_MESSAGE | 20120102 | ||||
| 4 | IM_SPLIT_MESSAGE | Call by reference | Type reference (TYPE) | TY_SPLIT_MESSAGE | 20120102 |
Method GET_MESSAGES_INTERNAL on class CL_HRPAYAT_ELDA_KM_MESS_HNDLR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |