SAP Reports / Programs | Cross-Application Components | Cross-Application Objects in HR(CA-HR) SAP CA

HRALXSYNCF23 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 HRALXSYNCF23. "Basic submit
SUBMIT HRALXSYNCF23 AND RETURN. "Return to original report after report execution complete
SUBMIT HRALXSYNCF23 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT HRALXSYNCF23

No INCLUDES are used within this REPORT code!


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:

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.



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 HRALXSYNCF23 or its description.