RPXKHSDF2 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 RPXKHSDF2 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!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_filename CHANGING physical_filename = p_filename EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_filename CHANGING physical_filename = p_filename EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.
HR_PSD_CONV_XSTRING_TO_STRING call function 'HR_PSD_CONV_XSTRING_TO_STRING' "SVCN1422516 exporting i_xstring = xcstr i_encoding = 'UTF-8' importing e_string = cstr.
HR_GET_REPORTING_COMPANY_DATA call function 'HR_GET_REPORTING_COMPANY_DATA' exporting p_molga = '01' p_appl = $appl p_werks_sum = $werks p_btrtl_sum = $btrtl p_date = $date p_anart = '/A' importing sender = ls_sender infodata = ls_info data = l_dat 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_REPORTING_COMPANY_DATA call function 'HR_GET_REPORTING_COMPANY_DATA' exporting p_molga = '01' p_appl = $appl p_werks_sum = $werks p_btrtl_sum = $btrtl p_date = $date p_anart = '/A' importing sender = ls_sender infodata = ls_info data = ls_dat exceptions rep_comp_not_found = 1 address_not_found = 2 sender_not_found = 3 clerk_not_found = 4 version_mismatch = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.