RPUTVOED1C is a standard ABAP INCLUDE 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 RPUTVOED1C 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_GET_REPORTING_COMPANY_DATA call function 'HR_GET_REPORTING_COMPANY_DATA' exporting p_molga = g_molga p_appl = p_appl p_werks_sum = g_werks p_btrtl_sum = g_btrtl p_date = stichtag p_anart = '/A' importing sender = $fs_ag_sender address = $fs_ag_address infodata = $fs_ag_infodata exceptions rep_comp_not_found = 1 address_not_found = 2 sender_not_found = 3 clerk_not_found = 4 version_mismatch = 5 others = 6.
HR_GET_EMPLOYEE_ADDRESS call function 'HR_GET_EMPLOYEE_ADDRESS' exporting molga = g_molga repid = repid pn_begda = stichtag pn_endda = stichtag importing address = $fs_an_address tables t0001 = p0001 t0002 = p0002 t0006 = p0006 exceptions table_error = 1 feature_error = 2 others = 3.
RP_EVALUATE_INDIRECTLY call function 'RP_EVALUATE_INDIRECTLY' exporting appli = 'E' pbegda = bewertungsdatum pinfty = '0008' pmolga = g_molga ppernr = pernr-pernr pp0001 = ls_p0001 pp0008 = ls_p0008 pp0230 = ls_p0230 tables ptbindbw = lt_lgart exceptions bad_parameters = 1 error_at_indirect_evaluation = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.