SAP ABAP Class CL_HR_PAY_CONTEXT (Payroll context for external payroll driver)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX (Application Component) Payroll: General Parts
     PCAL_CE (Package) HR enhancements for Payroll for concurrent employment (CE)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_CONTEXT_AU Payroll context for Australia (non-CE) 20060322
2 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_CONTEXT_CA Payroll context for Canada (non-CE) 20011112
3 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_CONTEXT_CE Payroll context for CE 20011115
4 Inheritance (c INHERITING FROM c_ref)  CL_HR_PAY_CONTEXT_US Pay context for USA (non-CE) 20011112
Properties
Class CL_HR_PAY_CONTEXT  
Short Description Payroll context for external payroll driver    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PCAL_CE   HR enhancements for Payroll for concurrent employment (CE) 
Created 20011109   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 HR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HR_PAY_CONTEXT has no interface implemented.
Friends
Class CL_HR_PAY_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALL_GROUPING_REASONS Instance attribute Public Type reference (TYPE) PCCET_GPRSN Table type for grouping reason 20011122
2 ALL_REFERENCES Instance attribute Protected Type reference (TYPE) PCCE_CONTEXT_REFERENCES References to payroll variables 20011109
3 IS_CE Instance attribute Public Type reference (TYPE) XFELD More than one assignment in context 20011109
4 NUMBER_OF_INSTANCES Static Attribute Private Type reference (TYPE) I Number of instances created 20020201
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_IT Instance method Public Method Append line(s) to IT 20011109
2 APPEND_RT Instance method Public Method Append line(s) to RT 20011109
3 CLEAR Instance method Public Method Reset the context (per payroll period) 20011109
4 CONSTRUCTOR Instance method Public Constructor Constructor 20020201
5 GET_AB Instance method Public Method Get AB 20011109
6 GET_ALL_PERNR Instance method Public Method Get list of all PERNRs in context 20011109
7 GET_ALP Instance method Public Method Get ALP 20011112
8 GET_AOA Instance method Public Method Get Copy of Arrears Table 20020423
9 GET_APER Instance method Public Method Get APER 20011109
10 GET_ARRRS Instance method Public Method Get ARRRS 20020207
11 GET_AVERAGE Instance method Public Method Get averages table 20011109
12 GET_C0 Instance method Public Method Get C0 20011109
13 GET_CABC Instance method Public Method Get CABC 20011109
14 GET_CRT Instance method Public Method Get CRT 20011109
15 GET_DDNTK Instance method Public Method Get DDNTK 20011109
16 GET_FUND Instance method Public Method Get FUND 20011109
17 GET_GROUPING Instance method Public Method Return grouping value 20011109
18 GET_INSTANCE Static method Public Method Get instance of this class 20020201
19 GET_IT Instance method Public Method Get IT 20011109
20 GET_LIDO Instance method Public Method Get LIDO 20080718
21 GET_LRT Instance method Public Method Get internal table LRT 20011109
22 GET_MODIF Instance method Public Method Get MODIF 20011109
23 GET_OCRT Instance method Public Method Get OCRT 20051019
24 GET_ORT Instance method Public Method Get ORT 20020207
25 GET_PSP Instance method Public Method Get PSP 20011112
26 GET_RGDIR Instance method Public Method Get RGDIR 20020808
27 GET_RT Instance method Public Method Get RT 20011109
28 GET_SUBSTITUTIONS Instance method Public Method Get IT 20011126
29 GET_SWITCHES Instance method Public Method Get global switches from image 20011109
30 GET_VARIABLES Instance method Public Method Get global variables from image 20011109
31 GET_WPBP Instance method Public Method Get RT 20011109
32 GET_ZL Instance method Public Method Get ZL 20011109
33 PUT_ALL_GROUPING_REASONS Instance method Public Method Provide feature ALL_GROUPING_REASONS 20011122
34 PUT_ALL_NEW_RGDIR Instance method Public Method Provide all NEW_RGDIRs 20011109
35 PUT_ALL_RGDIR Instance method Public Method Provide all RGDIRs 20011109
36 PUT_ALP Instance method Public Method Provide ALP 20011112
37 PUT_ARRRS Instance method Public Method Provide RT 20020214
38 PUT_AVERAGE Instance method Public Method Provide averages value table 20011109
39 PUT_C0 Instance method Public Method Provide C0 20011109
40 PUT_CRT Instance method Public Method Provide CRT 20011109
41 PUT_DDNTK Instance method Public Method Provide RT 20020214
42 PUT_FUND Instance method Public Method Provide FUND 20011109
43 PUT_IT Instance method Public Method Provide IT 20011109
44 PUT_LIDO Instance method Public Method Format LIDO 20080717
45 PUT_LRT Instance method Public Method Provide Internal Table LRT 20130320
46 PUT_MODIF Instance method Public Method Provide MODIF 20011109
47 PUT_ORT Instance method Public Method Provide ORT 20020207
48 PUT_PSP Instance method Public Method Provide PSP 20011112
49 PUT_RT Instance method Public Method Provide RT 20011109
50 PUT_VARIABLES Instance method Public Method Provide FUND 20011121
51 PUT_VORT Instance method Public Method Provide VORT 20020207
52 PUT_WPBP Instance method Public Method Provide WPBP 20011109
53 PUT_ZL Instance method Public Method Provide ZL 20011109
54 REFRESH_DT Instance method Public Method Refresh all DT tables 20011109
55 RESTORE_IMAGE Instance method Public Method Restore image for PERNR 20011109
56 SAVE_IMAGE Instance method Public Method Save image for PERNR 20011109
57 SET_CE Instance method Public Method Set the CE flag for the context 20011109
58 SET_REFERENCE Instance method Public Method Set the reference in the context 20011109
Events
Class CL_HR_PAY_CONTEXT has no event.
Types
Class CL_HR_PAY_CONTEXT has no local type.
Method Signatures

Method APPEND_IT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DO_COLLECT Call by reference Type reference (TYPE) XFELD SPACE Ergebnistabelle 20011109
2 Importing IT Call by reference Type reference (TYPE) HRPAY99_RT Personnel assignment 20011109
3 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method APPEND_IT on class CL_HR_PAY_CONTEXT has no exception.

Method APPEND_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DO_COLLECT Call by reference Type reference (TYPE) XFELD SPACE (X):COLLECT neuer Einträge anstelle von (Leerz.): APPEND 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109
3 Importing RT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109

Method APPEND_RT on class CL_HR_PAY_CONTEXT has no exception.

Method CLEAR Signature

Method CLEAR on class CL_HR_PAY_CONTEXT has no parameter.
Method CLEAR on class CL_HR_PAY_CONTEXT has no exception.

Method CONSTRUCTOR Signature

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

Method GET_AB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AB Call by reference Type reference (TYPE) HRPAY99_AB Kumulierte Ergebnistabelle 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_AB on class CL_HR_PAY_CONTEXT has no exception.

Method GET_ALL_PERNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_TAB_PERNR Value transfer Type reference (TYPE) HRPAY99_PERAS_TABLE 'X': Return PERNRs in current period; else return all PERNRs 20011115

Method GET_ALL_PERNR on class CL_HR_PAY_CONTEXT has no exception.

Method GET_ALP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ALP Call by reference Type reference (TYPE) HRPAY99_ALP Abweichende Bezahlung 20011112
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011112

Method GET_ALP on class CL_HR_PAY_CONTEXT has no exception.

Method GET_AOA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AOA Call by reference Type reference (TYPE) HRPAY99_ARRRS Arrears 20020423
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20020423

Method GET_AOA on class CL_HR_PAY_CONTEXT has no exception.

Method GET_APER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting APER Call by reference Type reference (TYPE) HRPY_APER_TYPE Tables Type for APER 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_APER on class CL_HR_PAY_CONTEXT has no exception.

Method GET_ARRRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ARRRS Call by reference Type reference (TYPE) HRPAY99_ARRRS Arrears-Tabelle 20020207
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20020207

Method GET_ARRRS on class CL_HR_PAY_CONTEXT has no exception.

Method GET_AVERAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AVERAGE Call by reference Type reference (TYPE) HRPAY99_AVERAGE Eingefrorene Durchschnittswerte 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20011109

Method GET_AVERAGE on class CL_HR_PAY_CONTEXT has no exception.

Method GET_C0 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting C0 Call by reference Type reference (TYPE) HRPAY99_C0 Kumulierte Ergebnistabelle 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_C0 on class CL_HR_PAY_CONTEXT has no exception.

Method GET_CABC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CABC Call by reference Type reference (TYPE) HRPAY99_ABC Kumulation Aufenthaltsklassen 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_CABC on class CL_HR_PAY_CONTEXT has no exception.

Method GET_CRT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CRT Call by reference Type reference (TYPE) HRPAY99_CRT Kumulierte Ergebnistabelle 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_CRT on class CL_HR_PAY_CONTEXT has no exception.

Method GET_DDNTK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DDNTK Call by reference Type reference (TYPE) HRPAY99_DDNTK Deductions not taken 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_DDNTK on class CL_HR_PAY_CONTEXT has no exception.

Method GET_FUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FUND Call by reference Type reference (TYPE) HRPAY99_FUND Kumulierte Ergebnistabelle 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_FUND on class CL_HR_PAY_CONTEXT has no exception.

Method GET_GROUPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALL_PERNRS Call by reference Type reference (TYPE) HRPAY99_GROUP_PERAS_T Tabellentyp f黵 Peras-Verzeichnis in den GROUP-Tabellen 20020115
2 Importing BEGDA Call by reference Type reference (TYPE) BEGDA Beginndatum 20011121
3 Importing ENDDA Call by reference Type reference (TYPE) ENDDA Beendigungsdatum 20011121
4 Importing GPRSN Call by reference Type reference (TYPE) PCCE_GPRSN Grouping reason 20011109
5 Exporting GROUPING Call by reference Type reference (TYPE) HRPAY99_GROUPINGS Alle Gruppierungen für den bestimmten Grund 20011109
6 Importing NOT_INTO_GROUPING Call by reference Type reference (TYPE) XFELD Eintrag kommt nicht in GROUPING im Kontext 20021217

Method GET_GROUPING on class CL_HR_PAY_CONTEXT has no exception.

Method GET_INSTANCE Signature

Method GET_INSTANCE on class CL_HR_PAY_CONTEXT has no parameter.
Method GET_INSTANCE on class CL_HR_PAY_CONTEXT has no exception.

Method GET_IT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IT Call by reference Type reference (TYPE) HRPAY99_RT Abrechnungsergebnis: Ergebnistabelle 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_IT on class CL_HR_PAY_CONTEXT has no exception.

Method GET_LIDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LIDO Call by reference Object reference (TYPE REF TO) CL_HRPP_DISTRIBUTION Verteilung der Verbindlichkeiten 20080718
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20080718

Method GET_LIDO on class CL_HR_PAY_CONTEXT has no exception.

Method GET_LRT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LRT Call by reference Type reference (TYPE) HRPY_TT_LRT Tabelle LRT 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_LRT on class CL_HR_PAY_CONTEXT has no exception.

Method GET_MODIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MODIF Call by reference Type reference (TYPE) HRPY_TT_MODIF Tabellentyp für HRMODIF 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_MODIF on class CL_HR_PAY_CONTEXT has no exception.

Method GET_OCRT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OCRT Call by reference Type reference (TYPE) HRPAY99_CRT Kumulierte Ergebnistabelle 20051019
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20051019

Method GET_OCRT on class CL_HR_PAY_CONTEXT has no exception.

Method GET_ORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ORT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle ORT 20020207
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20020207

Method GET_ORT on class CL_HR_PAY_CONTEXT has no exception.

Method GET_PSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011112
2 Exporting PSP Call by reference Type reference (TYPE) PTM_PSP Tabelle PSP: Persönlicher Arbeitszeitplan 20011112

Method GET_PSP on class CL_HR_PAY_CONTEXT has no exception.

Method GET_RGDIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20020808
2 Exporting RGDIR Call by reference Type reference (TYPE) HRPY_TT_RGDIR Verzeichnis der Abrechnungsergebnisse 20020808

Method GET_RGDIR on class CL_HR_PAY_CONTEXT has no exception.

Method GET_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109
2 Exporting RT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109

Method GET_RT on class CL_HR_PAY_CONTEXT has no exception.

Method GET_SUBSTITUTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011126
2 Exporting SUBSTITUTIONS Call by reference Type reference (TYPE) HRPY_TT_SUBSTITUTIONS 20011126

Method GET_SUBSTITUTIONS on class CL_HR_PAY_CONTEXT has no exception.

Method GET_SWITCHES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting GL_SW Call by reference Type reference (TYPE) PAY99_GLOBAL_SWITCHES Globale Variablen 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_SWITCHES on class CL_HR_PAY_CONTEXT has no exception.

Method GET_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting GLVAR Call by reference Type reference (TYPE) PAY99_GLOBAL_VAR Globale Variablen 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method GET_VARIABLES on class CL_HR_PAY_CONTEXT has no exception.

Method GET_WPBP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109
2 Exporting WPBP Call by reference Type reference (TYPE) HRPAY99_WPBP Ergebnistabelle 20011109

Method GET_WPBP on class CL_HR_PAY_CONTEXT has no exception.

Method GET_ZL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109
2 Exporting ZL Call by reference Type reference (TYPE) PTM_ZL Tabellentyp für ZL 20011109

Method GET_ZL on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_ALL_GROUPING_REASONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALL_GROUPING_REASONS Call by reference Type reference (TYPE) PCCET_GPRSN Grouping reason table type 20011122

Method PUT_ALL_GROUPING_REASONS on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_ALL_NEW_RGDIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_RGDIR_TAB Call by reference Type reference (TYPE) PCCE_T_GROUP_RGDIRS 20011115

Method PUT_ALL_NEW_RGDIR on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_ALL_RGDIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RGDIR_TAB Call by reference Type reference (TYPE) PCCE_T_GROUP_RGDIRS 20011115

Method PUT_ALL_RGDIR on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_ALP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALP Call by reference Type reference (TYPE) HRPAY99_ALP 20011112
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011112

Method PUT_ALP on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_ARRRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARRRS Call by reference Type reference (TYPE) HRPAY99_ARRRS Arrears Table 20020214
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20020214

Method PUT_ARRRS on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_AVERAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AVERAGE Call by reference Type reference (TYPE) HRPAY99_AVERAGE Eingefrorene Durchschnittswerte 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method PUT_AVERAGE on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_C0 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C0 Call by reference Type reference (TYPE) HRPAY99_C0 Kostenverteilung 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method PUT_C0 on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_CRT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CRT Call by reference Type reference (TYPE) HRPAY99_CRT Kumulierte Ergebnistabelle 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method PUT_CRT on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_DDNTK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DDNTK Call by reference Type reference (TYPE) HRPAY99_DDNTK DDNTK Table 20020214
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20020214

Method PUT_DDNTK on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_FUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUND Call by reference Type reference (TYPE) HRPAY99_FUND Finanzierung 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method PUT_FUND on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_IT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method PUT_IT on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_LIDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LIDO Call by reference Object reference (TYPE REF TO) CL_HRPP_DISTRIBUTION Verteilung der Verbindlichkeiten 20080717
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20080717

Method PUT_LIDO on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_LRT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LRT Call by reference Type reference (TYPE) HRPY_TT_LRT Tabelle LRT 20130320
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20130320

Method PUT_LRT on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_MODIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MODIF Call by reference Type reference (TYPE) HRPY_TT_MODIF Tabellentyp für MODIF 20011109
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109

Method PUT_MODIF on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_ORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ORT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20020207
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20020207

Method PUT_ORT on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_PSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011112
2 Importing PSP Call by reference Type reference (TYPE) PTM_PSP 20011112

Method PUT_PSP on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109
2 Importing RT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109

Method PUT_RT on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GLVAR Call by reference Type reference (TYPE) PAY99_GLOBAL_VAR Variablen 20011121
2 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011121

Method PUT_VARIABLES on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_VORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20020207
2 Importing VORT Call by reference Type reference (TYPE) HRPY_TT_VORT Condensed ORT 20020207

Method PUT_VORT on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_WPBP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109
2 Importing WPBP Call by reference Type reference (TYPE) HRPAY99_WPBP Arbeitsplatz/Basisbezüge 20011109

Method PUT_WPBP on class CL_HR_PAY_CONTEXT has no exception.

Method PUT_ZL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109
2 Importing ZL Call by reference Type reference (TYPE) PTM_ZL Tabelle ZL: Zeitlohnarten 20011109

Method PUT_ZL on class CL_HR_PAY_CONTEXT has no exception.

Method REFRESH_DT Signature

Method REFRESH_DT on class CL_HR_PAY_CONTEXT has no parameter.
Method REFRESH_DT on class CL_HR_PAY_CONTEXT has no exception.

Method RESTORE_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011115

Method RESTORE_IMAGE on class CL_HR_PAY_CONTEXT has no exception.

Method SAVE_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011115

Method SAVE_IMAGE on class CL_HR_PAY_CONTEXT has no exception.

Method SET_CE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_IS_CE Call by reference Type reference (TYPE) XFELD Ankreuzfeld 20011109

Method SET_CE on class CL_HR_PAY_CONTEXT has no exception.

Method SET_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing AB Call by reference Type reference (TYPE) HRPAY99_AB Abwesenheiten 20011109
2 Changing ABC Call by reference Type reference (TYPE) HRPAY99_ABC Kumulation Aufenthaltsklassen 20011109
3 Changing ACCR Call by reference Type reference (TYPE) HRPAY99_ACCR Abgrenzung zum Monatsende 20011109
4 Changing AIT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109
5 Changing ALLAP Call by reference Type reference (TYPE) HRPAY99_ALLAP_T Tabellentyp für Abrechnungstabelle ALLAP 20011109
6 Changing ALP Call by reference Type reference (TYPE) HRPAY99_ALP Abweichende Bezahlung 20011109
7 Changing AOA Call by reference Type reference (TYPE) HRPAY99_ARRRS Arrears 20020207
8 Changing APER Call by reference Type reference (TYPE) HRPY_APER_TYPE Tables Type for APER 20011109
9 Changing ARRRS Call by reference Type reference (TYPE) HRPAY99_ARRRS Arrears 20011109
10 Changing ART Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109
11 Changing AV0 Call by reference Type reference (TYPE) HRPAY99_V0 Variable Assignment 20020207
12 Changing AVERAGE Call by reference Type reference (TYPE) HRPAY99_AVERAGE Eingefrorene Durchschnittswerte 20011109
13 Changing BT Call by reference Type reference (TYPE) HRPAY99_BT Zahlungsinformationen 20011109
14 Changing C0 Call by reference Type reference (TYPE) HRPAY99_C0 Kostenverteilung 20011109
15 Changing CABC Call by reference Type reference (TYPE) HRPAY99_ABC Kumulation Aufenthaltsklassen 20011109
16 Changing CRT Call by reference Type reference (TYPE) HRPAY99_CRT Kumulierte Ergebnistabelle 20011109
17 Changing DATUMSANGABE Call by reference Type reference (TYPE) HRPY_TT_DATES Tabellentyp für DATUMSANGABE 20011109
18 Changing DDNTK Call by reference Type reference (TYPE) HRPAY99_DDNTK Deductions not taken 20011109
19 Changing DFT Call by reference Type reference (TYPE) HRPAY99_DFT Differenzen bei geteilter Brutto-/Nettoabrechnung 20011109
20 Changing DT Call by reference Type reference (TYPE) HRPY_TT_DT Tabellentyp für DT 20011109
21 Changing FUND Call by reference Type reference (TYPE) HRPAY99_FUND Finanzierung 20011109
22 Changing GLVAR Call by reference Type reference (TYPE) PAY99_GLOBAL_VAR 20011109
23 Changing GL_SW Call by reference Type reference (TYPE) PAY99_GLOBAL_SWITCHES 20011109
24 Changing GRT Call by reference Type reference (TYPE) HRPAY99_GRT Ausgabetabelle von Bruttoteil 20011109
25 Changing HEADER_WPBP Call by reference Type reference (TYPE) PC205 Abrechnungsergebnis: Arbeitsplatz/Basisbezüge 20011109
26 Changing IT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109
27 Changing LIDI Call by reference Type reference (TYPE) HRPAY99_LIDI Kostenverteilte Verbindlichkeiten 20080715
28 Changing LIDO Call by reference Object reference (TYPE REF TO) CL_HRPP_DISTRIBUTION Verteilung der Verbindlichkeiten 20080715
29 Changing LIFL Call by reference Type reference (TYPE) HRPAY99_LIFL Abflüsse in Folgeperiode bzw. Zuflüsse aus Vorperioden 20080715
30 Changing LRT Call by reference Type reference (TYPE) HRPY_TT_LRT 20011109
31 Changing LS Call by reference Type reference (TYPE) HRPAY99_LS Folgelohnscheine 20011109
32 Changing MODIF Call by reference Type reference (TYPE) HRPY_TT_MODIF Tabellentyp für MODIF 20011109
33 Changing MV Call by reference Type reference (TYPE) HRPY_TT_MV 20011109
34 Changing NEW_RGDIR Call by reference Type reference (TYPE) HRPY_TT_RGDIR Verzeichnis der Abrechnungsergebnisse 20011109
35 Changing OCRT Call by reference Type reference (TYPE) HRPAY99_CRT Kumulierte Ergebnistabelle 20060309
36 Changing ORT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20020207
37 Changing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Personnel assignment 20011109
38 Changing PSP Call by reference Type reference (TYPE) PTM_PSP Tabelle PSP: Persönlicher Arbeitszeitplan 20011109
39 Changing PT Call by reference Type reference (TYPE) HRPY_TT_PT 20011109
40 Changing PURL_ALL Call by reference Type reference (TYPE) HRPY_TT_PURL_ALL Tabellentyp für HRPY_PURL_ALL 20011109
41 Changing RGDIR Call by reference Type reference (TYPE) HRPY_TT_RGDIR Verzeichnis der Abrechnungsergebnisse 20011109
42 Changing RT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109
43 Changing STATUS Call by reference Type reference (TYPE) PC20J Statuskennzeichen 20011109
44 Changing SUBSTITUTIONS Call by reference Type reference (TYPE) HRPY_TT_SUBSTITUTIONS 20011109
45 Changing UIT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20020207
46 Changing URT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20020207
47 Changing VAR Call by reference Type reference (TYPE) HRPY_TT_VAR Tabellentyp für Abrechn.tabelle VAR - sichere Var. in payro 20011109
48 Changing VCP Call by reference Type reference (TYPE) HRPAY99_VCP In Zeitraum belassen 20011109
49 Changing VERSC Call by reference Type reference (TYPE) PC202 Informationen zum Abrechnungsstatus 20011109
50 Changing VERSION Call by reference Type reference (TYPE) PC201_PAY Informationen zur Erzeugung 20011109
51 Changing VORT Call by reference Type reference (TYPE) HRPY_TT_VORT 20020207
52 Changing WPBP Call by reference Type reference (TYPE) HRPAY99_WPBP Arbeitsplatz/Basisbezüge 20011109
53 Changing ZIT Call by reference Type reference (TYPE) HRPAY99_RT Ergebnistabelle 20011109
54 Changing ZL Call by reference Type reference (TYPE) PTM_ZL Tabelle ZL: Zeitlohnarten 20011109

Method SET_REFERENCE on class CL_HR_PAY_CONTEXT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 470