HIEPRD45_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 HIEPRD45_FORMS 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: Include HIEPRD45_FORMS
INCLUDE HIEPRD_COMMON_FORMS.
INCLUDE HIECRRG0. "HIECRRG0
INCLUDE HIECASG0. "HIECASG0
INCLUDE HIECDGG0. "HIECDGG0
INCLUDE HIECLVG0. "HIECLVG0
INCLUDE HIECS4G0. "HIECS4G0
INCLUDE HIECDRG0.
INCLUDE HIECDAG0.
INCLUDE HIECRIG0.
No SAP DATABASE tables are accessed within this REPORT code!
BAL_STATISTICS_LOG_GET CALL FUNCTION 'BAL_STATISTICS_LOG_GET' EXPORTING i_log_handle = g_log_handle IMPORTING e_s_statistics_counts = l_statistics EXCEPTIONS log_not_found = 1 OTHERS = 2.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = p_begda end = p_endda IMPORTING hire_date = l_phire fire_date = l_pfire TABLES pp0000 = p0000 pp0001 = p0001 pphifi = l_phifi.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'ADDRS' struc_content = pme36 IMPORTING back = feature_ret CHANGING status = retcode EXCEPTIONS dummy = 1 "#EC * error_operation = 2 "#EC * no_backvalue = 3 "#EC * feature_not_generated = 4 "#EC * invalid_sign_in_funid = 5 "#EC * field_in_report_tab_in_pe03 = 6 "#EC * OTHERS = 0. "#EC *
HR_IE_PCR_STATUS call function 'HR_IE_PCR_STATUS' EXPORTING pay_area = pay_area IMPORTING status = status acc_period = acc_period acc_year = acc_year.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = FEATURE STRUC_CONTENT =
KIND_OF_ERROR = KIND_OF_ERROR IMPORTING BACK = BACK CHANGING STATUS = STATUS EXCEPTIONS * DUMMY = 1 "VLDAHRK039762 * ERROR_OPERATION = 2 "VLDAHRK039762 * NO_BACKVALUE = 3 "VLDAHRK039762 * FEATURE_NOT_GENERATED = 4 "VLDAHRK039762 * INVALID_SIGN_IN_FUNID = 5 "VLDAHRK039762 * FIELD_IN_REPORT_TAB_IN_PE03 = 6 "VLDAHRK039762 * OTHERS = 0. "VLDAL0K095544 (Checkman)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.