SAP Reports / Programs | Personnel Management | Personnel Administration | Kingdom of Saudi Arabia(PA-PA-SA) SAP PA

HSAPPPM0_F01 SAP ABAP INCLUDE - Include HSAPPPM1_F01







HSAPPPM0_F01 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 HSAPPPM0_F01 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 HSAPPPM0_F01. "Basic submit
SUBMIT HSAPPPM0_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT HSAPPPM0_F01 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 HSAPPPM1_F01


INCLUDES used within this REPORT HSAPPPM0_F01

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:

HRHAP_DOCUMENT_PREPARE * CALL FUNCTION 'HRHAP_DOCUMENT_PREPARE' * EXPORTING * add_on_appl = add_on_appl * plan_version = plan_version * template_id = template_id * document_name = document_name * ap_start_date = ap_start_date * ap_end_date = ap_end_date * t_appraiser = lt_header_appraiser * t_appraisee = lt_header_appraisee * administrator = administrator * test = test * skip_in_prep = skip_in_prep * IMPORTING * t_return = lt_return.

HRHAP_C_MESSAGE_RANGE_FILL CALL FUNCTION 'HRHAP_C_MESSAGE_RANGE_FILL' EXPORTING msg_type_i = 'X' msg_type_e = 'X' msg_type_a = 'X' IMPORTING t_message_range = lt_msg_error.

HRHAP_TEMPLATE_GET_DETAIL CALL FUNCTION 'HRHAP_TEMPLATE_GET_DETAIL' EXPORTING add_on_application = add_on_appl plan_version = plan_version template_id = template_id s_validity_period = ls_validity_period administrator = administrator IMPORTING s_appraisal_id = ls_appraisal_id s_header_texts = ls_header_texts s_header_status = ls_header_status s_header_display = ls_header_display t_body_columns = lt_body_columns t_body_elements = lt_body_elements t_body_cells = lt_body_cells t_body_cell_notes = lt_body_cell_notes s_return = ls_return CHANGING s_doc_processing = ls_doc_processing t_header_appraiser = t_appraiser t_header_appraisee = t_appraisee t_header_part_appraisers = lt_header_p_appers t_header_others = lt_header_others s_header_dates = ls_header_dates.

HRHAP_DOCUMENT_CHANGE_STATUS CALL FUNCTION 'HRHAP_DOCUMENT_CHANGE_STATUS' EXPORTING plan_version = plan_version template_id = template_id button_id = l_button_id administrator = administrator IMPORTING document_leave = l_document_leave s_return = ls_return CHANGING s_appraisal_id = ls_appraisal_id s_header_status = ls_header_status s_doc_processing = ls_doc_processing s_header_display = ls_header_display t_header_appraiser = t_appraiser t_header_appraisee = t_appraisee t_header_p_appraiser = lt_header_p_appers t_header_others = lt_header_others s_header_texts = ls_header_texts s_header_dates = ls_header_dates t_body_columns = lt_body_columns t_body_elements = lt_body_elements t_body_cells = lt_body_cells t_body_cell_notes = lt_body_cell_notes t_status_notes = lt_status_notes.

HRHAP_DOCUMENT_SAVE CALL FUNCTION 'HRHAP_DOCUMENT_SAVE' EXPORTING plan_version = plan_version t_header_appraiser = t_appraiser t_header_appraisee = t_appraisee t_header_others = lt_header_others s_header_texts = ls_header_texts s_header_dates = ls_header_dates s_header_status = ls_header_status s_header_display = ls_header_display t_body_columns = lt_body_columns t_body_elements = lt_body_elements t_body_cells = lt_body_cells IMPORTING s_return = ls_return CHANGING s_appraisal_id = ls_appraisal_id s_doc_processing = ls_doc_processing t_header_part_appraisers = lt_header_p_appers t_body_cell_notes = lt_body_cell_notes t_status_notes = lt_status_notes.

HRHAP_BC_DOC_HEADER CALL FUNCTION 'HRHAP_BC_DOC_HEADER' EXPORTING plan_version = plan_version template_id = template_id s_status_new = ls_header_status s_header_display = ls_header_display s_doc_processing = ls_doc_processing s_header_texts = ls_header_texts t_header_appraiser = t_appraiser t_header_appraisee = t_appraisee t_header_part_appraisers = lt_header_p_appers t_header_others = lt_header_others s_header_dates = ls_header_dates IMPORTING t_return = lt_return.

HRHAP_DOCUMENT_DEQUEUE CALL FUNCTION 'HRHAP_DOCUMENT_DEQUEUE' EXPORTING plan_version = plan_version s_appraisal_id = ls_appraisal_id CHANGING doc_enqueue = ls_doc_processing-doc_enqueue.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING with_stru_auth = '' plvar = '01' otype = 'S' objid = p_position infty = '1643' begda = sy-datum endda = sy-datum TABLES innnn = lt_i1643 EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 wrong_parameters = 5 OTHERS = 6.

RH_STRUC_GET CALL FUNCTION 'RH_STRUC_GET' EXPORTING act_otype = 'S' act_objid = p_position act_wegid = 'RSX7' act_plvar = '01' act_begda = sy-datum act_endda = sy-datum authority_check = '' TABLES * RESULT_TAB = result_objec = lt_objects * RESULT_STRUC = EXCEPTIONS no_plvar_found = 1 no_entry_found = 2 OTHERS = 3.



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