SAP Reports / Programs | Financial Accounting | Travel Management | Travel Planning(FI-TV-PL) SAP FI

RFARHTP14_F1 SAP ABAP INCLUDE - Include for new off-line synchronisation TP14 - Consistency checks







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


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


Text pool values


Title: Include for new off-line synchronisation TP14 - Consistency checks


INCLUDES used within this REPORT RFARHTP14_F1

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:

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.



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