SAP ABAP Class CL_HRPAYDEST_LB_NOTIF_PERIODS (Statement Periods)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PY-DE-NT-TX (Application Component) Tax
     P01T (Package) HR Germany: Tax
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRPAYDEST_LB_CONSISTENT_OBJ Interface for Consistency Checks 20070815
Properties
Class CL_HRPAYDEST_LB_NOTIF_PERIODS  
Short Description Statement Periods    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class HRPAYDEST    
Program status     
Category 0   
Package P01T   HR Germany: Tax 
Created 20070814   SAP 
Last change 20081217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPAYDEST_LB_NOTIF_PERIODS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRPAYDEST_LB_CONSISTENT_OBJ Interface for Consistency Checks 20070815
Friends
Class CL_HRPAYDEST_LB_NOTIF_PERIODS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AC_FALSE Constant Private Type reference (TYPE) BOOLE_D ' ' Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') 20070823
2 AC_INACTIVE Constant Private Type reference (TYPE) STAT2 '0' Employment Status 20071005
3 AC_TAXCLASS_VI Constant Private Type reference (TYPE) STRKL '6' Tax Class (D) 20071005
4 AC_TRUE Constant Private Type reference (TYPE) BOOLE_D 'X' Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') 20070823
5 AR_MESSAGE_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_HRPAY00_MESSAGE_HANDLER Message Handler 20070827
6 AR_PY_RESULT_FILTER Instance attribute Public Object reference (TYPE REF TO) CL_HRPAYDEST_LB_PY_FILTER Filter for Read Payroll Results 20070815
7 AT_PERIODS Instance attribute Public Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD Table Type for ETStmt Statement Period 20070815
8 A_PERNR Instance attribute Private Type reference (TYPE) PERNR_D Personnel Number 20070824
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CHANGE_OF_LEGAL_PERSON Instance method Private Method Checks statement period when legal person changes 20070815
2 CHECK_CHANGE_OF_NOTPE Instance method Private Method Checks necessary change of statement period 20070815
3 CHECK_CHANGE_OF_TAXCARD Instance method Private Method Checks statement period when tax card is changed 20070815
4 CHECK_CHANGE_OF_TAXLIABILITY Instance method Private Method Checks statement period when tax liability changes 20070815
5 CHECK_NO_INTERSECTION Instance method Private Method Checks overlapping/gaps in statement periods 20070815
6 CHECK_PERIOD_WO_PY_RESULT Instance method Public Method Checks whether a payroll result exists for period 20080806
7 CHECK_REENTRY Instance method Private Method Checks statement period in the case of rehiring 20070815
8 CONDENSE_PERIODS Instance method Private Method Compresses internal table to active periods 20070827
9 CONSTRUCTOR Instance method Public Constructor 20070815
10 DELETE_NOT_RELEVANT_PERIODS Instance method Private Method Removes non-relevant periods 20070824
11 DELETE_PERIODS_WO_REASON Instance method Private Method Removes periods without statement reason 20071108
12 DETERMINE_EMPLOYER Instance method Private Method Determines employer 20070827
13 DETERMINE_ETIN Instance method Private Method Determines KETIN 20070827
14 DETERMINE_EXPENDITURE_MONTH Instance method Private Method Determines month of issue for employment tax statement 20070827
15 DETERMINE_KIND_OF_NOTIF Instance method Private Method Determines type of statement 20070827
16 DETERMINE_REASON Instance method Private Method Determines reason for employment tax statement 20071005
17 DETERMINE_START_ELSTER Instance method Private Method Determines Period Live Start 20091113
18 EXIT_PERIODS Instance method Private Method User exit for determining the statement periods 20080611
19 GET_FIRST_ACTIVE_PERIOD Instance method Public Method Returns the first active statement period in the year 20070828
20 GET_FIRST_PERIOD Instance method Public Method Returns the first statement period in the year 20070912
21 HAS_FLATRATE_TAX Instance method Private Method Is "True" if subject to flat-rate tax 20070824
22 IS_BEFORE_EXPENDITURE_MONTH Instance method Private Method Is "True" if annual report before end of tax year 20070824
23 IS_CLOSED_FOR_ELSTER Instance method Private Method Is "True" if Elster block is set 20070824
24 IS_CONSISTENT Instance method Public Method 20080325
25 IS_FOLLOWING_INACTIVE_PERIOD Instance method Private Method Is "True" if inactive subsequent periods in year 20070824
26 IS_TAX_EXEMPT Instance method Private Method Is "True" if not subject to tax 20070824
27 SET_PERIODS Instance method Private Method Creates table with statement periods 20070815
28 SET_RAW_PERIODS Instance method Private Method Creates non-summarized table with periods from PY 20070827
29 UPDATE_PERIODS_BY_PAYMENT Instance method Public Method Updates if payment is made in inactive period 20090226
Events
Class CL_HRPAYDEST_LB_NOTIF_PERIODS has no event.
Types
Class CL_HRPAYDEST_LB_NOTIF_PERIODS has no local type.
Method Signatures

Method CHECK_CHANGE_OF_LEGAL_PERSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NOTPE Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD Tabellentyp für LStB-Bescheinigungszeiträume 20070815
2 Returning R_IS_OK Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070815

Method CHECK_CHANGE_OF_LEGAL_PERSON on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method CHECK_CHANGE_OF_NOTPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NOTPE Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD Tabellentyp für LStB-Bescheinigungszeiträume 20070815
2 Returning R_IS_OK Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070815

Method CHECK_CHANGE_OF_NOTPE on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method CHECK_CHANGE_OF_TAXCARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NOTPE Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD Tabellentyp für LStB-Bescheinigungszeiträume 20070815
2 Returning R_IS_OK Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070815

Method CHECK_CHANGE_OF_TAXCARD on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method CHECK_CHANGE_OF_TAXLIABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NOTPE Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD Tabellentyp für LStB-Bescheinigungszeiträume 20070815
2 Returning R_IS_OK Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070815

Method CHECK_CHANGE_OF_TAXLIABILITY on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method CHECK_NO_INTERSECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NOTPE Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD Tabellentyp für LStB-Bescheinigungszeiträume 20070815
2 Returning R_IS_OK Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070815

Method CHECK_NO_INTERSECTION on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method CHECK_PERIOD_WO_PY_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20080807
2 Importing IS_PERIOD Call by reference Type reference (TYPE) HRPAYDESTLBS_NOTIF_PERIOD LStB: Struktur für Bescheinigungszeitraum 20080807
3 Importing IT_PAYRESULTS Call by reference Type reference (TYPE) PAYDE_RESULT_TAB HR-PAY-DE: Tabellentyp für deutsche Abrechnungsergebnisse 20080807

Method CHECK_PERIOD_WO_PY_RESULT on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method CHECK_REENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NOTPE Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD Tabellentyp für LStB-Bescheinigungszeiträume 20070815
2 Returning R_IS_OK Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070815

Method CHECK_REENTRY on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method CONDENSE_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20070827

Method CONDENSE_PERIODS on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPAY00_MESSAGE_HANDLER Message Handler 20070827
2 Importing IR_PY_FILTER Call by reference Object reference (TYPE REF TO) CL_HRPAYDEST_LB_PY_FILTER Filter für die gelesenen Abrechnungsergebnisse 20080208
3 Importing I_ARCH_TOO Call by reference Type reference (TYPE) ARCH_TOO Archivierte Abrechnungsergebnisse berücksichtigen + anzeigen 20091219
4 Importing I_ENDDA Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20070815
5 Importing I_END_OF_YEAR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100901
6 Importing I_ENFORCE Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100119
7 Importing I_PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20070824
# Exception Resumable Description Created on
1 INCONSISTENT_PERIODS Beschienigungszeiträume inkonsistent 20070827

Method DELETE_NOT_RELEVANT_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabelle für Bescheinigungszeitraum 20070824
2 Importing I_DATE Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20070824

Method DELETE_NOT_RELEVANT_PERIODS on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method DELETE_PERIODS_WO_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20071108
2 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20071108

Method DELETE_PERIODS_WO_REASON on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method DETERMINE_EMPLOYER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20070827
2 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070827
3 Importing IT_WPBP Call by reference Type reference (TYPE) HRPAY99_WPBP Arbeitsplatz/Basisbezüge 20070827

Method DETERMINE_EMPLOYER on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method DETERMINE_ETIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20070827
2 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070827

Method DETERMINE_ETIN on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method DETERMINE_EXPENDITURE_MONTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20070827
2 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070827

Method DETERMINE_EXPENDITURE_MONTH on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method DETERMINE_KIND_OF_NOTIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20070827
2 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070827

Method DETERMINE_KIND_OF_NOTIF on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method DETERMINE_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20071005
2 Importing I_DATE Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20071005
3 Importing I_END_OF_YEAR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100901
4 Importing I_ENFORCE Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100119

Method DETERMINE_REASON on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method DETERMINE_START_ELSTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20091113
2 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20091113

Method DETERMINE_START_ELSTER on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method EXIT_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20080611
2 Exporting E_EXIT_ACTIVE Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20080611
3 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20080611
4 Importing I_DATE Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20080611

Method EXIT_PERIODS on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method GET_FIRST_ACTIVE_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070912
2 Exporting E_STKRT Call by reference Type reference (TYPE) STKRT Bescheinigungszeitraum 20070912
3 Importing I_YEAR Call by reference Type reference (TYPE) P01T_BJAHR Bescheinigungsjahr 20070828

Method GET_FIRST_ACTIVE_PERIOD on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method GET_FIRST_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070912
2 Exporting E_STKRT Call by reference Type reference (TYPE) STKRT Bescheinigungszeitraum 20070912
3 Importing I_YEAR Call by reference Type reference (TYPE) P01T_BJAHR Bescheinigungsjahr 20070912

Method GET_FIRST_PERIOD on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method HAS_FLATRATE_TAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PERIOD Call by reference Type reference (TYPE) HRPAYDESTLBS_NOTIF_PERIOD LStB: Struktur für Bescheinigungszeitraum 20070824
2 Returning R_HAS_FLATRATE Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070824

Method HAS_FLATRATE_TAX on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method IS_BEFORE_EXPENDITURE_MONTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PERIOD Call by reference Type reference (TYPE) HRPAYDESTLBS_NOTIF_PERIOD LStB: Struktur für Bescheinigungszeitraum 20070824
2 Importing I_DATE Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20070824
3 Returning R_BEFORE_EXPENDITURE_MONTH Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070824

Method IS_BEFORE_EXPENDITURE_MONTH on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method IS_CLOSED_FOR_ELSTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PERIOD Call by reference Type reference (TYPE) HRPAYDESTLBS_NOTIF_PERIOD LStB: Struktur für Bescheinigungszeitraum 20070824
2 Returning R_IS_CLOSED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070824

Method IS_CLOSED_FOR_ELSTER on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method IS_CONSISTENT Signature

Method IS_CONSISTENT on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no parameter.
Method IS_CONSISTENT on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method IS_FOLLOWING_INACTIVE_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20070824
2 Importing I_INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20070824
3 Returning R_IS_INACTIVE Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070824

Method IS_FOLLOWING_INACTIVE_PERIOD on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method IS_TAX_EXEMPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PERIOD Call by reference Type reference (TYPE) HRPAYDESTLBS_NOTIF_PERIOD LStB: Struktur für Bescheinigungszeitraum 20070824
2 Returning R_IS_TAX_EXEMPT Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070824

Method IS_TAX_EXEMPT on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method SET_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20070827
2 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070827
3 Importing I_ARCH_TOO Call by reference Type reference (TYPE) ARCH_TOO Archivierte Abrechnungsergebnisse berücksichtigen + anzeigen 20091219
4 Importing I_ENDDA Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20070815
5 Importing I_END_OF_YEAR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100901
6 Importing I_ENFORCE Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100119

Method SET_PERIODS on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method SET_RAW_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIODS Call by reference Type reference (TYPE) HRPAYDESTLBT_NOTIF_PERIOD LStB: Tabellentyp für Bescheinigungszeiträume 20070827
2 Exporting ET_ST Call by reference Type reference (TYPE) HRPAYDE_ST Steuer 20070827
3 Exporting ET_WPBP Call by reference Type reference (TYPE) HRPAY99_WPBP Arbeitsplatz/Basisbezüge 20070827
4 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070827
5 Importing I_ARCH_TOO Call by reference Type reference (TYPE) ARCH_TOO Archivierte Abrechnungsergebnisse berücksichtigen + anzeigen 20091219
6 Importing I_ENDDA Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20070827

Method SET_RAW_PERIODS on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.

Method UPDATE_PERIODS_BY_PAYMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20090226
2 Importing IT_BRT Call by reference Type reference (TYPE) HRPAYDESTLBT_BRT LStB: Tabellentyp für BRT (Bescheinigungslohnarten) 20090226
3 Importing IT_VRT Call by reference Type reference (TYPE) HRPAYDESTLBT_VRT LStB: Tabellentyp für VRT (Versorgungslohnarten) 20100221

Method UPDATE_PERIODS_BY_PAYMENT on class CL_HRPAYDEST_LB_NOTIF_PERIODS has no exception.
History
Last changed by/on SAP  20081217 
SAP Release Created in