RPUDTCH0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPUDTCH0 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_TEST = Test
Title: Garnishment - change variable split in existing payroll results
INCLUDE RPCCCD09.
INCLUDE RPCBUFFERHANDLER.
No SAP DATABASE tables are accessed within this REPORT code!
HR_PCLX_INIT_BUFFER call function 'HR_PCLX_INIT_BUFFER'.
HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = 'X' no_print = ' ' tables error = gt_errortab exceptions invalid_linesize = 1 others = 2.
HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = 'X' no_print = ' ' tables error = gt_errortab exceptions invalid_linesize = 1 others = 2.
PYXX_GET_EVALUATION_PERIODS call function 'PYXX_GET_EVALUATION_PERIODS' exporting clusterid = 'RH' employeenumber = pernr * BONUS_DATE = inper_modif = permo inper = inper * pay_type = * pay_ident = * READ_ONLY_INTERNATIONAL = tables * rgdir = rgdir evaluated_periods = py_results exceptions no_payroll_results = 1 no_entry_found_on_cu = 2 import_error = 3 others = 4 .
HR_FLUSH_BUFFER_UPDATE_PCLX call function 'HR_FLUSH_BUFFER_UPDATE_PCLX' * EXPORTING * TEST = exceptions insert_error = 1 no_update_authority = 2 others = 3 .
PYXX_WRITE_PAYROLL_RESULT call function 'PYXX_WRITE_PAYROLL_RESULT' exporting clusterid = c_py_cluster_hu employeenumber = pernr sequencenumber = rgdir_entry-seqnr payroll_result = result exceptions illegal_isocode_or_clusterid = 1 error_generating_export = 2 export_error = 3 subpool_dir_full = 4 no_update_authority = 5 incomplete_result_imported = 6 others = 7.
PYXX_RESOLVE_RESULT_STRUCTURE call function 'PYXX_RESOLVE_RESULT_STRUCTURE' exporting clusterid = c_py_cluster_hu * payroll_result = result tables requested_objects_list = ddictab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUDTCH0 - Garnishment - change variable split in existing payroll results RPUDTCH0 - Garnishment - change variable split in existing payroll results RPUDSTB0 - Update status handler and B2A tables RPUDSTB0 - Update status handler and B2A tables RPUDSQL1 - Include RPUDSQL1 RPUDSQL0 - Delete Records from Table T5LSQ