SAP ABAP Interface IF_HRPAYAT_PERIOD (Part Period Within 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_PERIOD Part Period Within SI Period 20091228
Properties
Interface IF_HRPAYAT_PERIOD  
Short Description Part Period Within SI Period    
General Data
Package PC03   HR Payroll: Austria 
Created 20091222   SAP 
Last changed 20110809   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_HRPAYAT_CONTRIBUTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_HRPAYAT_LEAVING Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_HRPAYAT_PERIOD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_HRPAYAT_SI_PERIOD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_HRPAYAT_PERIOD has no interface.
Friends
Interface IF_HRPAYAT_PERIOD has no friend.
Attributes
Interface IF_HRPAYAT_PERIOD has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONTRIBUTION Instance method Public Method Add Contribution 20100128
2 GET_BASE Instance method Public Method Returns Total Bases for this Period 20100129
3 GET_BASE_LFD Instance method Public Method Returns Total Ongoing Bases 20100204
4 GET_BASE_LFD_KUE Instance method Public Method Returns Basis KUE 20100224
5 GET_BASE_LFD_KUE2 Instance method Public Method Returns Basis KUE2* 20100224
6 GET_BASE_LFD_UE Instance method Public Method Returns Basis UE 20100224
7 GET_BASE_LFD_VGL Instance method Public Method Returns Basis for Comparison 20100224
8 GET_BASE_SZ Instance method Public Method Retruns Total for Bases for Special Payment 20100204
9 GET_BEGDA Instance method Public Method Returns Start Date 20100212
10 GET_CL_DAYS Instance method Public Method Returns Calendar Days 20100202
11 GET_CONTRIBUTIONS Instance method Public Method Returns List of All Contributions and Bases 20100201
12 GET_ENDDA Instance method Public Method Delivers the End Date 20100310
13 GET_SI_DAYS Instance method Public Method Returns SI Days 20100126
14 GET_SI_PERIODS Instance method Public Method Returns SI Periods 20100326
15 HAS_SI_PERIOD Instance method Public Method Has At Least One SI Period 20100216
16 INITIALIZE Instance method Public Method Initialization 20100112
17 IS_ACTIVE Instance method Public Method Active 20100201
18 SET_SI_PERIODS Instance method Public Method Set SI Periods 20100216
Events
Interface IF_HRPAYAT_PERIOD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_PERIODS Public See coding 20100102 tty_periods TYPE SORTED TABLE OF ty_period WITH UNIQUE KEY begda
2 TTY_SI_PERIODS Public See coding 20100216 tty_si_periods TYPE SORTED TABLE OF ty_si_period WITH UNIQUE KEY si_period
3 TY_PERIOD Public See coding 20100102 BEGIN OF ty_period, period TYPE REF TO if_hrpayat_period, begda TYPE begda, endda TYPE endda, END OF ty_period
4 TY_SI_PERIOD Public See coding 20100216 BEGIN OF ty_si_period, si_period TYPE REF TO if_hrpayat_si_period, begda TYPE begda, endda TYPE endda, END OF ty_si_period
Method Signatures

Method ADD_CONTRIBUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTRIBUTION Call by reference Object reference (TYPE REF TO) IF_HRPAYAT_CONTRIBUTION SV Beitrag 20100128

Method ADD_CONTRIBUTION on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_BASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BETRG Betrag 20100129

Method GET_BASE on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_BASE_LFD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BETRG Betrag 20100204

Method GET_BASE_LFD on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_BASE_LFD_KUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BETRG Betrag 20100224

Method GET_BASE_LFD_KUE on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_BASE_LFD_KUE2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BETRG Betrag 20100224

Method GET_BASE_LFD_KUE2 on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_BASE_LFD_UE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BETRG Betrag 20100224

Method GET_BASE_LFD_UE on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_BASE_LFD_VGL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BETRG Betrag 20100224

Method GET_BASE_LFD_VGL on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_BASE_SZ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BETRG Betrag 20100204

Method GET_BASE_SZ on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_BEGDA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BEGDA Gültigkeitsbeginn 20100212

Method GET_BEGDA on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_CL_DAYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) ANZHL Anzahl 20100202

Method GET_CL_DAYS on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_CONTRIBUTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) IF_HRPAYAT_CONTRIBUTION=>TTY_CONTRIBUTIONS 20100201

Method GET_CONTRIBUTIONS on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_ENDDA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) ENDDA Gültigkeitsende 20100310

Method GET_ENDDA on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_SI_DAYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) ANZHL SV-Tage 20100126

Method GET_SI_DAYS on Interface IF_HRPAYAT_PERIOD has no exception.

Method GET_SI_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) TTY_SI_PERIODS 20100326

Method GET_SI_PERIODS on Interface IF_HRPAYAT_PERIOD has no exception.

Method HAS_SI_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100216

Method HAS_SI_PERIOD on Interface IF_HRPAYAT_PERIOD has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVE Call by reference Type reference (TYPE) BOOLE_D vor dem Austritt 20100128
2 Importing IM_BEGDA Call by reference Type reference (TYPE) BEGDA Gültigkeitsbeginn 20100112
3 Importing IM_CL_DAYS Call by reference Type reference (TYPE) ANZHL Kalendertage 20100125
4 Importing IM_ENDDA Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20100112
5 Importing IM_SI_DAYS Call by reference Type reference (TYPE) ANZHL SV Tage 20100125

Method INITIALIZE on Interface IF_HRPAYAT_PERIOD has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100201

Method IS_ACTIVE on Interface IF_HRPAYAT_PERIOD has no exception.

Method SET_SI_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SI_PERIODS Call by reference Type reference (TYPE) TTY_SI_PERIODS 20100216

Method SET_SI_PERIODS on Interface IF_HRPAYAT_PERIOD has no exception.
History
Last changed by/on SAP  20110809 
SAP Release Created in