MP061640 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 MP061640 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 MP061640
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRGPBS_HESA_YEAR CALL FUNCTION 'HRGPBS_HESA_YEAR' EXPORTING p_date = p0616-begda * IMPORTING * P_BEGDA = * P_ENDDA = CHANGING p_hesa_year = q0616-hyear EXCEPTIONS * INVALID_YEAR = 1 * INVALID_INPUT = 2 OTHERS = 3.
HRGPBS_HESA_RECID CALL FUNCTION 'HRGPBS_HESA_RECID' EXPORTING p_year = q0616-hyear IMPORTING p_recid = q0616-recid EXCEPTIONS * INVALID_YEAR = 1 OTHERS = 2.
HRGPBS_HESA_INSTID_GET CALL FUNCTION 'HRGPBS_HESA_INSTID_GET' IMPORTING p_instid = q0616-instid EXCEPTIONS * NO_ENTRY_IN_TABLE = 1 OTHERS = 2.
HRGPBS_ALL_GET_ENTRY_NO_DATE CALL FUNCTION 'HRGPBS_ALL_GET_ENTRY_NO_DATE' EXPORTING * P_MOLGA = '08' p_algrp = 'HESA' p_alkey = 'GOLV' * P_TEXT_REQUIRED = ' ' IMPORTING p_alfld = ret_val.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.