HRALXSYNCF23 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 HRALXSYNCF23 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!
RH_READ_OBJECT_SET CALL FUNCTION 'RH_READ_OBJECT_SET' EXPORTING objid_tab = it_accum_orgs begda = gc_lowdate endda = gc_highdate check_stru_auth = gc_set_x IMPORTING text_tab = lt_objec EXCEPTIONS no_objects_supplied = 1 nothing_found = 0 OTHERS = 3.
RH_ALEOX_INTG_O_FILL_CONTAINER CALL FUNCTION 'RH_ALEOX_INTG_O_FILL_CONTAINER' EXPORTING it_hrdbtab = lt_hrdbtab IMPORTING et_o_bp_container = ct_org_container CHANGING ct_errors = lt_errors EXCEPTIONS internal_error = 1 OTHERS = 2.
RH_ALEOX_BUPA_WRITE_O CALL FUNCTION 'RH_ALEOX_BUPA_WRITE_O' EXPORTING iv_test_flag = 'X' CHANGING ct_errors = lt_errors ct_container = ct_org_container EXCEPTIONS internal_error = 1 OTHERS = 2.
RH_READ_INFTY_1000 CALL FUNCTION 'RH_READ_INFTY_1000' EXPORTING istat = '1' "WAR1650881 begda = gc_lowdate endda = gc_highdate TABLES i1000 = lt_p1000_cps OBJECTS = lt_obj_cp EXCEPTIONS nothing_found = 0 wrong_condition = 2 wrong_parameters = 3 OTHERS = 4.
RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING authority = space with_stru_auth = space infty = '5580' istat = '1' begda = gc_lowdate endda = gc_highdate TABLES innnn = lt_p5580 OBJECTS = it_accum_cps EXCEPTIONS nothing_found = 0 wrong_condition = 11 infotyp_not_supported = 12 wrong_parameters = 13 OTHERS = 14.
RH_ALEOX_INTG_CP_FILL_CONT CALL FUNCTION 'RH_ALEOX_INTG_CP_FILL_CONT' EXPORTING it_hrdbtab = lt_hrdbtab IMPORTING et_cp_bp_container = ct_per_container CHANGING ct_errors = lt_errors EXCEPTIONS internal_error = 1 OTHERS = 2.
RH_ALEOX_BUPA_WRITE_CP CALL FUNCTION 'RH_ALEOX_BUPA_WRITE_CP' EXPORTING iv_test_flag = 'X' CHANGING ct_errors = lt_errors ct_container = ct_per_container EXCEPTIONS internal_error = 1 OTHERS = 2.
RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING authority = space with_stru_auth = space infty = '5582' istat = '1' begda = gc_lowdate endda = gc_highdate TABLES innnn = lt_p5582 OBJECTS = lt_persons EXCEPTIONS nothing_found = 0 wrong_condition = 11 infotyp_not_supported = 12 wrong_parameters = 13 OTHERS = 14.
RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING authority = space with_stru_auth = space istat = '1' begda = gc_lowdate endda = gc_highdate TABLES i1001 = lt_p1001 OBJECTS = lt_objects EXCEPTIONS nothing_found = 0 wrong_condition = 2 wrong_parameters = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.