MH5A0I70 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 MH5A0I70 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: Input Modules for PD Transactions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PD_STRUCTURAL_GRAPHICS CALL FUNCTION 'PD_STRUCTURAL_GRAPHICS' "VTPK139472 EXPORTING CONTEXT_ID = 'GENERAL' "VTPK139472 EVAL_PATH = 'ORGEH' "VTPK139472 STATUSES = '12' "VTPK139472 BEGIN_DATE = PPHDR-BEGDA "VTPK139472 END_DATE = PPHDR-ENDDA "VTPK139472 TDEPTH = 0 "VTPK139472 ACTIVATE = ' ' "VTPK139472 LOAD_PD_TOOLBOX = LOAD_TOOLBOX "VTPK139472 LOAD_PD_PROFILES = 'X' "VTPK139472 TABLES PD_OBJECTS = PD_OBJECTS "VTPK139472 EXCEPTIONS NO_OBJECTS_AVAILABLE = 01. "VTPK139472
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.