Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRPAYAT_BLP_FACADE | BLP Facade for Time Infotype Processing | 20120102 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRPAYAT_ELDA_KM_MAPPING | ELDA Illness Notif. Mapping: Abs. Types and Reasons f.Notif. | 20120102 |
Properties
| Class | CL_HRPAYAT_BLP_FACADE | |
| Short Description | Business Logic | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PB03 | HR Master Data: Austria |
| Created | 20100804 | 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_HRPAYAT_BLP_FACADE | BLP Facade for Time Infotype Processing | 20120102 | ||
| 2 | IF_HRPAYAT_ELDA_KM_MAPPING | ELDA Illness Notif. Mapping: Abs. Types and Reasons f.Notif. | 20120102 |
Friends
Class CL_HRPAYAT_BLP_FACADE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | NUM1 | '1' | 20120102 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | P2001_TAB | HR Time Record: Absences Infotype (2001) | 20120102 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | P3248_TAB | HR Master Record for Infotype 3248 | 20120102 | |||
| 4 | Static Attribute | Protected | Object reference (TYPE REF TO) | IF_HRPA_MASTERDATA_BL | HR: Generic Business Logic for Master Data | 20120102 | |||
| 5 | Static Attribute | Protected | Object reference (TYPE REF TO) | IF_HRPA_READ_INFOTYPE | Reading Infotype Records | 20120102 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | HRPAY99_PERNR_TABLE | HR: Master Data, PERNR Table (unsorted) | 20120102 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | TTY_SPLIT | 20120102 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | TTY_TIME_SPLIT | 20120102 |
Methods
Events
Class CL_HRPAYAT_BLP_FACADE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_SPLIT | Protected | See coding | 20120102 | tty_split TYPE SORTED TABLE OF ty_split_ref WITH UNIQUE KEY split
|
||
| 2 | TTY_TIME_SPLIT | Protected | See coding | 20120102 | tty_time_split TYPE SORTED TABLE OF ty_split WITH UNIQUE KEY pernr begda
|
||
| 3 | TY_SPLIT | Protected | See coding | 20120102 | BEGIN OF ty_split,
pernr TYPE pernr_d,
begda TYPE begda,
endda TYPE endda,
split_v TYPE REF TO IF_HRPAYAT_ELDA_KM_TIMESPLIT,
split TYPE REF TO IF_HRPAYAT_ELDA_KM_TIMESPLIT,
split_n TYPE REF TO IF_HRPAYAT_ELDA_KM_TIMESPLIT,
awart TYPE awart,
grund TYPE pb03_kb_grun0,
new_status type pb03_status_abg,
status_changed TYPE abap_bool,
blp_operation TYPE char10,
dr_it_2001_db TYPE REF TO p2001,
dr_it_3248_db TYPE REF TO p3248,
atage TYPE abwtg,
END OF ty_split
|
||
| 4 | TY_SPLIT_REF | Protected | See coding | 20120102 | BEGIN OF ty_split_ref,
split TYPE REF TO IF_HRPAYAT_ELDA_KM_TIMESPLIT,
time_split_ref TYPE REF TO ty_split,
END OF ty_split_ref
|
Method Signatures
Method ALIGN_ABSENCE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MESSAGETAB | Call by reference | Type reference (TYPE) | TIM_TMW_MESSAGE_TAB | 20120102 | ||||
| 2 | EX_RETCD | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 3 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_HRPAYAT_BLP_FACADE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HRPAYAT_BLP_FACADE has no exception.
Method CONVERT_ABSENCE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MESSAGETAB | Call by reference | Type reference (TYPE) | TIM_TMW_MESSAGE_TAB | 20120102 | ||||
| 2 | EX_RETCD | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 3 | IM_ALTERNATIVE_AWART | Call by reference | Type reference (TYPE) | BOOLE_D | Alternative Abwesenheitsart verwenden | 20120102 | |||
| 4 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method DELETE_ABSENCE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MESSAGETAB | Call by reference | Type reference (TYPE) | TIM_TMW_MESSAGE_TAB | 20120102 | ||||
| 2 | EX_RETCD | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 3 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method DELETE_P3248 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_IS_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120102 | ||||
| 2 | EX_MESSAGETAB | Call by reference | Type reference (TYPE) | HR99B_SYMSG_TAB | 20120102 | ||||
| 3 | IR_PERNR | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_PERNR | ELDA KM PERNR | 20120102 | |||
| 4 | IS_P3248 | Call by reference | Type reference (TYPE) | P3248 | Personal-Stammsatz für Infotyp 3248 | 20120102 |
Method DELETE_P3248 on class CL_HRPAYAT_BLP_FACADE has no exception.
Method DELIMIT_ABSENCE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MESSAGETAB | Call by reference | Type reference (TYPE) | TIM_TMW_MESSAGE_TAB | 20120102 | ||||
| 2 | EX_RETCD | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 3 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method EXTEND_ABSENCE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MESSAGETAB | Call by reference | Type reference (TYPE) | TIM_TMW_MESSAGE_TAB | 20120102 | ||||
| 2 | EX_RETCD | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 3 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 | |||
| 4 | IM_SPLIT_NEIGHBOR | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | benachbarter Zeitschnipsel | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method FIND_HEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ABSENCE | Call by reference | Type reference (TYPE) | P3248 | Fuß | 20120102 | |||
| 2 | IM_ABSENCES | Call by reference | Type reference (TYPE) | P3248_TAB | Personal-Stammsatz für Infotyp 3248 | 20120102 | |||
| 3 | RETURN | Value transfer | Type reference (TYPE) | P3248 | Kopf | 20120102 |
Method FIND_HEAD on class CL_HRPAYAT_BLP_FACADE has no exception.
Method GET_IT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_IT_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20120102 | ||||
| 2 | EX_RETCD | Call by reference | Type reference (TYPE) | SYSUBRC | 20120102 | ||||
| 3 | IM_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20120102 | |||
| 4 | IM_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20120102 | |||
| 5 | IM_INFTY | Call by reference | Type reference (TYPE) | INFTY | Infotyp | 20120102 | |||
| 6 | IM_MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_MESS_HNDLR | Message Handler | 20120102 | |||
| 7 | IM_NO_AUTHCHECK | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20120102 | |||
| 8 | IM_PERNR | Call by reference | Type reference (TYPE) | PERNR_D | Personalnummer | 20120102 | |||
| 9 | IM_STATUS | Call by reference | Type reference (TYPE) | TIM_TMW_BUFRECSTA | '1' | Status = 1 DB Version | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme BLP Fasade | 20120102 |
Method GET_IT2001_DB Signature
Method GET_IT2001_DB on class CL_HRPAYAT_BLP_FACADE has no parameter.
Method GET_IT2001_DB on class CL_HRPAYAT_BLP_FACADE has no exception.
Method GET_IT3248_DB Signature
Method GET_IT3248_DB on class CL_HRPAYAT_BLP_FACADE has no parameter.
Method GET_IT3248_DB on class CL_HRPAYAT_BLP_FACADE has no exception.
Method GET_MODIFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_MOABW | Call by reference | Type reference (TYPE) | MOABW | Gruppierung d. Personalteilbereiche f. Ab-/Anwesenheitsarten | 20120102 | |||
| 2 | EX_MODKB | Call by reference | Type reference (TYPE) | AMDKB | Gruppierung Abwesenheitsarten für ELDA Krankensstandsmeldung | 20120102 | |||
| 3 | IM_DATE | Call by reference | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20120102 | |||
| 4 | IM_MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_MESS_HNDLR | Message Handler | 20120102 | |||
| 5 | IM_PERNR | Call by reference | Type reference (TYPE) | PERNR_D | 20120102 |
Method GET_MODIFS on class CL_HRPAYAT_BLP_FACADE has no exception.
Method HANDLE_STATUS_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120102 | ||||
| 2 | IR_TIMESPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | ELDA KM Timesplit | 20120102 | |||
| 3 | IV_CURRENT_STATUS | Call by reference | Type reference (TYPE) | PB03_STATUS_ABG | Statusinformation des Infotyps Krankenstand | 20120102 |
Method HANDLE_STATUS_CHANGE on class CL_HRPAYAT_BLP_FACADE has no exception.
Method INIT_BLP_PERNR_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20120216 |
Method INIT_BLP_PERNR_BUFFER on class CL_HRPAYAT_BLP_FACADE has no exception.
Method INSERT_ABSENCE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MESSAGETAB | Call by reference | Type reference (TYPE) | TIM_TMW_MESSAGE_TAB | 20120102 | ||||
| 2 | EX_RETCD | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 3 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme BLP Fasade | 20120102 |
Method INSERT_P3248 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_IS_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 2 | EX_MESSAGETAB | Call by reference | Type reference (TYPE) | HR99B_SYMSG_TAB | 20120102 | ||||
| 3 | IR_PERNR | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_PERNR | ELDA KM PERNR | 20120102 | |||
| 4 | IS_P3248 | Call by reference | Type reference (TYPE) | P3248 | Personal-Stammsatz für Infotyp 3248 | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method ON_SPLIT_FUNCTION_SWITCH_BKP Signature
Method ON_SPLIT_FUNCTION_SWITCH_BKP on class CL_HRPAYAT_BLP_FACADE has no parameter.
Method ON_SPLIT_FUNCTION_SWITCH_BKP on class CL_HRPAYAT_BLP_FACADE has no exception.
Method PROLONG_ABSENCE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MESSAGETAB | Call by reference | Type reference (TYPE) | TIM_TMW_MESSAGE_TAB | 20120102 | ||||
| 2 | EX_RETCD | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 3 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 | |||
| 4 | IM_SPLIT_V | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel zu verlängern | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_IS_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 2 | EX_MESSAGETAB | Call by reference | Type reference (TYPE) | HR99B_SYMSG_TAB | 20120102 | ||||
| 3 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 | |||
| 4 | IM_STATUS | Call by reference | Type reference (TYPE) | PB03_STATUS_ABG | Personal-Stammsatz für Infotyp 3248 | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method UPDATE_ABSENCE_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_IS_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 2 | EX_MESSAGETAB | Call by reference | Type reference (TYPE) | HR99B_SYMSG_TAB | 20120102 | ||||
| 3 | IM_SPLIT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | Zeitschnipsel für BLP Fasade | 20120102 | |||
| 4 | IM_STATUS | Call by reference | Type reference (TYPE) | PB03_STATUS_ABG | Statusinformation des Infotyps Krankenstand | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method UPDATE_IT2001_KBBEG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_IS_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 2 | EX_MESSAGETAB | Call by reference | Type reference (TYPE) | HR99B_SYMSG_TAB | 20120102 | ||||
| 3 | IV_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20120102 | |||
| 4 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20120102 | |||
| 5 | IV_KBBEG | Call by reference | Type reference (TYPE) | D | 20120102 | ||||
| 6 | IV_PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20120102 |
Method UPDATE_IT2001_KBBEG on class CL_HRPAYAT_BLP_FACADE has no exception.
Method UPDATE_ON_FUNCTION_SWITCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_SPLIT | Call by reference | Type reference (TYPE) | TY_SPLIT | Zeitschnipsel für BLP Fasade | 20120102 | |||
| 2 | EX_UPDATE | Call by reference | Type reference (TYPE) | BOOLE_D | X = Split ist aktualisiert | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
Method UPDATE_P3248 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_IS_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Rückgabewert von ABAP-Anweisungen | 20120102 | |||
| 2 | EX_MESSAGETAB | Call by reference | Type reference (TYPE) | HR99B_SYMSG_TAB | 20120102 | ||||
| 3 | IR_PERNR | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_ELDA_KM_PERNR | ELDA KM PERNR | 20120102 | |||
| 4 | IS_P3248 | Call by reference | Type reference (TYPE) | P3248 | Personal-Stammsatz für Infotyp 3248 | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen und Fehlerbehandlung BLP Fasade | 20120102 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |