SAP ABAP Class CL_HR_PAY_RESULT (Payroll result)
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_HR_PAY_RESULT_BASE Payroll result 20011026
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_RU Payroll result for country RU 20050204
2 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_JP Payroll Result 20040205
3 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_KR Payroll result for country KR 20050204
4 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_MX Payroll result for country MX 20050204
5 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_MY Payroll result for country MY 20050204
6 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_NL 20040224
7 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_NO Payroll result for country NO 20050204
8 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_NZ Payroll result for country NZ 20050204
9 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_PH Payroll result for country PH 20050204
10 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_PT Payroll result for country PT 20050204
... Click here to see Used By full list (38 items)
Properties
Class CL_HR_PAY_RESULT  
Short Description Payroll result    
Super Class CL_HR_PAY_RESULT_BASE Payroll result 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PCAL_CLST   Payroll Result: Display 
Created 20011026   SAP 
Last change 20050519   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HR_PAY_RESULT has no forward declaration.
Interfaces
Class CL_HR_PAY_RESULT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_HR_PAY_ACCESS 20011029 Access to payroll results
2 CL_HR_PAY_RESULT_PERSON 20040430 Payroll result from the person cluster (CE)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CUMULATIONS_UNFILTERED Instance attribute Private Type reference (TYPE) XFLAG ' ' 'X' = Cumulations were not filtered during import 20031119
2 INTER Instance attribute Public Type reference (TYPE) PAY99_INTERNATIONAL Object for payroll result: International 20011026
3 INTER_BEFORE_CE_SIMULATION Instance attribute Public Type reference (TYPE) PAY99_INTERNATIONAL Object for payroll result: International 20050518
4 MAIN_RESULT Instance attribute Public Type reference (TYPE) XFLAG ' ' Ergebnis enthält ein Personenergebnis 20020107
5 VERSION_NUMBER Static Attribute Private Type reference (TYPE) PVRSN '03' HR version number 20011030
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20011030
2 EXPORT Instance method Protected Method Export to Buffer 20011026
3 EXPORT_NATIO Instance method Protected Method 20050203
4 EXPORT_TO_TABLE Instance method Protected Method Export statement 20020419
5 FILTER_CUMULATIONS Instance method Protected Method Filter cumulation tables 20031110
6 IMPORT Instance method Protected Method Import from Buffer 20011026
7 IMPORT_FROM_TABLE Instance method Protected Method Import statement 20020419
8 IMPORT_NATIO Instance method Protected Method 20050203
9 IS_MAIN_RESULT Instance method Protected Method 20041027
10 RESTORE_CUMULATIONS Instance method Protected Method Restore unfiltered cumulation tables 20031110
11 SIMULATE_CE_RESULT Instance method Protected Method Simulate a Concurrent Employment result 20020419
Events
Class CL_HR_PAY_RESULT has no event.
Types
Class CL_HR_PAY_RESULT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_HR_PAY_RESULT has no parameter.
Method CONSTRUCTOR on class CL_HR_PAY_RESULT has no exception.

Method EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BUFFER_KEY Call by reference Type reference (TYPE) PAY99_S_BUFFER_KEY Schlüssel für PCLx-Puffertabelle 20020117
2 Exporting RESULT_TABLE Call by reference Type reference (TYPE) PAY99_T_BUFFER_DATA Puffertabelle für Export in Tabelle 20020116
# Exception Resumable Description Created on
1 EXPORT_ERROR Export konnte nicht in Datenbank schreiben 20020107
2 INSUFFICIENT_KEY Schlüssel war nicht gefüllt 20020107
3 MAY_NOT_EXPORT_ARCH_RESULTS 20050801

Method EXPORT_NATIO Signature

Method EXPORT_NATIO on class CL_HR_PAY_RESULT has no parameter.
Method EXPORT_NATIO on class CL_HR_PAY_RESULT has no exception.

Method EXPORT_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BUFFER_TABLE Call by reference Type reference (TYPE) PAY99_T_BUFFER_DATA Puffertabelle für Export in Tabelle 20020419
# Exception Resumable Description Created on
1 EXPORT_ERROR Export konnte nicht in Datenbank schreiben 20020419

Method FILTER_CUMULATIONS Signature

Method FILTER_CUMULATIONS on class CL_HR_PAY_RESULT has no parameter.
Method FILTER_CUMULATIONS on class CL_HR_PAY_RESULT has no exception.

Method IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUFFER Call by reference Object reference (TYPE REF TO) CL_HR_PAY_BUFFER Zugriff auf Abrechnungsergebnisse aus dem Puffer 20020419
2 Importing IM_CURR Call by reference Type reference (TYPE) WAERS 20040420
3 Importing PERIOD Call by reference Type reference (TYPE) PC261 Zu importierende Auswertungsperiode 20011026
4 Importing PERNR Call by reference Type reference (TYPE) P_PERNR Personalnummer 20011026
5 Importing UNFILTERED_CUMULATIONS Call by reference Type reference (TYPE) XFLAG ' ' 'X' = Kumulationstabellen nicht gefiltert 20031119
# Exception Resumable Description Created on
1 IMPORT_ERROR Import konnte nicht aus Datenbank lesen 20011026
2 INSUFFICIENT_KEY Schlüssel kann nicht gefüllt werden 20011030
3 VERSION_CONFLICT Falsche Versionsnummer für Import 20011026

Method IMPORT_FROM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing BUFFER_TABLE Call by reference Type reference (TYPE) PAY99_T_BUFFER_DATA Puffertabelle für Import aus Tabelle 20020419
2 Importing IM_CURR Call by reference Type reference (TYPE) WAERS 20040420
# Exception Resumable Description Created on
1 IMPORT_ERROR Import konnte nicht aus Datenbank lesen 20020419
2 VERSION_CONFLICT Falsche Versionsnummer für Import 20020419

Method IMPORT_NATIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CURR Call by reference Type reference (TYPE) WAERS 20060118
# Exception Resumable Description Created on
1 ERROR_IMPORT_NATIO 20060118

Method IS_MAIN_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IS_MAIN_RESULT Value transfer Type reference (TYPE) XFELD 20041027

Method IS_MAIN_RESULT on class CL_HR_PAY_RESULT has no exception.

Method RESTORE_CUMULATIONS Signature

Method RESTORE_CUMULATIONS on class CL_HR_PAY_RESULT has no parameter.
Method RESTORE_CUMULATIONS on class CL_HR_PAY_RESULT has no exception.

Method SIMULATE_CE_RESULT Signature

Method SIMULATE_CE_RESULT on class CL_HR_PAY_RESULT has no parameter.
Method SIMULATE_CE_RESULT on class CL_HR_PAY_RESULT has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_RU Payroll result for country RU 20050204
2 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_JP Payroll Result 20040205
3 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_KR Payroll result for country KR 20050204
4 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_MX Payroll result for country MX 20050204
5 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_MY Payroll result for country MY 20050204
6 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_NL 20040224
7 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_NO Payroll result for country NO 20050204
8 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_NZ Payroll result for country NZ 20050204
9 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_PH Payroll result for country PH 20050204
10 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_PT Payroll result for country PT 20050204
11 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_IT Payroll result for country IT 20050204
12 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_SE Payroll Result 20040218
13 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_SG Payroll result for Singapore 20040206
14 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_TH Payroll result for country TH 20050204
15 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_TW Payroll result for country TW 20050204
16 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_UN Payroll Result (NPO) 20060707
17 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_US Payroll result 20011026
18 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_VE Payroll result for country VE 20050204
19 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_ZA Payroll result for country ZA 20050204
20 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_DK Payroll result for country DK 20050204
21 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_AR Payroll result for country AR 20050204
22 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_AT 20040224
23 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_AU Payroll result for Australia 20040301
24 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_BE Payroll result for country BE 20050204
25 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_BR Payroll result BR 20040205
26 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_CA Payroll result 20011026
27 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_CH 20040209
28 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_CN Payroll Result (China) 20040310
29 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_DE Payroll Results Germany 20040205
30 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_99 International Payroll Results 20040513
31 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_ES Payroll result Spain 20040420
32 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_FI Payroll result for country FI 20050204
33 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_FR Payroll result France 20040205
34 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_GB Payroll Result 20040205
35 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_HK Payroll result for country HK 20050204
36 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_ID Payroll result for country ID 20050204
37 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_IE Payroll result for country IE 20050204
38 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_RESULT_IN Payroll result for country IN 20050204
History
Last changed by/on SAP  20050519 
SAP Release Created in