MCOINT_ERRF09 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 MCOINT_ERRF09 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 MCOINT_ERRF09
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = ls_msg_handle IMPORTING e_s_msg = ls_msg EXCEPTIONS OTHERS = 1.
OBJECT_KEY_GET_OR CALL FUNCTION 'OBJECT_KEY_GET_OR' EXPORTING objnr = ld_objnr IMPORTING aufnr = ld_aufnr EXCEPTIONS OTHERS = 1.
OBJECT_KEY_GET_PR CALL FUNCTION 'OBJECT_KEY_GET_PR' EXPORTING objnr = ld_objnr IMPORTING pspnr = ld_pspnr EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = ld_aufnr IMPORTING output = c_field.
CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = ld_pspnr IMPORTING OUTPUT = c_field.
BAL_DSP_TXT_SUBOBJECT_READ CALL FUNCTION 'BAL_DSP_TXT_SUBOBJECT_READ' EXPORTING i_object = c_display_data-object i_subobject = c_display_data-subobject IMPORTING e_text = c_field.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.