MFDTAI01 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 MFDTAI01 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_ZAHLLAUF CALL FUNCTION 'F4_ZAHLLAUF' EXPORTING f1typ = 'D' f2nme = 'TAB_LAUFI-LOW' IMPORTING laufd = tab_laufd-low laufi = tab_laufi-low.
F4_ZAHLLAUF CALL FUNCTION 'F4_ZAHLLAUF' EXPORTING f1typ = 'I' f2nme = 'TAB_LAUFD-LOW' IMPORTING laufd = tab_laufd-low laufi = tab_laufi-low.
F4_ZAHLLAUF CALL FUNCTION 'F4_ZAHLLAUF' EXPORTING f1typ = 'D' f2nme = 'TAB_LAUFI-HIGH' IMPORTING laufd = tab_laufd-high laufi = tab_laufi-high.
F4_ZAHLLAUF CALL FUNCTION 'F4_ZAHLLAUF' EXPORTING f1typ = 'I' f2nme = 'TAB_LAUFD-HIGH' IMPORTING laufd = tab_laufd-high laufi = tab_laufi-high.
HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING called_by_tcode = l_tcode called_by_program = l_repid called_by_dynp = l_dynnr called_for_tab = tab called_for_field = field called_for_tab_fld_btch_input = l_field called_by_cuaprog = l_repid called_by_cuastat = l_pfkey EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.