The Function Module HR_PAYROLL_SIMULATION_SUBMIT (Call the Payroll Program in Simulation Mode) is a standard Function Module in SAP ERP and is part of the function group HR_INFOTYPE8_PAYROLL within the package PCAL.
Function Module | HR_PAYROLL_SIMULATION_SUBMIT |
Short Text | Call the Payroll Program in Simulation Mode |
Function Group | HR_INFOTYPE8_PAYROLL |
Package | PCAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COUNTRY_GRP | LIKE | T500L-MOLGA | Country Grouping | |
PAYROLL_AREA | LIKE | T549A-ABKRS | Payroll Area | |
PAYROLL_PERIOD | LIKE | T549Q-PABRP | Payroll Period | |
PAYROLL_YEAR | LIKE | T549Q-PABRJ | Payroll year | |
PROGRAM_NAME | LIKE | RSVAR-REPORT | Name of payroll program | |
SELECTION_VARIANT | LIKE | RSVAR-VARIANT | Report Variant for Payroll |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BUFFER | LIKE | PCLx Puffer | ||
BUFFER_DIRECTORY | LIKE | PCLx Puffer for Directory | ||
DELETE_PCLX | LIKE | Table of Deleted PCLx Records | ||
EMPLOYEE_NUMBERS | LIKE | PAY_SIM_PERNR | Personnel Number and Return Code |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MISSING_PARAMETER | Input Parameter not Specified |
PROGRAM_NOT_EXIST | Payroll Program Does Not Exist |
VARIANT_NOT_EXIST | Variant for Payroll Program Does Not Exist |
WRONG_COUNTRY_GROUP | The Payroll Country Grouping is Incorrect |