SAP Reports / Programs | Cross-Application Components | Classification | Classification(CA-CL-CL) SAP CA

MCLFMFE1 SAP ABAP INCLUDE - documentation and ABAP source code







MCLFMFE1 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 MCLFMFE1 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 MCLFMFE1. "Basic submit
SUBMIT MCLFMFE1 AND RETURN. "Return to original report after report execution complete
SUBMIT MCLFMFE1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MCLFMFE1

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:

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = pt_events.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'TCLAO' langu = sy-langu tables dfies_tab = lt_fields exceptions not_found = 1 internal_error = 2 others = 3.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = txt_delete textline2 = space titel = g_repid cancel_display = c_kreuz importing answer = l_answer.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = g_repid i_callback_pf_status_set = g_formname_pf_status i_callback_user_command = g_formname_user_command i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events[] tables t_outtab_header = gt_alv_header t_outtab_item = gt_alv_item exceptions program_error = 1 others = 2.

BAL_GLB_MEMORY_REFRESH call function 'BAL_GLB_MEMORY_REFRESH' exporting * i_authorization = space i_refresh_all = c_kreuz exceptions not_authorized = 1 others = 2.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_log importing e_log_handle = g_loghandle exceptions others = 1.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = g_loghandle i_s_msg = l_message exceptions log_not_found = 1 msg_inconsistent = 2 others = 3.

BAL_DSP_PROFILE_SINGLE_LOG_GET call function 'BAL_DSP_PROFILE_SINGLE_LOG_GET' importing e_s_display_profile = l_profile exceptions others = 1.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_log_filter = l_filter i_s_display_profile = l_profile exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.

BAL_LOG_HDR_READ call function 'BAL_LOG_HDR_READ' exporting i_log_handle = g_loghandle importing e_statistics = l_count exceptions log_not_found = 1 others = 2.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = lt_loghandle 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 MCLFMFE1 or its description.