MV12AI0M 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 MV12AI0M 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!
SYSTEM_STATUS CALL FUNCTION 'SYSTEM_STATUS' IMPORTING status = gv_sy_status.
DD_POPUP_WITH_INFOTEXT CALL FUNCTION 'DD_POPUP_WITH_INFOTEXT' EXPORTING titel = text-160 start_column = 1 start_row = 1 end_column = 13 end_row = 3 TABLES lines = gt_popup.
MCS_OBJECTS_CHECK CALL FUNCTION 'MCS_OBJECTS_CHECK' TABLES t_e071_enq = e071_tab t_ko200 = ko200_tab t_e071k = e071k_tab EXCEPTIONS stop_action = 01 display_only = 02 exists_globaly = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.