SAP ABAP Class IF_HRPAYAT_SI_SPLIT (Social Insurance Split)
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
Class | IF_HRPAYAT_SI_SPLIT | |
Short Description | Social Insurance Split | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20100423 | SAP |
Last change | 20110809 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_HRPAYAT_SI_SPLIT has no interface implemented.
Friends
Class IF_HRPAYAT_SI_SPLIT has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class IF_HRPAYAT_SI_SPLIT has no exception.
History
Last changed by/on | SAP | 20110809 |
SAP Release Created in |