RFARHTP14_F1 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 RFARHTP14_F1 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.
Title: Include for new off-line synchronisation TP14 - Consistency checks
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = po_person_id infty = '0002' begda = sy-datum endda = '99991231' IMPORTING subrc = pio_subrc TABLES infty_tab = itl_p0002 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = po_person_id infty = '0475' begda = po_begda endda = po_endda IMPORTING subrc = lo_subrc TABLES infty_tab = pt_p0475 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
CHECK_AUTH_AUTHF CALL FUNCTION 'CHECK_AUTH_AUTHF' EXPORTING datum = sy-datum authf = lio_authf pernr = po_person_id reinr = po_trip_id is_head = ls_head "MAWK000377 is_perio = ls_perio "MAWK000377 EXCEPTIONS no_authorisation = 1 no_infotype = 2 OTHERS = 3.
FITP_CHECK_NEW_PLAN_DATE CALL FUNCTION 'FITP_CHECK_NEW_PLAN_DATE' EXPORTING i_plan_start_date = stl_plan-date_beg i_plan_start_time = stl_plan-time_beg i_plan_end_date = stl_plan-date_end i_plan_end_time = stl_plan-time_end i_pernr = po_person_id i_reinr = pio_trip_id i_creation_date = sy-datum "Not used IMPORTING o_plan_match_type = lio_plan_match_type o_reinr = lio_existing_trip_id EXCEPTIONS missing_plan_list = 1 missing_pernr = 2 select_error = 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.
RFARHTP14_F1 - Include for new off-line synchronisation TP14 - Consistency checks RFARHTP14 - AMADEUS offline synchronisation using queue mechanism RFARHTP14 - AMADEUS offline synchronisation using queue mechanism RFARHTP12_TOP - RFARHTP12TOP RFARHTP12_O01 - RFARHTP12O01 RFARHTP12_I01 - RFARHTP12I01