Cluster Database Table in HR
Cluster Database Table in HR
Contents :
Database Tables in HR
Cluster Data Structures
Data Structure for Payroll Result
Reading the Cluster Directory
Processing Payroll Result
Utilities
Cluster Database Table in HR
Cluster Database Table in HR
The PCL1, PCL2, and PCL3 database tables constitute either the
database for subsequent programs, such as accounting runs or
evaluations, or the database for subareas within Human Resources, such
as travel expenses and recruitment.
The data definitions of a work area are stored in separate programs using a fixed
naming convention.
They are defined as INCLUDE programs. Their names follow convention RPCnxyz0,
where.
n = 1 or 2 for PCL1 or PCL2
xy = Cluster, for example, RX
z = 0 for international clusters or country indicator from table T500L
for country-specific clusters.
Example: The program RPC1TX00 contains the data definition of cluster TX. In this
cluster, the database table PCL1 contains the texts stored for infotypes.
The key structure of the cluster is stored in a field string xy-KEY where the personnel
number is the first element.
The data objects (field strings and tables) are named individually per cluster.
Payroll Result
With this report, you can display the
payroll results for any country. The
indicator behind each name shows
whether results exist in the selected
period.
Green: Results exist
Red: No results exist
Gray: No authorization for
displaying personnel numbers
Report H99_DISPLAY_PAYRESULT
displays the payroll results for PCL2
Payroll Result
You can use the utility programs RPUPnD00 and RPUPnD10 to delete
one or more records from any cluster. n stands for database table PCL1
or PCL2.
Caution:
The deletion utilities should only be used for testing. Archive data to
reduce the amount of data in the database.