MP043120 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 MP043120 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!
HR_FPIND_GET_TPNIV CALL FUNCTION 'HR_FPIND_GET_TPNIV' EXPORTING MOLGA = T001P-MOLGA TRFAR = P0008-TRFAR TRFGB = P0008-TRFGB TRFGR = P0008-TRFGR IMPORTING TPNIV = STATUS-TRFGR_TPNIV EXCEPTIONS OTHERS = 0.
HR_CORPS_TEXT_GET CALL FUNCTION 'HR_CORPS_TEXT_GET' EXPORTING P_CORPS = P0431-CORPS IMPORTING P_T5FPBS4CT = T5FPBS4CT EXCEPTIONS OTHERS = 0.
HR_GRADE_TEXT_GET CALL FUNCTION 'HR_GRADE_TEXT_GET' EXPORTING P_CORPS = P0431-CORPS P_GRADE = P0431-GRADE IMPORTING P_T5FPBS4GT = T5FPBS4GT EXCEPTIONS OTHERS = 0.
HR_CATEG_GET CALL FUNCTION 'HR_CATEG_GET' EXPORTING P_CORPS = P0431-CORPS P_GRADE = P0431-GRADE P_DATE = P0008-BEGDA IMPORTING P_CATEG = T5FPBS4D-CATEG EXCEPTIONS OTHERS = 0.
HR_REMU_LIB_GET CALL FUNCTION 'HR_REMU_LIB_GET' EXPORTING P_CREMU = Q0431-CREMU IMPORTING P_LREMU = Q0431-LREMU EXCEPTIONS NO_ENTRY = 1 OTHERS = 2.
HR_FINS_LIB_GET CALL FUNCTION 'HR_FINS_LIB_GET' EXPORTING P_CFINS = Q0431-CFINS IMPORTING P_LFINS = Q0431-LFINS EXCEPTIONS NO_ENTRY = 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.