MV10AIOI 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 MV10AIOI 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: Oil Include: TDP PAI Module
INCLUDE MV10AIOI_OIH_CHECK_OIL_FIELDS . " OIH_CHECK_OIL_FIELDS
INCLUDE MV10AIOI_OIH_CHECK_LIC_OKCODE . " OIH_CHECK_LIC_OKCODE
INCLUDE MV10AIOI_MV10A_OIPTRM_PRUEFEN . " MV10A-OIPTRM_PRUEFEN
INCLUDE MV10AIOI_MV10A_OIPTRM1_VALUES . " MV10A-OIPTRM1_VALUES
INCLUDE MV10AIOI_MV10A_OIPTRM2_VALUES . " MV10A-OIPTRM2_VALUES
INCLUDE MV10AIOI_MV10A_OIPTRM3_VALUES . " MV10A-OIPTRM3_VALUES
INCLUDE MV10AIOI_MV10A_OIPTRM4_VALUES . " MV10A-OIPTRM4_VALUES
INCLUDE MV10AIOI_MV10A_OIPTRM5_VALUES . " MV10A-OIPTRM5_VALUES
INCLUDE MV10AIOI_MV10A_OIPTRM6_VALUES . " MV10A-OIPTRM6_VALUES
INCLUDE MV10AIOI_MV10A_OIPTRM7_VALUES . " MV10A-OIPTRM7_VALUES
INCLUDE MV10AIOI_MV10A_OIPTRM8_VALUES . " MV10A-OIPTRM8_VALUES
INCLUDE MV10AIOI_MV10A_OIPTRM9_VALUES . " MV10A-OIPTRM9_VALUES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.