SAP Reports / Programs | Aerospace & Defence Industry Solution | Aerospace & Defence Industry Solution(IS-AD) SAP IS

MFLT02F01 SAP ABAP INCLUDE - Include MFLT02F01







MFLT02F01 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 MFLT02F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MFLT02F01. "Basic submit
SUBMIT MFLT02F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MFLT02F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MFLT02F01


INCLUDES used within this REPORT MFLT02F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING p_submit_info = l_submit_info EXCEPTIONS OTHERS = 1.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = l_status TABLES p_exclude = lt_exclude EXCEPTIONS OTHERS = 1.

DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING date = l_fromdate IMPORTING day = l_day.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = c_callback_program i_internal_tabname = 'GT_FLGTDET_ALV' * I_STRUCTURE_NAME = * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = c_callback_fcat_include i_bypassing_buffer = 'X' * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = pt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = c_callback_program i_callback_pf_status_set = c_callback_pfstatus i_callback_user_command = c_callback_user_command * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' i_grid_title = text-004 * I_GRID_SETTINGS = is_layout = ps_layout it_fieldcat = pt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' is_variant = l_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_ADD_FIELDCAT = * IT_HYPERLINK = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_flgtdet_alv EXCEPTIONS program_error = 1 OTHERS = 2 .

BAPI_FLGT_SCHD_DETAIL_CREATE CALL FUNCTION 'BAPI_FLGT_SCHD_DETAIL_CREATE' TABLES t_return = lt_return t_flgtdet = lt_bapi_flgtdet_ins t_flgtprtdet = lt_bapi_prtdet_ins.

BAPI_FLGT_SCHD_DETAIL_CHANGE CALL FUNCTION 'BAPI_FLGT_SCHD_DETAIL_CHANGE' TABLES t_return = lt_return t_flgtdet = lt_bapi_flgtdet_upd t_flgtprtdet = lt_bapi_prtdet_upd.

BAPI_FLGT_SCHD_DETAIL_CHANGE CALL FUNCTION 'BAPI_FLGT_SCHD_DETAIL_CHANGE' TABLES t_return = lt_return t_flgtdet = lt_bapi_flgtdet_upd t_flgtprtdet = lt_bapi_prtdet_ins.

BAPI_FLGT_SCHD_DETAIL_CREATE CALL FUNCTION 'BAPI_FLGT_SCHD_DETAIL_CREATE' TABLES t_return = gt_return t_flgtdet = lt_bapi_flgtdet_ins t_flgtprtdet = lt_bapi_prtdet_ins.

BAPI_FLGT_SCHD_DETAIL_DELETE CALL FUNCTION 'BAPI_FLGT_SCHD_DETAIL_DELETE' EXPORTING i_airln = lt_flgtdet_del-airln i_fltnr = lt_flgtdet_del-fltnr i_secnr = lt_flgtdet_del-secnr i_acdate = lt_flgtdet_del-acdate TABLES t_return = lt_return.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'N' textline1 = text-005 textline2 = text-006 titel = text-007 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' IMPORTING answer = l_ans .

ENQUEUE_EADFSH_FLGTMAS CALL FUNCTION 'ENQUEUE_EADFSH_FLGTMAS' EXPORTING mode_adfsh_flgtmas = 'E' mandt = sy-mandt airln = wa_adfsh_flgtmas-airln fltnr = wa_adfsh_flgtmas-fltnr secnr = wa_adfsh_flgtmas-secnr seqnr = wa_adfsh_flgtmas-seqnr * X_AIRLN = ' ' * X_FLTNR = ' ' * X_SECNR = ' ' * X_SEQNR = ' ' _scope = '3' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

DEQUEUE_EADFSH_FLGTMAS CALL FUNCTION 'DEQUEUE_EADFSH_FLGTMAS' EXPORTING mode_adfsh_flgtmas = 'E' mandt = sy-mandt airln = gt_flgtmas-airln fltnr = gt_flgtmas-fltnr secnr = gt_flgtmas-secnr seqnr = gt_flgtmas-seqnr * X_AIRLN = ' ' * X_FLTNR = ' ' * X_SECNR = ' ' * X_SEQNR = ' ' _scope = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

CP_DB_PLKO_READ CALL FUNCTION 'CP_DB_PLKO_READ' EXPORTING datub = gt_flgtprtdet-acdate datuv = gt_flgtprtdet-acdate plnal = gt_flgtprtmas-plnal plnnr = gt_flgtprtmas-plnnr plnty = gt_flgtprtmas-plnty EXCEPTIONS no_records = 1 OTHERS = 2.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = u_date IMPORTING week = ch_week EXCEPTIONS date_invalid = 1 OTHERS = 2.

ADFSH_MAP_DETAIL_DB_TO_BAPI CALL FUNCTION 'ADFSH_MAP_DETAIL_DB_TO_BAPI' TABLES t_db_flgtdet = t_flgtdet t_db_prtdet = t_prtdet t_bapi_flgtdet = t_bapi_flgtdet t_bapi_prtdet = t_bapi_prtdet.

ENQUEUE_EADFSH_PRTMAS CALL FUNCTION 'ENQUEUE_EADFSH_PRTMAS' EXPORTING mode_adfsh_prtmas = 'E' mandt = sy-mandt airln = wa_flgtprtmas-airln fltnr = wa_flgtprtmas-fltnr secnr = wa_flgtprtmas-secnr seqnr = wa_flgtprtmas-seqnr arrdep = wa_flgtprtmas-arrdep itmnr = wa_flgtprtmas-itmnr * X_AIRLN = ' ' * X_FLTNR = ' ' * X_SECNR = ' ' * X_SEQNR = ' ' * X_ARRDEP = ' ' * X_ITMNR = ' ' _scope = '3' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

DEQUEUE_EADFSH_PRTMAS CALL FUNCTION 'DEQUEUE_EADFSH_PRTMAS' EXPORTING mode_adfsh_prtmas = 'E' mandt = sy-mandt airln = wa_flgtprtmas-airln fltnr = wa_flgtprtmas-fltnr secnr = wa_flgtprtmas-secnr seqnr = wa_flgtprtmas-seqnr arrdep = wa_flgtprtmas-arrdep itmnr = wa_flgtprtmas-itmnr * X_AIRLN = ' ' * X_FLTNR = ' ' * X_SECNR = ' ' * X_SEQNR = ' ' * X_ARRDEP = ' ' * X_ITMNR = ' ' _scope = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

BALW_BAPIRETURN_GET2





CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = us_msgty cl = us_msgid number = us_msgno par1 = da_msgv1 par2 = da_msgv2 par3 = da_msgv3 par4 = da_msgv4 IMPORTING return = return.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-008.

BAL_LOG_EXIST CALL FUNCTION 'BAL_LOG_EXIST' EXPORTING i_log_handle = gd_app_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ld_header IMPORTING e_log_handle = gd_app_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gd_app_log_handle i_s_msg = i_message IMPORTING e_s_msg_handle = e_msg_handle EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ld_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ld_display_profile i_t_log_handle = lt_app_log_handle EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MFLT02F01 or its description.