SAP Program RPUGCC00 - Generate Calculation Rule Check

Description
The report generates diverse members (main report and includes),
depending on parameters, program class and HR country
grouping. These members are required in order to be able to
carry out a check in the cycle editor for the parameter
combinations specified.
The following describes which includes are required for
generating and which member is produced.
RPCCOa0z Contains the coding for all international
operations, independent of program class and
HR country grouping. (input)
RPxCOayz Contains the coding for all national
operations, dependent on program class and
HR country grouping. (Input + Output)
RPUCCxy0 This is the main report that is called up
by the cycle editor. (Output)
RPUCOxyz Contains the coding for all international
operations that are allowed for the particular
program class and the particular HR
country grouping. (Output)
a stands for type of routine,
a = F: Main routine for the operations,
a = S: Subroutines for the operations,
x for program class,
y for HR country grouping indicator which is derived from
HR country modifier.
z for serial numbering.
It may be apparent that another Include is required when calling up
the check. This is generated using a different report.
RPxOIPy0 Contains the perform indicated.
SELECT-OPTION HR Country Modifier
Test:
If Time Management is given as the program class then no HR countrymodifier should be entered.
If Payroll is given as the program class then all country modifierentries from table T500L are permitted.
Usage:
The HR country modifiers are used to determine the HR countryindicators which are used to name the report to be generated. It isalso used in the selection of the valid operations and parameters. Apersonnel calculation rule is generated for each HR country modifier.
PARAMETER Program Class
Test:
Only 'T' for Time Management and 'C' for Payroll are permitted inputvalues.
Usage:
The program class is used to name the report to be generated and todetermine the permitted operations and parameters.