MK70DI40 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 MK70DI40 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: PAI module dialog boxes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_EXECUTE CALL FUNCTION 'FUNCTION_EXECUTE' EXPORTING KOPFGRUPPE = E_KOPFGRUPPE FUNKTION = FCODE POSITIONSGRUPPE = E_POSITIONSGRUPPE PROGRAMM = E_PROGRAMM IMPORTING * AKTYP = I_AKTYP CUA_PARA2 = I_CUA_PARA2 CUA_PARA1 = I_CUA_PARA1 CUA_PARA3 = I_CUA_PARA3 * CUA_PARA4 = I05 -->> DUNKEL = I_DUNKEL FOLGEFUNKTION = I_FOLGEFUNKTION LEAVE = I_LEAVE CUA_PARA4 = I_CUA_PARA4 CUA_STATUS = I_CUA_STATUS CUA_TITEL = I_CUA_TITEL LEAVE_SCREEN = I_LEAVE_SCREEN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.