MFFD1F02 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 MFFD1F02 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: Batch Job Form Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CASH_FORECAST_REFX_ACTIVE call function 'CASH_FORECAST_REFX_ACTIVE' importing ife_refx_active = l_flg_refx_active.
JOB_OPEN call function 'JOB_OPEN' exporting delanfrep = xtrue "Job wird nach Ausf. gelöscht
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting no_dialog = xtrue line_size = 132 importing out_archive_parameters = job_arcparams out_parameters = job_pri_params valid = job_out_valid exceptions invalid_print_params = 1 invalid_archive_params = 2 others = 3.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = text-j01 txt1 = icon_message_information txt2 = text-j01 txt3 = text-j02 exceptions others = 0.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = p_jobnumber jobname = p_jobname * PRED_JOBCOUNT = PREDEC_NUMBER * PRED_JOBNAME = PREDEC_NAME sdlstrtdt = job_stdt_output-sdlstrtdt sdlstrttm = job_stdt_output-sdlstrttm importing job_was_released = job_was_released exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 8.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = p_jobnumber jobname = p_jobname pred_jobcount = predec_number pred_jobname = predec_name * SDLSTRTDT = JOB_STDT_OUTPUT-SDLSTRTDT * SDLSTRTTM = JOB_STDT_OUTPUT-SDLSTRTTM importing job_was_released = job_was_released exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 8.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' "Info, daß Job nicht angelegt exporting "wurde titel = text-j04 txt1 = icon_message_information txt2 = p_jobname txt3 = text-j41 txt4 = text-j42 exceptions others = 0.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = text-j10 txt1 = icon_message_information txt2 = text-j11 exceptions others = 1.
REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = title i_selection = ' ' i_zebra = 'X' i_tabname = 'JOB_SUBMIT_TABLE' it_fieldcat = job_show_fieldcat[] tables t_outtab = job_submit_table[] exceptions program_error = 1 others = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = 'SAPMFFD1' i_internal_tabname = c_tabname_header changing ct_fieldcat = job_show_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
CASH_FORECAST_REFX_ACTIVE call function 'CASH_FORECAST_REFX_ACTIVE' importing ife_refx_active = c_flg_refx_active.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.