MFFD1F01 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 MFFD1F01 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: Include MFFD1F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CASH_FORECAST_SET_ACTIVE call function 'CASH_FORECAST_SET_ACTIVE' exporting bukrs = bukrs flag_act = flag_act mm_act = mm_flag sd_act = sd_flag upd_flag = 'X' importing s_fd = flag_act s_mm = mm_flag s_sd = sd_flag s_act = update exceptions error = 1 bukrs_missing = 2 trwpr_entry_missing = 3 data_locked = 4 lock_error = 5 others = 6.
CASH_FORECAST_FILL_C_V_REC call function 'CASH_FORECAST_FILL_C_V_REC' * importing * würde auch die Updates zählen, bei denen nichts verändert * wurde (vgl. Doku oben und Füllen von zaehler unten)
GET_PRINT_PARAMETERS * CALL FUNCTION 'GET_PRINT_PARAMETERS' * EXPORTING * LIST_NAME = 'FDFD' * LINE_SIZE = 132 * LINE_COUNT = 65 * SAP_COVER_PAGE = 'X' * NO_DIALOG = ' ' * IMPORTING * OUT_PARAMETERS = L_PARAMS * VALID = L_VALID.
POPUP_GET_VALUES_USER_BUTTONS call function 'POPUP_GET_VALUES_USER_BUTTONS' exporting formname = 'HANDLE_CODE' programname = 'SAPMFFD1' popup_title = popup_title ok_pushbuttontext = ok_pushbuttontext icon_ok_push = icon_ok_push importing returncode = returncode tables fields = fields exceptions error_in_fields = 1 others = 2.
CASH_FORECAST_CHECK_LEVEL_GRP call function 'CASH_FORECAST_CHECK_LEVEL_GRP' exporting fdgrp = itab_tc1-fdgrv fdlev = ebene koart = 'S' exceptions group_invalid = 1 level_invalid = 2 orign_invalid = 3 others = 4.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = zeile_1 textline2 = zeile_2 titel = titel importing answer = answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = zeile_1 textline2 = zeile_2 titel = titel importing answer = answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = zeile_1 textline2 = zeile_2 titel = titel cancel_display = 'X' importing answer = answer.
CASH_FORECAST_DET_T034_FILLED call function 'CASH_FORECAST_DET_T034_FILLED' importing ife_x_t034_filled = l_x_t034_filled.
DOWNLOAD * call function 'DOWNLOAD' "N BACKGROUND TASK * exporting * bin_filesize = 'E01' * filetype = 'ASC' * tables * data_tab = itab_tc2 * exceptions * invalid_filesize = 1 * others = 2.
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = fullpath filetype = 'ASC' tables data_tab = itab_tc2 exceptions invalid_type = 03 no_batch = 04 unknown_error = 05 others = 99.
UPLOAD * call function 'UPLOAD' * EXPORTING * filetype = 'ASC' * TABLES * data_tab = itab_tc2 * EXCEPTIONS * conversion_error = 1 * others = 2.
NAVIGATION_FILENAME_HELP call function 'NAVIGATION_FILENAME_HELP' exporting default_path = '*.*'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = filename2 filetype = 'ASC' tables data_tab = itab_tc2 exceptions file_open_error = 01 file_read_error = 02 invalid_type = 03 no_batch = 04 unknown_error = 05 no_authority = 06 gui_refuse_filetransfer = 07 others = 08.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = iv_repid it_fieldcat = lt_fieldcat i_save = gc_value_a it_events = lt_events is_print = ls_prnt_global tables t_outtab = it_output exceptions program_error = 1 others = 2.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = iv_repid it_fieldcat = lt_fieldcat i_save = gc_value_a it_events = lt_events tables t_outtab = it_output exceptions program_error = 1 others = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = gc_struc changing ct_fieldcat = xt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = xt_events exceptions list_type_wrong = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.