SAP Reports / Programs | Payroll(PY) SAP PY

RPUDTCH0 SAP ABAP Report - Garnishment - change variable split in existing payroll results







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPUDTCH0. "Basic submit
SUBMIT RPUDTCH0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUDTCH0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_TEST = Test
Title: Garnishment - change variable split in existing payroll results


INCLUDES used within this REPORT RPUDTCH0

INCLUDE RPCCCD09.
INCLUDE RPCBUFFERHANDLER.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPUDTCH0 or its description.