SAP ABAP Interface IF_HRPAYAT_SI_PERIOD (SI Period)
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_PERIOD | SI Period | 20091228 |
Properties
| Interface | IF_HRPAYAT_SI_PERIOD | |
| Short Description | SI Period |
General Data
| Package | PC03 | HR Payroll: Austria |
| Created | 20091222 | SAP |
| Last changed | 20110809 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_HRPAYAT_SI_PERIOD has no forward declaration.
Interfaces
Interface IF_HRPAYAT_SI_PERIOD has no interface.
Friends
Interface IF_HRPAYAT_SI_PERIOD has no friend.
Attributes
Interface IF_HRPAYAT_SI_PERIOD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Periods | 20100126 | |
| 2 | Instance method | Public | Method | Returns the Payment | 20100326 | |
| 3 | Instance method | Public | Method | Returns Periods | 20100126 | |
| 4 | Instance method | Public | Method | Returns SI Days | 20100126 | |
| 5 | Instance method | Public | Method | Initialize | 20091230 | |
| 6 | Instance method | Public | Method | Is Before Leaving Date | 20100128 | |
| 7 | Instance method | Public | Method | Check Relevance | 20100114 | |
| 8 | Instance method | Public | Method | Make Payment Known | 20100121 |
Events
Interface IF_HRPAYAT_SI_PERIOD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_PERIODS | Public | See coding | 20100126 | tty_periods TYPE SORTED TABLE OF ty_period WITH UNIQUE KEY begda
|
||
| 2 | TTY_SI_PERIODS | Public | See coding | 20091229 | tty_si_periods TYPE STANDARD TABLE OF REF TO if_hrpayat_si_period WITH DEFAULT KEY
|
||
| 3 | TY_PERIOD | Public | See coding | 20100126 | BEGIN OF ty_period,
period TYPE REF TO if_hrpayat_period,
begda TYPE begda,
endda TYPE endda,
END OF ty_period
|
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) | TY_PERIOD | Periode | 20100126 |
Method ADD_PERIOD on Interface IF_HRPAYAT_SI_PERIOD has no exception.
Method GET_PAYMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Object reference (TYPE REF TO) | IF_HRPAYAT_PAYMENT | Zahlung zum oder nach dem Austritt | 20100326 |
Method GET_PAYMENT on Interface IF_HRPAYAT_SI_PERIOD 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) | TTY_PERIODS | 20100126 |
Method GET_PERIODS on Interface IF_HRPAYAT_SI_PERIOD has no exception.
Method GET_SI_DAYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | ANZHL | SV-Tage | 20100126 |
Method GET_SI_DAYS on Interface IF_HRPAYAT_SI_PERIOD has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACTIVE | Call by reference | Type reference (TYPE) | BOOLE_D | SV-Zeitraum liegt vor dem Austritt | 20091230 | |||
| 2 | IM_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20091230 | |||
| 3 | IM_COMPENSATION | Call by reference | Type reference (TYPE) | BOOLE_D | SV-Zeitraum f. Kündigungsentschädigung | 20091230 | |||
| 4 | IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_FACTORY_CONTEXT | Kontext für dynamische Erzeugung | 20091230 | |||
| 5 | IM_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20091230 | |||
| 6 | IM_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_FACTORY | Instanzerzeugungsfabrik | 20091230 | |||
| 7 | IM_PSKEY | Call by reference | Type reference (TYPE) | PSKEY | PSKEY des orginalen ITs | 20091230 | |||
| 8 | IM_RECURRING | Call by reference | Type reference (TYPE) | BOOLE_D | SV-Zeitraum f. laufende Zahlung | 20091230 |
Method INITIALIZE on Interface IF_HRPAYAT_SI_PERIOD has no exception.
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20100128 |
Method IS_ACTIVE on Interface IF_HRPAYAT_SI_PERIOD has no exception.
Method IS_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_COMPENSATION | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20100114 | |||
| 2 | IM_DATE | Call by reference | Type reference (TYPE) | DATS | Feld vom Typ DATS | 20100114 | |||
| 3 | IM_PSKEY | Call by reference | Type reference (TYPE) | PSKEY | Schlüssel von Personalstammdaten | 20100114 | |||
| 4 | IM_RECURRING | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20100114 | |||
| 5 | RETURN | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20100114 |
Method IS_VALID on Interface IF_HRPAYAT_SI_PERIOD has no exception.
Method SET_PAYMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PAYMENT | Call by reference | Object reference (TYPE REF TO) | IF_HRPAYAT_PAYMENT | Zahlung zum oder nach dem Austritt | 20100121 |
Method SET_PAYMENT on Interface IF_HRPAYAT_SI_PERIOD has no exception.
History
| Last changed by/on | SAP | 20110809 |
| SAP Release Created in |