SAP ABAP Interface IF_HRPAYAT_SI_SPLIT (Social Insurance Split)
Hierarchy
☛
SAP_HRCAT (Software Component) Sub component SAP_HRCAT of SAP_HR
⤷
PY-AT (Application Component) Austria
⤷
PC03 (Package) HR Payroll: Austria
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_HRPAYAT_SI_SPLIT | Social Insurance Split | 20100423 |
Properties
| Interface | IF_HRPAYAT_SI_SPLIT | |
| Short Description | Social Insurance Split |
General Data
| Package | PC03 | HR Payroll: Austria |
| Created | 20100423 | SAP |
| Last changed | 20110809 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_HRPAYAT_PERIOD | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_HRPAYAT_SI_SPLIT has no interface.
Friends
Interface IF_HRPAYAT_SI_SPLIT has no friend.
Attributes
Interface IF_HRPAYAT_SI_SPLIT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Periods | 20100428 | |
| 2 | Instance method | Public | Method | Delivers the Start Date | 20100423 | |
| 3 | Instance method | Public | Method | Delivers the End Date | 20100423 | |
| 4 | Instance method | Public | Method | Returns the Periods | 20100423 | |
| 5 | Instance method | Public | Method | Returns the SI Split | 20100423 | |
| 6 | Instance method | Public | Method | 20100429 | ||
| 7 | Instance method | Public | Method | 20100429 | ||
| 8 | Instance method | Public | Method | Initialization | 20100423 | |
| 9 | Instance method | Public | Method | SI Liability -> Yes/No | 20100423 |
Events
Interface IF_HRPAYAT_SI_SPLIT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_SI_SPLITS | Public | See coding | 20100423 | TTY_SI_SPLITS TYPE SORTED TABLE OF ty_si_split WITH UNIQUE KEY begda
|
||
| 2 | TY_SI_SPLIT | Public | See coding | 20100423 | BEGIN OF TY_SI_SPLIT,
begda TYPE begda,
endda TYPE endda,
si_split TYPE REF TO if_hrpayat_si_split,
END OF ty_si_split
|
Method Signatures
Method ADD_PERIOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PERIOD | Call by reference | Type reference (TYPE) | IF_HRPAYAT_PERIOD=>TY_PERIOD | 20100428 |
Method ADD_PERIOD on Interface IF_HRPAYAT_SI_SPLIT has no exception.
Method GET_BEGDA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20100423 |
Method GET_BEGDA on Interface IF_HRPAYAT_SI_SPLIT has no exception.
Method GET_ENDDA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20100423 |
Method GET_ENDDA on Interface IF_HRPAYAT_SI_SPLIT has no exception.
Method GET_PERIODS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | IF_HRPAYAT_PERIOD=>TTY_PERIODS | 20100423 |
Method GET_PERIODS on Interface IF_HRPAYAT_SI_SPLIT has no exception.
Method GET_SI_SPLIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | CNTR1 | SV-Split | 20100423 |
Method GET_SI_SPLIT on Interface IF_HRPAYAT_SI_SPLIT has no exception.
Method GET_SV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | PC20W | Abrechnungsergebnis: technische Sozialversicherung (A) | 20100429 |
Method GET_SV on Interface IF_HRPAYAT_SI_SPLIT has no exception.
Method GET_SV_BI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | PC20V | Abrechnungsergebnis: Sozialversicherung (A) | 20100429 |
Method GET_SV_BI on Interface IF_HRPAYAT_SI_SPLIT has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20100428 | |||
| 2 | IM_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20100428 | |||
| 3 | IM_SI_OBLIGATION | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20100428 | |||
| 4 | IM_SI_SPLIT | Call by reference | Type reference (TYPE) | CNTR1 | SV-Split | 20100428 | |||
| 5 | IM_SV | Call by reference | Type reference (TYPE) | PC20W | Abrechnungsergebnis: technische Sozialversicherung (A) | 20100429 | |||
| 6 | IM_SV_BI | Call by reference | Type reference (TYPE) | PC20V | Abrechnungsergebnis: Sozialversicherung (A) | 20100429 |
Method INITIALIZE on Interface IF_HRPAYAT_SI_SPLIT has no exception.
Method IS_SI_OBLIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | BOOLE_D | SV-Pflicht -> ja/nein | 20100423 |
Method IS_SI_OBLIGATION on Interface IF_HRPAYAT_SI_SPLIT has no exception.
History
| Last changed by/on | SAP | 20110809 |
| SAP Release Created in |