SAP Reports / Programs

RPLHTAJ0 SAP ABAP Report - History of Personnel Appraisals







RPLHTAJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to output a list of employee personnel appraisal records and relevant information...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 RPLHTAJ0 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 RPLHTAJ0. "Basic submit
SUBMIT RPLHTAJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLHTAJ0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_PERUL = Valuation rule for time inter
Title: History of Personnel Appraisals
Text Symbol: L01 = History of Personnel Appraisals of Employee
Text Symbol: E10 = Not created service year
Text Symbol: 022 = Mnth
Text Symbol: 021 = Service Years :
Text Symbol: 020 = PS Level :
Text Symbol: 019 = PS Group :
Text Symbol: 018 = Job :
Text Symbol: 017 = Position :
Text Symbol: 016 = Org. unit :
Text Symbol: 015 = Hire Date :
Text Symbol: 014 = -
Text Symbol: 013 = Ys
Text Symbol: 012 = Rank Point Rate from attendance
Text Symbol: 011 = Appraisal type Period
Text Symbol: 010 = Appraisal type
Text Symbol: 009 = Years
Text Symbol: 008 = Organizational Assignment
Text Symbol: 007 = Name
Text Symbol: 006 = Pernr
Text Symbol: 005 = EESubgroup :
Text Symbol: 004 = Subarea :
Text Symbol: 003 = EE group :
Text Symbol: 002 = Pers.area :
Text Symbol: 001 = Pers. subarea :


INCLUDES used within this REPORT RPLHTAJ0

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:

RP_SET_NAME_FORMAT call function 'RP_SET_NAME_FORMAT' "JRMOPH0K007143 EXPORTING REPID = repid "JRMOPH0K007143 IMPORTING FORMAT = format. "JRMOPH0K007143

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T001P-MOLGA LANGU = SY-LANGU * FORMAT = $$FORMAT "JRMOPH0K007143 FORMAT = FORMAT "JRMOPH0K007143 IMPORTING EDIT_NAME = EDITNAME RETCODE = R_CODE.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = PN-BEGDA END = PN-ENDDA IMPORTING HIRE_DATE = HIREDATE TABLES PP0000 = P0000 "input PP0001 = P0001 "input PPHIFI = PHIFI. "output

HR_SEN_CALCULATE_COMPLETE CALL FUNCTION 'HR_SEN_CALCULATE_COMPLETE' "JPWJL6BK007995 EXPORTING "JPWJL6BK007995 ID_PERNR = P0001-PERNR "JPWJL6BK007995 ID_PROCE = P_PERUL "JPWJL6BK007995 ID_SEL_DATE = PN-ENDDA "JPWJL6BK007995 ID_CALTY = '1' "JPWJL6BK007995 ID_BEGDA = HIREDATE "JPWJL6BK007995 ID_ENDDA = PN-ENDDA "JPWJL6BK007995 IMPORTING "JPWJL6BK007995 ES_DURATION = LS_DURATION "JPWJL6BK007995 EXCEPTIONS "JPWJL6BK007995 WRONG_IMPORT_PARAMETER = 1 "JPWJL6BK007995 WRONG_CALCULATION_TYPE = 2 "JPWJL6BK007995 PROCESS_NOT_FOUND = 3 "JPWJL6BK007995 PROCESS_PSTEP_NOT_FOUND = 4 "JPWJL6BK007995 NO_RESULT_FOR_CALTY = 5 "JPWJL6BK007995 ERROR_OF_OTHER_FUNCTIONS = 6 "JPWJL6BK007995 OTHERS = 7. "JPWJL6BK007995

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = SPACE NO_IMG = SPACE TABLES ERROR = ERT EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = lv_node_subarea i_node_txt = lv_node_lbl i_categ_id = c_pal_categids-ae_pernrnode i_expand = 'X' importing e_node_key = lv_node_person exceptions others = 99.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = lv_node_person i_row_data = ls_data_person exceptions others = 99.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = lv_node_person i_node_txt = lv_node_lbl i_categ_id = c_pal_categids-ae_servicenode "'DATA3' i_expand = 'X' importing e_node_key = lv_node_year exceptions others = 99.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = lv_node_year i_row_data = ls_data_serviceyear exceptions others = 99.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = lv_node_year i_row_data = ls_data_serviceyear exceptions others = 99.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = l_node_label i_categ_id = c_pal_categids-ae_header i_expand = 'X' importing e_node_key = p_node_subarea exceptions others = 99.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = p_node_subarea i_row_data = lt_data_header exceptions others = 99.



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