SAP ABAP Class CL_HR_PAY_ACCESS (Access to payroll results)
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

⤷

⤷

Properties
Class | CL_HR_PAY_ACCESS | |
Short Description | Access to payroll results | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PCAL_CLST | Payroll Result: Display |
Created | 20011026 | SAP |
Last change | 20060208 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_HR_PAY_ACCESS has no interface implemented.
Friends
Class CL_HR_PAY_ACCESS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFLAG | 'X' | 'X' = perform authorization check | 20020220 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_AUTHORIZATION_TABLE | Buffers authorization checks | 20020220 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_HR_PAY_BUFFER | Buffer of payroll results | 20020102 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | OLD_PROG | ABAP: program name | 20020108 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFLAG | New input values | 20020117 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYDATUM | Date, current (application server) date | 20020117 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTIME | Time, current (application server) time | 20020826 | ||
8 | ![]() |
Constant | Private | Type reference (TYPE) | RPVNR | '01' | 20050801 | ||
9 | ![]() |
Constant | Private | Type reference (TYPE) | RPVNR | '99' | 20050801 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | XFLAG | ' ' | Boolean false | 20011026 | |
11 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR08 | 'READ' | Operation READ | 20020220 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | XFLAG | 'X' | Boolean true | 20011026 | |
13 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR08 | 'UPDATE' | Operation UPDATE | 20020220 | |
14 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR08 | 'WRITE' | Operation WRITE | 20020220 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Check read/write authorization for cluster | 20020220 |
2 | ![]() |
Instance method | Private | Method | Check, if transparent table HRPY_RGDIR is filled | 20011026 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20011026 |
4 | ![]() |
Instance method | Private | Method | Determine molga of pernr | 20011026 |
5 | ![]() |
Instance method | Public | Method | Find pernrs participating in payroll run (CE) | 20020220 |
6 | ![]() |
Static method | Public | Method | 20040730 | |
7 | ![]() |
Static method | Public | Method | 20040730 | |
8 | ![]() |
Instance method | Public | Method | Initialize read/write buffer from "old" payroll TBUFF buffer | 20020426 |
9 | ![]() |
Instance method | Public | Method | Read payroll cluster directory RGDIR of ONE pernr | 20011026 |
10 | ![]() |
Instance method | Public | Method | Read payroll cluster directory of ONE pernr with CD_EVP | 20011026 |
11 | ![]() |
Instance method | Public | Method | Read payroll cluster directory of ONE pernr with CD_EVP | 20011026 |
12 | ![]() |
Instance method | Public | Method | Read payroll result of ONE pernr | 20011026 |
13 | ![]() |
Instance method | Public | Method | Read the payroll result of a person (CE) | 20011026 |
14 | ![]() |
Instance method | Public | Method | Read all payroll results of a person (PAs and PE) (CE) | 20011026 |
15 | ![]() |
Instance method | Public | Method | Initialize read/write buffer | 20020220 |
16 | ![]() |
Instance method | Public | Method | Write payroll cluster directory on ONE pernr to buffer | 20020823 |
17 | ![]() |
Instance method | Public | Method | Write payroll result of ONE pernr to buffer | 20020418 |
18 | ![]() |
Instance method | Public | Method | Write payroll results of person to buffer (PAs and PE) (CE) | 20020116 |
19 | ![]() |
Instance method | Public | Method | Update database tables (PCLx) from buffer | 20020117 |
Events
Class CL_HR_PAY_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_AUTHORIZATION_TABLE | Private | See coding | 20020220 | BEGIN OF s_authorization_table,
relid TYPE t500l-relid,
operation TYPE char6,
authorization TYPE xflag,
simulation TYPE xflag,
END OF s_authorization_table
|
||
2 | TT_AUTHORIZATION_TABLE | Private | See coding | 20020220 | tt_authorization_table TYPE STANDARD TABLE OF
s_authorization_table
|
Method Signatures
Method CHECK_AUTHORIZATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AUTHORIZATION | Value transfer | Type reference (TYPE) | XFLAG | 'X' = Berechtigungsprfg. ok, ' ' = Berechtigungsprfg. fehlg. | 20020220 | ||
2 | ![]() |
CLUSTERID | Call by reference | Type reference (TYPE) | RELID_PCL2 | Bereichskennung auf Import/Export-Datenbank PCL2 | 20020220 | ||
3 | ![]() |
OPERATION | Call by reference | Type reference (TYPE) | CHAR08 | C_READ | Lese-/Schreiboperation | 20020220 |
Method CHECK_AUTHORIZATION on class CL_HR_PAY_ACCESS has no exception.
Method CHECK_RGDIR_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENTRIES_EXIST | Value transfer | Type reference (TYPE) | XFLAG | 'X' = Einträge in rgdir vorhanden | 20011026 | ||
2 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20011026 |
Method CHECK_RGDIR_ENTRIES on class CL_HR_PAY_ACCESS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHECK_AUTHORIZATION | Call by reference | Type reference (TYPE) | XFLAG | 'X' | 'X' = Berechtigungsprüfung, ' ' = Keine Prüfung | 20020220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Klasse Abrechnungsergebnis passt nicht zu Ländergruppierung | 20011026 |
Method DETERMINE_MOLGA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MOLGA | Value transfer | Type reference (TYPE) | MOLGA | 20011026 | |||
2 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20011026 |
Method DETERMINE_MOLGA on class CL_HR_PAY_ACCESS has no exception.
Method GET_PARTICIPATING_PERNRS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MOLGA | Call by reference | Type reference (TYPE) | MOLGA | Ländergruppierung | 20020220 | ||
2 | ![]() |
PERIOD | Call by reference | Type reference (TYPE) | PC261 | Zu importierende Auswertungsperiode | 20020220 | ||
3 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | PERNR_D | Beschäftigungsvertrag | 20020403 | ||
4 | ![]() |
PERNR_TAB | Call by reference | Type reference (TYPE) | PCCET_PERNR_UNSORTED | Beschäftigungsvertrag | 20020220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Kein Datenbankeintrag für Schlüssel | 20020220 |
Method GET_PR_PERAS_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_PAY_RESULT | Call by reference | Object reference (TYPE REF TO) | CL_HR_PAY_RESULT | 20040914 | |||
2 | ![]() |
IM_AUTH_CHECK | Call by reference | Type reference (TYPE) | XFELD | C_TRUE | 20040914 | ||
3 | ![]() |
IM_MOLGA | Call by reference | Type reference (TYPE) | MOLGA | 20040730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040730 | ||
2 | ![]() |
20040730 |
Method GET_PR_PERSON_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_AUTH_CHECK | Call by reference | Type reference (TYPE) | XFELD | C_TRUE | 20040914 | ||
2 | ![]() |
IM_MOLGA | Call by reference | Type reference (TYPE) | MOLGA | 20040730 | |||
3 | ![]() |
RE_PAY_RESULT_PERSON | Call by reference | Object reference (TYPE REF TO) | CL_HR_PAY_RESULT_PERSON | 20040730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040730 | ||
2 | ![]() |
20040730 |
Method INITIALIZE_BUFFER_FROM_TBUFF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BUFFER | Call by reference | Type reference (TYPE) | PAY99_T_TBUFF | Abrechnungspuffer TBUFF | 20020426 | ||
2 | ![]() |
BUFFER_DIR | Call by reference | Type reference (TYPE) | PAY99_T_BUFFER_DIR | Pufferverzeichnis Abrechnungspuffer | 20020426 | ||
3 | ![]() |
CLUSTERID | Call by reference | Type reference (TYPE) | RELID | Relations-ID | 20020426 |
Method INITIALIZE_BUFFER_FROM_TBUFF on class CL_HR_PAY_ACCESS has no exception.
Method READ_CLUSTER_DIR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACCESS_CLUSTER | Call by reference | Type reference (TYPE) | XFLAG | C_FALSE | 'X' = Cluster CU mit Pufferung statt hrpy_rgdir verwenden | 20020429 | |
2 | ![]() |
CLUSTER_DIR | Call by reference | Type reference (TYPE) | HRPY_TT_RGDIR | Cluster Directory (für Export und Import von AbrechngsErgeb) | 20011026 | ||
3 | ![]() |
IX_READ_ARCH | Call by reference | Type reference (TYPE) | ARCH_TOO | C_FALSE | neue Eingabewerte | 20050801 | |
4 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20011026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Einträge in transp. Tabelle HRPY_RGDIR für diese PerNr | 20011026 |
Method READ_CLUSTER_DIR_EVP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACCESS_CLUSTER | Call by reference | Type reference (TYPE) | XFLAG | C_FALSE | 'X' = Cluster CU mit Pufferung statt hrpy_rgdir verwenden | 20020429 | |
2 | ![]() |
ALL_OF_RUN | Call by reference | Type reference (TYPE) | RP_XFELD | C_TRUE | 20050110 | ||
3 | ![]() |
BONUS_DATE | Call by reference | Type reference (TYPE) | PC261-BONDT | '00000000' | Stichtag für Prüfung | 20011026 | |
4 | ![]() |
CLUSTER_DIR | Call by reference | Type reference (TYPE) | HRPY_TT_RGDIR | Auszuwertende Perioden | 20011026 | ||
5 | ![]() |
IABKRS | Call by reference | Type reference (TYPE) | PCCE_TT_IABKRS | Abrechnungskreise | 20011026 | ||
6 | ![]() |
INPER | Call by reference | Type reference (TYPE) | PC261-INPER | Abrechnungsperiode | 20011026 | ||
7 | ![]() |
INPER_MODIF | Call by reference | Type reference (TYPE) | PC261-IPERM | Periodenparameter | 20011026 | ||
8 | ![]() |
IX_READ_ARCH | Call by reference | Type reference (TYPE) | ARCH_TOO | C_FALSE | Archivzugriff | 20050802 | |
9 | ![]() |
PAY_IDENT | Call by reference | Type reference (TYPE) | PC261-PAYID | C_FALSE | Abrechnungsidentifikator | 20011026 | |
10 | ![]() |
PAY_TYPE | Call by reference | Type reference (TYPE) | PC261-PAYTY | C_FALSE | Abrechnungstyp | 20011026 | |
11 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20011026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Einträge in transp. Tabelle HRPY_RGDIR für diese PerNr | 20011026 |
Method READ_CLUSTER_DIR_EVP_VOID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACCESS_CLUSTER | Call by reference | Type reference (TYPE) | XFLAG | C_FALSE | 'X' = Cluster CU mit Pufferung statt hrpy_rgdir verwenden | 20020429 | |
2 | ![]() |
BONUS_DATE | Call by reference | Type reference (TYPE) | PC261-BONDT | '00000000' | Stichtag für Prüfung | 20011026 | |
3 | ![]() |
CLUSTER_DIR | Call by reference | Type reference (TYPE) | HRPY_TT_RGDIR | Auszuwertende Perioden | 20011026 | ||
4 | ![]() |
IABKRS | Call by reference | Type reference (TYPE) | PCCE_TT_IABKRS | Abrechnungskreise | 20011026 | ||
5 | ![]() |
INPER | Call by reference | Type reference (TYPE) | PC261-INPER | Abrechnungsperiode | 20011026 | ||
6 | ![]() |
INPER_MODIF | Call by reference | Type reference (TYPE) | PC261-IPERM | Periodenparameter | 20011026 | ||
7 | ![]() |
IX_READ_ARCH | Call by reference | Type reference (TYPE) | ARCH_TOO | C_FALSE | Archivzugriff | 20050802 | |
8 | ![]() |
PAY_IDENT | Call by reference | Type reference (TYPE) | PC261-PAYID | C_FALSE | Abrechnungsidentifikator | 20011026 | |
9 | ![]() |
PAY_TYPE | Call by reference | Type reference (TYPE) | PC261-PAYTY | C_FALSE | Abrechnungstyp | 20011026 | |
10 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20011026 | ||
11 | ![]() |
SEQNR | Call by reference | Type reference (TYPE) | PC261-SEQNR | Nummer des Infotypsatzes mit demselben Schlüssel | 20011026 | ||
12 | ![]() |
SPECIAL_VOID | Call by reference | Type reference (TYPE) | PC261-PAYID | C_FALSE | Abrechnungsidentifikator | 20011026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Einträge in transp. Tabelle HRPY_RGDIR für diese PerNr | 20011026 |
Method READ_PA_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CURR | Call by reference | Type reference (TYPE) | WAERS | 20040419 | |||
2 | ![]() |
MOLGA | Call by reference | Type reference (TYPE) | MOLGA | Ländergruppierung | 20011026 | ||
3 | ![]() |
PAYROLL_RESULT | Call by reference | Object reference (TYPE REF TO) | CL_HR_PAY_RESULT | Abrechnungsergebnis | 20011026 | ||
4 | ![]() |
PERIOD | Call by reference | Type reference (TYPE) | PC261 | Zu importierende Auswertungsperiode | 20011026 | ||
5 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer / Beschäftigungsvertragsnummer | 20011026 | ||
6 | ![]() |
SIM_CE_RESULT | Call by reference | Type reference (TYPE) | XFLAG | ' ' | X = CE-Ergebnis aus Vor-CE-Zeiten simulieren | 20020418 | |
7 | ![]() |
UNFILTERED_CUMULATIONS | Call by reference | Type reference (TYPE) | XFLAG | ' ' | 'X' = Kumulationstabellen nicht gefiltert | 20031119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Klasse Länderversion von Abrechnungsergeb. nicht vorhanden | 20011026 | |
2 | ![]() |
Keine Berechtigung zum Lesen des Clusters | 20020220 | |
3 | ![]() |
Fehler beim Lesezugriff | 20011026 |
Method READ_PE_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CURR | Call by reference | Type reference (TYPE) | WAERS | 20040419 | |||
2 | ![]() |
MOLGA | Call by reference | Type reference (TYPE) | MOLGA | Ländergruppierung | 20011029 | ||
3 | ![]() |
PAYROLL_RESULT | Call by reference | Object reference (TYPE REF TO) | CL_HR_PAY_RESULT_PERSON | Abrechnungsergebnis aus Personencluster (CE) | 20011026 | ||
4 | ![]() |
PERIOD | Call by reference | Type reference (TYPE) | PC261 | Zu importierende Auswertungsperiode | 20011026 | ||
5 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20011030 | ||
6 | ![]() |
SIM_CE_RESULT | Call by reference | Type reference (TYPE) | XFLAG | ' ' | X = CE-Ergebnis aus Vor-CE-Zeiten simulieren | 20020418 | |
7 | ![]() |
UNFILTERED_CUMULATIONS | Call by reference | Type reference (TYPE) | XFLAG | ' ' | 'X' = Kumulationstabellen nicht gefiltert | 20031119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Klasse Länderversion von Abrechnungsergeb. nicht vorhanden | 20011026 | |
2 | ![]() |
Keine Berechtigung zum Lesen des Clusters | 20020220 | |
3 | ![]() |
Personendaten nicht vorhanden | 20011026 | |
4 | ![]() |
Fehler beim Lesezugriff | 20011026 |
Method READ_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CURR | Call by reference | Type reference (TYPE) | WAERS | 20040419 | |||
2 | ![]() |
MOLGA | Call by reference | Type reference (TYPE) | MOLGA | Ländergruppierung | 20011026 | ||
3 | ![]() |
PAY_RESULTS | Call by reference | Type reference (TYPE) | H99_HR_PAY_RESULT_TAB | Abrechnungsergebnis | 20011026 | ||
4 | ![]() |
PAY_RESULT_PERSON | Call by reference | Object reference (TYPE REF TO) | CL_HR_PAY_RESULT_PERSON | Abrechnungsergebnis aus Personencluster (CE) | 20011026 | ||
5 | ![]() |
PERIOD | Call by reference | Type reference (TYPE) | PC261 | Zu importierende Auswertungsperiode | 20011026 | ||
6 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer / Beschäftigungsvertragsnummer | 20011026 | ||
7 | ![]() |
SIM_CE_RESULT | Call by reference | Type reference (TYPE) | XFLAG | ' ' | X = CE-Ergebnis aus Vor-CE-Zeiten simulieren | 20020418 | |
8 | ![]() |
UNFILTERED_CUMULATIONS | Call by reference | Type reference (TYPE) | XFLAG | ' ' | 'X' = Kumulationstabellen nicht gefiltert | 20031119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Klasse Länderversion von Abrechnungsergeb. nicht vorhanden | 20020220 | |
2 | ![]() |
Keine Berechtigung zum Lesen des Clusters | 20020220 | |
3 | ![]() |
Fehler beim Lesezugriff | 20020220 |
Method RESET_BUFFER Signature
Method RESET_BUFFER on class CL_HR_PAY_ACCESS has no parameter.
Method RESET_BUFFER on class CL_HR_PAY_ACCESS has no exception.
Method WRITE_CLUSTER_DIR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLUSTER_DIR | Call by reference | Type reference (TYPE) | HRPY_TT_RGDIR | Cluster Directory (für Export und Import von AbrechngsErgeb) | 20020823 | ||
2 | ![]() |
PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personalnummer | 20020823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Berechtigung zum Schreiben in das Cluster | 20020823 | |
2 | ![]() |
Fehler bei Schreibzugriff | 20020823 |
Method WRITE_PA_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PAY_RESULT | Call by reference | Object reference (TYPE REF TO) | CL_HR_PAY_RESULT | Abrechnungsergebnis | 20020418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Berechtigung zum Schreiben in das Cluster | 20020418 | |
2 | ![]() |
Fehler bei Schreibzugriff | 20020418 |
Method WRITE_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PAY_RESULTS | Call by reference | Type reference (TYPE) | H99_HR_PAY_RESULT_TAB | Abrechnungsergebnis | 20020116 | ||
2 | ![]() |
PAY_RESULT_PERSON | Call by reference | Object reference (TYPE REF TO) | CL_HR_PAY_RESULT_PERSON | Abrechnungsergebnis aus Personencluster (CE) | 20020116 | ||
3 | ![]() |
SIM_NON_CE_RESULT | Call by reference | Type reference (TYPE) | XFLAG | ' ' | X = "Normales" Ergebnis aus paralleler Beschäftigung simul. | 20021001 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Berechtigung zum Schreiben in das Cluster | 20020220 | |
2 | ![]() |
Fehler bei Schreibzugriff | 20020117 |
Method WRITE_TO_DATABASE Signature
Method WRITE_TO_DATABASE on class CL_HR_PAY_ACCESS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Berechtigung | 20020220 | |
2 | ![]() |
Datenbankfehler | 20020220 |
History
Last changed by/on | SAP | 20060208 |
SAP Release Created in |