FH5AHF40_INSERT_DATA_SOLLPLAN 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 FH5AHF40_INSERT_DATA_SOLLPLAN 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRSP_DET_AWART_ABBREV CALL FUNCTION 'HRSP_DET_AWART_ABBREV' EXPORTING awtyp = id_awtyp awart = id_awart * dienstgr = pdpla-dienstgr dienstgr = id_dienstgr "Note 727616 IMPORTING abbrev = abbrev return_code = return_code TABLES i_t77ed = i_t77ed EXCEPTIONS table_empty = 1 OTHERS = 2. "#EC *
HRSP_DET_AVAIL_ABREV CALL FUNCTION 'HRSP_DET_AVAIL_ABREV' EXPORTING pernr = id_pernr "815218 datum = id_begda "815218 read_shift_abbreviations = g_peins_psksa "815218 stnby = id_stnby tprog = i_day_psp-tprog varia = i_day_psp-varia beguz = i_day_psp-begzt enduz = i_day_psp-endzt * dienstgr = pdpla-dienstgr dienstgr = id_dienstgr "Note 727616 IMPORTING abrev = bprog TABLES i_t77ed = i_t77ed EXCEPTIONS table_empty = 1 OTHERS = 2. "#EC *
HRSP_DET_AVAIL_ABREV * call function 'HRSP_DET_AVAIL_ABREV' * exporting * stnby = id_stnby * tprog = id_bprog * varia = id_varia * beguz = i_day_psp-begzt * enduz = i_day_psp-endzt * dienstgr = pdpla-dienstgr * importing * abrev = bprog ** TEXT = ** RETURN_CODE = * tables * i_t77ed = i_t77ed ** EXCEPTIONS ** TABLE_EMPTY = 1 ** OTHERS = 2 * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.