MFTDTI01 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 MFTDTI01 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMFDTA' DYNUMB = '0260' TRANSLATE_TO_UPPER = ' ' TABLES DYNPFIELDS = UP_TAB EXCEPTIONS OTHERS.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING DEF_FILENAME = ' ' DEF_PATH = TMP_PATH MASK = TMP_MASK MODE = 'S' TITLE = TEXT-058 IMPORTING FILENAME = TMP_FILENAME EXCEPTIONS INV_WINSYS = 01 NO_BATCH = 02 SELECTION_CANCEL = 03 SELECTION_ERROR = 04.
F4_TR_DTA CALL FUNCTION 'F4_TR_DTA' EXPORTING F1TYP = 'D' F2NME = 'TAB_LAUFI-LOW' IMPORTING LAUFD = TAB_LAUFD-LOW LAUFI = TAB_LAUFI-LOW.
F4_TR_DTA CALL FUNCTION 'F4_TR_DTA' EXPORTING F1TYP = 'I' F2NME = 'TAB_LAUFD-LOW' IMPORTING LAUFD = TAB_LAUFD-LOW LAUFI = TAB_LAUFI-LOW.
F4_TR_DTA CALL FUNCTION 'F4_TR_DTA' EXPORTING F1TYP = 'D' F2NME = 'TAB_LAUFI-HIGH' IMPORTING LAUFD = TAB_LAUFD-HIGH LAUFI = TAB_LAUFI-HIGH.
F4_TR_DTA CALL FUNCTION 'F4_TR_DTA' EXPORTING F1TYP = 'I' F2NME = 'TAB_LAUFD-HIGH' IMPORTING LAUFD = TAB_LAUFD-HIGH LAUFI = TAB_LAUFI-HIGH.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.