SAP ABAP Class CL_HRPAYDE_EE_NOTIF_MANAGER (Manager for Notifications Data Exchange for Comp. Benefits)
Hierarchy
☛
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
⤷
PY-DE-NT-NI (Application Component) Social Insurance
⤷
P01S (Package) HR Germany: Social Insurance
⤷
⤷
Properties
| Class | CL_HRPAYDE_EE_NOTIF_MANAGER | |
| Short Description | Manager for Notifications Data Exchange for Comp. Benefits | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | P01S | HR Germany: Social Insurance |
| Created | 20090812 | 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
Class CL_HRPAYDE_EE_NOTIF_MANAGER has no interface implemented.
Friends
Class CL_HRPAYDE_EE_NOTIF_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | P_APPL | 'SVEE' | Subapplication for Determining Sender | 20110512 | ||
| 2 | Constant | Public | Type reference (TYPE) | P_APPL | 'SVEF' | Subapplication | 20110512 | ||
| 3 | Constant | Private | Type reference (TYPE) | TABNAME | 'P01EE_DBAN' | Module DBAN | 20110512 | ||
| 4 | Constant | Private | Type reference (TYPE) | TABNAME | 'P01EE_DBAV' | Module DBAV | 20110512 | ||
| 5 | Constant | Private | Type reference (TYPE) | TABNAME | 'P01EE_DBNA' | Module DBNA | 20110512 | ||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_HRPAYDE_EE_ADMIN | Administrator for EEL | 20110512 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | HRDESV_STATKZ | SI Regulatory Reporting: Creation Information for Status | 20110512 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | P01_SVADATUM | Date of Evaluation | 20110512 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | D | '20130101' | Query PC on Notif. Start | 20120625 | ||
| 10 | Instance attribute | Protected | Type reference (TYPE) | I | 183 | Minimum Days Before Reinstating Continued Pay | 20120316 | ||
| 11 | Instance attribute | Protected | Type reference (TYPE) | PNPPABRJ | Payroll year for determining time period | 20110512 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | PNPPABRP | Payroll period for determining time period | 20110512 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Absence Is Relevant for Notification | 20110512 | |
| 2 | Static method | Public | Method | Compression of Notifications | 20110512 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20110512 | |
| 4 | Instance method | Public | Method | Notification Creation | 20110512 | |
| 5 | Instance method | Public | Method | Create Reversal of Notification | 20110512 | |
| 6 | Static method | Public | Method | Determine Sender of Notification | 20110512 | |
| 7 | Static method | Public | Method | Determine Employment Company | 20110512 | |
| 8 | Static method | Public | Method | Company Number | 20110512 | |
| 9 | Static method | Public | Method | Company No. Forwarding Position | 20110512 | |
| 10 | Instance method | Public | Method | Log Messages | 20110512 | |
| 11 | Instance method | Public | Method | Message Processing | 20110512 | |
| 12 | Instance method | Public | Method | Import Notifications | 20110512 | |
| 13 | Instance method | Public | Method | Save Notifications | 20110512 |
Events
Class CL_HRPAYDE_EE_NOTIF_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CONDENSE | Protected | See coding | 20110512 | tt_condense type standard table of t_condense
|
||
| 2 | T_CONDENSE | Protected | See coding | 20110512 | begin of t_condense,
abbeg TYPE p01_sv_ee_abbeg,
abgrd TYPE p01_sv_ee_abgrd,
status TYPE p01_sv_ee_status,
datum TYPE p01_svdatum,
uzeit TYPE p01_svuzeit,
storno TYPE xfeld, "YMTN1757155
guid TYPE p01_svguid,
guid_storn type p01_svguid,
r_notif TYPE REF TO cl_hrpayde_ee_notif,
end of t_condense
|
Method Signatures
Method CHECK_ABW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RELEVANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110512 | ||||
| 2 | IS_0001 | Call by reference | Type reference (TYPE) | P0001 | Personal-Stammsatz Infotyp 0001 (Org. Zuordnung) | 20110512 | |||
| 3 | IS_2001 | Call by reference | Type reference (TYPE) | P2001 | Personal-Zeitsatz Infotyp 2001 (Abwesenheiten) | 20110512 | |||
| 4 | IS_PARAM | Call by reference | Type reference (TYPE) | HRDESV_EE_S_PARA | Reportparameter für Datenaustausch Entgeltersatzleistungen | 20110512 | |||
| 5 | IS_SVEF | Call by reference | Type reference (TYPE) | HRPAYDE_SVEF_DATA | Struktur zusätzliche Merkmale für Beschäftigungsbetrieb EEL | 20120508 | |||
| 6 | I_ABGRD | Call by reference | Type reference (TYPE) | P01_SV_EE_ABGRD | Abgabegrund Meldung Entgeltersatzleistung | 20110721 | |||
| 7 | I_MLDART | Call by reference | Type reference (TYPE) | CHAR1 | Komponente der Versionsnummer | 20110512 |
Method CHECK_ABW on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
Method CONDENSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NOTIFS | Call by reference | Type reference (TYPE) | HRDESV_EE_T_NOTIFS | Tabelle von Meldungen und Stornierungen | 20110512 | |||
| 2 | RT_NOTIFS | Value transfer | Type reference (TYPE) | HRDESV_EE_T_NOTIFS | Tabelle der verdichteten Meldungen | 20110512 |
Method CONDENSE on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ADMIN | Call by reference | Object reference (TYPE REF TO) | CL_HRPAYDE_EE_ADMIN | Administrator für EEL | 20110512 | |||
| 2 | IS_STATKZ | Call by reference | Type reference (TYPE) | HRDESV_STATKZ | SV-Meldewesen: Erstellungsinformationen für Status | 20110512 | |||
| 3 | I_ADATUM | Call by reference | Type reference (TYPE) | P01_SVADATUM | Datum der Auswertung | 20110512 | |||
| 4 | I_PABRJ | Call by reference | Type reference (TYPE) | PNPPABRJ | Abrechnungsjahr zur Zeitraumbestimmung | 20110512 | |||
| 5 | I_PABRP | Call by reference | Type reference (TYPE) | PNPPABRP | Abrechnungsperiode zur Zeitraumbestimmung | 20110512 |
Method CONSTRUCTOR on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
Method CREATE_NOTIFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NOTIFS | Call by reference | Type reference (TYPE) | HRDESV_EE_T_NOTIFS | Tabelle mit Meldungen Datenaustausch Entgeltersatzleistungen | 20110512 | |||
| 2 | E_STAT_KORR | Call by reference | Type reference (TYPE) | P01_SV_EE_STATUS | Statuskennzeichen im Datenaustausch Entgeltersatzleistungen | 20110711 | |||
| 3 | I_MLDART | Call by reference | Type reference (TYPE) | CHAR1 | Komponente der Versionsnummer | 20110512 |
Method CREATE_NOTIFS on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
Method CREATE_STORNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NOTIF | Call by reference | Object reference (TYPE REF TO) | CL_HRPAYDE_EE_NOTIF | Meldung im Datenaustausch Entgeltersatzleistungen | 20110512 | |||
| 2 | IS_SUM_DATA | Call by reference | Type reference (TYPE) | PME01 | Daten zur Ermittlung des Absenders | 20110512 | |||
| 3 | R_STORNO_NOTIF | Value transfer | Object reference (TYPE REF TO) | CL_HRPAYDE_EE_NOTIF | Referenz auf Stornierung | 20110512 |
Method CREATE_STORNO on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
Method GET_ABSENDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BTRTL_SUM | Call by reference | Type reference (TYPE) | BTRTL_SUM | Personalteilbereich Berichtswesen | 20110512 | |||
| 2 | E_WERKS_SUM | Call by reference | Type reference (TYPE) | PERSA_SUM | Personalbereich Berichtswesen | 20110512 | |||
| 3 | IS_SUM_DATA | Call by reference | Type reference (TYPE) | PME01 | Daten zur Ermittlung des Absenders | 20110512 | |||
| 4 | I_DATUM | Call by reference | Type reference (TYPE) | D | Stichtag | 20110512 |
Method GET_ABSENDER on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
Method GET_BESCHBTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DAT_SVEF | Call by reference | Type reference (TYPE) | HRPAYDE_SVEF_DATA | Struktur zusätzliche Merkmale für Beschäftigungsbetrieb EEL | 20110512 | |||
| 2 | ES_INFODATA | Call by reference | Type reference (TYPE) | HRFORM_INFODATA | HR-FORMS: Sachbearbeiterangaben in SAPScript-Formularen | 20110512 | |||
| 3 | E_BTRTL_SUM | Call by reference | Type reference (TYPE) | BTRTL_SUM | Personalteilbereich Berichtswesen | 20110512 | |||
| 4 | E_WERKS_SUM | Call by reference | Type reference (TYPE) | PERSA_SUM | Personalbereich Berichtswesen | 20110512 | |||
| 5 | IS_SUM_DATA | Call by reference | Type reference (TYPE) | PME01 | Daten zur Ermittlung des Absenders | 20110512 | |||
| 6 | I_DATUM | Call by reference | Type reference (TYPE) | D | Stichtag | 20110512 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Ermittlung der Daten des Beschäftigungsbet. | 20110512 |
Method GET_BTRNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BTRNR | Call by reference | Type reference (TYPE) | BTRNR | Betriebs-Nummer | 20110512 | |||
| 2 | I_BTRTL | Call by reference | Type reference (TYPE) | BTRTL | Personalteilbereich | 20110512 | |||
| 3 | I_KNAPP | Call by reference | Type reference (TYPE) | XFELD | Knappschaft ? | 20110805 | |||
| 4 | I_WERKS | Call by reference | Type reference (TYPE) | PERSA | Personalbereich | 20110512 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Betriebsnummer vorhanden | 20110512 |
Method GET_BTRNR_EMPFAENGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BNR_WTL | Call by reference | Type reference (TYPE) | BNR_KEY | Betriebsnummer der Weiterleitungsstelle | 20110512 | |||
| 2 | E_KKART_WTL | Call by reference | Type reference (TYPE) | P01_KKART | Art der Organisationseinheit der Krankenkasse | 20110512 | |||
| 3 | I_DATUM | Call by reference | Type reference (TYPE) | D | Stichtag | 20110512 | |||
| 4 | I_KVGES | Call by reference | Type reference (TYPE) | KVGST | Krankenkassen-Geschäftsstelle | 20110512 | |||
| 5 | I_KVSCH | Call by reference | Type reference (TYPE) | KVSCH | Krankenkassenschluessel der Pflichtkasse | 20110512 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Ermittlung der Annahmestelle | 20110727 |
Method LOG_NOTIFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PERNR | Call by reference | Object reference (TYPE REF TO) | CL_HRPAYDE_EE_PERNR | Personenbezogene Daten für EEL | 20110512 |
Method LOG_NOTIFS on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
Method PROCESS_NOTIFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MLDART | Call by reference | Type reference (TYPE) | CHAR1 | Komponente der Versionsnummer | 20110512 |
Method PROCESS_NOTIFS on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
Method READ_NOTIFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NOTIFS | Call by reference | Type reference (TYPE) | HRDESV_EE_T_NOTIFS | Tabelle mit Meldungen Datenaustausch Entgeltersatzleistungen | 20110512 | |||
| 2 | IT_SO_ABGRD | Call by reference | Type reference (TYPE) | HRDESV_EE_T_SO_ABGRD | Selektion nach Abgabegrund | 20110512 | |||
| 3 | IT_SO_MDTYP | Call by reference | Type reference (TYPE) | HRDESV_EE_T_SO_MDTYP | Selektion nach Meldungstyp | 20110512 | |||
| 4 | IT_SO_STATUS | Call by reference | Type reference (TYPE) | HRDESV_EE_T_SO_STATUS | Selektion nach Status von Entgeltersatzleistungsmeldungen | 20110512 | |||
| 5 | I_BEGDA | Call by reference | Type reference (TYPE) | D | Beginndatum für Selektion | 20110512 | |||
| 6 | I_ENDDA | Call by reference | Type reference (TYPE) | D | Endedatum für Selektion | 20110512 | |||
| 7 | I_PERNR | Call by reference | Type reference (TYPE) | PERNR_D | Personalnummer | 20110512 | |||
| 8 | I_UNIQUE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | eindeutige Referenz pro GUID erzwingen (ja/nein) | 20110517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Unvollständige Meldungsdaten | 20110512 | ||
| 2 | keine Meldung vorhanden | 20110512 |
Method STORE_NOTIFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PERNR | Call by reference | Object reference (TYPE REF TO) | CL_HRPAYDE_EE_PERNR | Personenbezogene Daten für EEL | 20110512 |
Method STORE_NOTIFS on class CL_HRPAYDE_EE_NOTIF_MANAGER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |