SAP Reports / Programs | Payroll | Ireland(PY-IE) SAP PY

HIEPRD_COMMON_FORMS SAP ABAP INCLUDE - Include HIEPRD_COMMON_FORMS







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


INCLUDES used within this REPORT HIEPRD_COMMON_FORMS

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' "#EC NOTEXT EXPORTING text = l_progress.

HRPAY00DEC4_ERROR_LOG_CREATE CALL FUNCTION 'HRPAY00DEC4_ERROR_LOG_CREATE' EXPORTING p_source_report_id = p_repid p_source_report_title = text-uti IMPORTING p_log_handle = p_log_handle.

HRPAY00DEC4_ERROR_LOG_DISPLAY CALL FUNCTION 'HRPAY00DEC4_ERROR_LOG_DISPLAY' EXPORTING p_source_report_id = p_repid p_source_report_title = text-uti.

HRPAY00DEC4_ERROR_LOG_ADD CALL FUNCTION 'HRPAY00DEC4_ERROR_LOG_ADD' EXPORTING p_pernr = p_pernr "#EC p_problem_class = p_probclass p_msgid = p_msgid p_msgty = p_msgty p_msgno = p_msgno p_msgv1 = l_s_msg-msgv1 p_msgv2 = l_s_msg-msgv2 p_msgv3 = l_s_msg-msgv3 p_msgv4 = l_s_msg-msgv4 p_log_handle = p_log_handle.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = lt_log_handle IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = l_msg_handle IMPORTING e_s_msg = l_s_msg EXCEPTIONS OTHERS = 1.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = in_variant i_save = 'A' IMPORTING es_variant = out_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = ls_d020s-prog dynumb = ls_d020s-dnum TABLES dynpfields = lt_dynpread.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = disp_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING arbgb = arbgb msgno = msgnr msgv1 = text number = i_number.

HR_DISPLAY_STAT_LIST CALL FUNCTION 'HR_DISPLAY_STAT_LIST' EXPORTING no_std_entries = no_std " Do not Display Standard Entries no_popup = 'X' " Output with WRITE hidemsg = 'X' " Support LINE-SELECTION linesize = c_linsz. " Page Width for List Output



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