RPTHRT01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for INCLUDE member of the time evaluation driver...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPTHRT01 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: Main Routine - Time Evaluation Driver
RPTHRT01_AFTER_AS_DAY ,
RPTHRT01_ANALYZE_ERROR ,
RPTHRT01_AS_MANAGE_FUNKTION ,
RPTHRT01_ASLOOP ,
RPTHRT01_BEFORE_DAYS ,
RPTHRT01_CHECK_ZEBEG ,
RPTHRT01_DAY_ACTIVE ,
RPTHRT01_DAY_NOT_ACTIVE ,
RPTHRT01_EVALUATE_DAYS ,
RPTHRT01_EVALUATE_END_OF_DAY ,
RPTHRT01_INIT_AS ,
RPTHRT01_INIT_DAY ,
RPTHRT01_INIT_PROCESS ,
RPTHRT01_NO_TIME_RECORDING ,
RPTHRT01_SET_GET_NAME ,
RPTHRT01_WRONG_NUMBER .
No SAP DATABASE tables are accessed within this REPORT code!
HR_PL_SET_STATUS_IN_LOG * CALL FUNCTION 'HR_PL_SET_STATUS_IN_LOG' "XJCALRK005634 * EXPORTING * imp_log_ref_key = h_log_ref_key * EXCEPTIONS * OTHERS = 1.
HR_PL_SET_STATUS_IN_LOG * CALL FUNCTION 'HR_PL_SET_STATUS_IN_LOG' "XJCALRK005634 * EXPORTING * imp_log_ref_key = h_log_ref_key * EXCEPTIONS * OTHERS = 1.
HR_PL_SET_STATUS_IN_LOG * CALL FUNCTION 'HR_PL_SET_STATUS_IN_LOG' "XJCALRK005634 * EXPORTING * imp_log_ref_key = h_log_ref_key * EXCEPTIONS * OTHERS = 1.
HR_PL_APPEND_PLOG_TEXT * CALL FUNCTION 'HR_PL_APPEND_PLOG_TEXT' "XJCALRK005634 * TABLES * text = ptext * EXCEPTIONS * OTHERS = 1.
HR_PL_APPEND_PLOG_TEXT * CALL FUNCTION 'HR_PL_APPEND_PLOG_TEXT' * TABLES * text = ptext * EXCEPTIONS * OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.