SAP ABAP Class CL_HRPAY99_PRR_4_PNP_REPS (Payroll Results Reader for PNP Reports)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX (Application Component) Payroll: General Parts
     PCAL_CLST (Package) Payroll Result: Display
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPAY99_PRR_4_REPORTING Payroll results reader for reporting inserts 20040203
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPAY99_PRR_4_PNP_PAYPER Pyr Res. Reader for PNP Reports with 1 reg. Pyr. run or 1 OC 20040203
2 Inheritance (c INHERITING FROM c_ref)  CL_HRPAY99_PRR_4_PNP_TISPAN Payr Res. Reader for PNP Reports with Free Period Selection 20040203
Properties
Class CL_HRPAY99_PRR_4_PNP_REPS  
Short Description Payroll Results Reader for PNP Reports    
Super Class CL_HRPAY99_PRR_4_REPORTING Payroll results reader for reporting inserts 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PCAL_CLST   Payroll Result: Display 
Created 20040203   SAP 
Last change 20060703   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPAY99_PRR_4_PNP_REPS has no forward declaration.
Interfaces
Class CL_HRPAY99_PRR_4_PNP_REPS has no interface implemented.
Friends
Class CL_HRPAY99_PRR_4_PNP_REPS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_PERNR Instance attribute Public Type reference (TYPE) PERNR-PERNR Personnel Number 20040203
2 A_RGDIR Instance attribute Public Type reference (TYPE) HRPY_TT_RGDIR Directory of Payroll Results 20040203
3 A_WHOLE_RGDIR Instance attribute Public Type reference (TYPE) HRPY_TT_RGDIR Directory of Payroll Results 20040213
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method delivers a Payroll Results Reader instance 20041109
2 GET_PERNR_PAYR_RESULTS Instance method Public Method delivers PERNR-related payr. res (together with other meth.) 20040203
3 GET_PERNR_PAYR_RESULTS_ALLIN1 Instance method Public Method delivers the PERNR-related payroll results (use alone) 20040203
4 GET_RGDIR Instance method Public Method delivers RGDIR records, which correspond to the sel.criteria 20040203
5 READ_WHOLE_RGDIR Instance method Protected Method reads RGDIR for GROUP or PERAS 20040203
6 SET_PERNR Instance method Public Method determines the PERNR 20040203
Events
Class CL_HRPAY99_PRR_4_PNP_REPS has no event.
Types
Class CL_HRPAY99_PRR_4_PNP_REPS has no local type.
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PRR Call by reference Object reference (TYPE REF TO) CL_HRPAY99_PRR_4_PNP_REPS Abrechnungsergebnisse-Leser für PNP Reports 20041109
2 Importing IM_ADD_RETROES_TO_RGDIR Call by reference Type reference (TYPE) H99_ADD_RETROES X_TRUE Rückrechnungen berücksichtigen: nein, ja, auch rückg. Läufe 20041109
3 Importing IM_ARCH_TOO Call by reference Type reference (TYPE) ARCH_TOO X_FALSE Archivierte Abrechnungsergebnisse berücksichtigen + anzeigen 20050803
4 Importing IM_BONDT Call by reference Type reference (TYPE) BONDT Zahldatum der Off-Cycle-Abrechnung 20060223
5 Importing IM_CURR_CONV Call by reference Type reference (TYPE) H99_CURRENCY_CONVERSION Struktur zur Währungskonvertierung 20041109
6 Importing IM_IPVIEW Call by reference Type reference (TYPE) H99_IPVIEW X_TRUE In-Sicht Abrechnungsperioden 20041109
7 Importing IM_MOLGA Call by reference Type reference (TYPE) MOLGA '99' Ländergruppierung 20041109
8 Importing IM_OCCAT_SELOPT Call by reference Type reference (TYPE) OCCAT_RANGE_TAB Select-Option: Kategorie für Off-Cycle-Grund 20041109
9 Importing IM_OCRSN_SELOPT Call by reference Type reference (TYPE) OCRSN_RANGE_TAB Select-Option: Grund für Off-Cycle-Abrechnung 20041109
10 Importing IM_OSR_DEL_OPT Call by reference Type reference (TYPE) OSR_DEL_OPT 'P' Löschoptionen für OSR 20041109
11 Importing IM_PAYID Call by reference Type reference (TYPE) PC261-PAYID Abrechnungsidentifikator 20041109
12 Importing IM_PAYTY Call by reference Type reference (TYPE) PC261-PAYTY Abrechnungstyp 20041109
13 Importing IM_PAYTY_SELOPT Call by reference Type reference (TYPE) PAYTY_RANGE_TAB select options für payty 20041109
14 Importing IM_PNPABKRS Call by reference Type reference (TYPE) HRPY_TT_ABKRS Abrechnungskreis (RANGE-Tabelle) 20041109
15 Importing IM_PNPDISBD Call by reference Type reference (TYPE) QPPNP-BEGDA Begda Datenauswahlzeitraum; leer if Zeitspanne selektiert 20041109
16 Importing IM_PN_BEGDA Call by reference Type reference (TYPE) BEGDA Gültigkeitsbeginn 20041109
17 Importing IM_PN_ENDDA Call by reference Type reference (TYPE) ENDDA Gültigkeitsende 20041109
18 Importing IM_PN_PAPER Call by reference Type reference (TYPE) TS_PAPER 20041109
19 Importing IM_PN_PERMO Call by reference Type reference (TYPE) PERMO Periodenparameter 20041109
# Exception Resumable Description Created on
1 INVALID_ENTRIES Ungültige Parameter eingegeben 20041109

Method GET_PERNR_PAYR_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PERNR_PAYROLL_RESULTS Call by reference Type reference (TYPE) H99_HR_PAY_RESULT_TAB 20040203
# Exception Resumable Description Created on
1 COUNTRY_VERSION_NOT_AVAILABLE 20040203
2 NO_AUTHORIZATION 20040203
3 NO_ENTRIES_FOUND 20040203
4 READ_ERROR 20040203

Method GET_PERNR_PAYR_RESULTS_ALLIN1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PERNR_PAYROLL_RESULTS Call by reference Type reference (TYPE) H99_HR_PAY_RESULT_TAB 20040203
2 Importing IM_PERNR Value transfer Type reference (TYPE) PERNR-PERNR 20040203
# Exception Resumable Description Created on
1 COUNTRY_VERSION_NOT_AVAILABLE 20040203
2 NO_AUTHORIZATION 20040203
3 NO_ENTRIES_FOUND 20040203
4 READ_ERROR 20040203

Method GET_RGDIR Signature

Method GET_RGDIR on class CL_HRPAY99_PRR_4_PNP_REPS has no parameter.
# Exception Resumable Description Created on
1 NO_ENTRIES_FOUND 20040203

Method READ_WHOLE_RGDIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RGDIR Call by reference Type reference (TYPE) HRPY_TT_RGDIR 20040203
# Exception Resumable Description Created on
1 NO_ENTRIES_FOUND 20040203

Method SET_PERNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PERNR Value transfer Type reference (TYPE) P_PERNR Personalnummer 20040203
2 Importing IX_REFRESH_BUFFER Call by reference Type reference (TYPE) XFLAG X_TRUE Puffer löschen 20050803

Method SET_PERNR on class CL_HRPAY99_PRR_4_PNP_REPS has no exception.
History
Last changed by/on SAP  20060703 
SAP Release Created in 500