SAP Reports / Programs | Logistics - General | Merchandise Distribution(LO-MDS) SAP LO

MWFRM1F00_MAIN SAP ABAP INCLUDE - MWFRM1F00MAIN







MWFRM1F00_MAIN 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 MWFRM1F00_MAIN 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 MWFRM1F00_MAIN. "Basic submit
SUBMIT MWFRM1F00_MAIN AND RETURN. "Return to original report after report execution complete
SUBMIT MWFRM1F00_MAIN 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 MWFRM1F00_MAIN

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:

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = c_parameters-run_id ev_guid_32 = l_guid_32.

ENQUEUE_E_REPL_TRANS CALL FUNCTION 'ENQUEUE_E_REPL_TRANS' EXPORTING mode_repl_trans_enqueue_type = 'E' reswk = l_werks _scope = '3' _wait = yes _collect = yes EXCEPTIONS OTHERS = 0.

FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 99.

ENQUEUE_E_REPL_TRANS CALL FUNCTION 'ENQUEUE_E_REPL_TRANS' EXPORTING mode_repl_trans_enqueue_type = 'E' reswk = space filnr = space tcode = 'WF10' run_id = l_guid_32 x_reswk = yes x_filnr = yes _scope = '3' EXCEPTIONS OTHERS = 0. "shoul be ok always

W_CPO_SELLING_DOC_GET_DISPATCH CALL FUNCTION 'W_CPO_SELLING_DOC_GET_DISPATCH' EXPORTING i_parameters = c_parameters i_tmp_para_variant = l_variant i_show_progress_indicator = p_progress_indicator i_create_selection_protocol = p_support_mode it_werks_range = prt_werks it_abnnr_range = prt_abnnr it_matkl_range = prt_matkl it_matnr_range = crt_matnr IMPORTING et_selling_docs = gt_selling_docs et_selling_docs_atp = gt_selling_atp_data et_selling_docs_display = gt_display_data et_selling_docs_subitems = gt_subitems et_marc_key = lt_marc_key CHANGING c_runtime_data = c_runtime_data EXCEPTIONS no_data_selected = 1 application_log_created = 2 OTHERS = 99.

W_CPO_APPLICATION_LOG_SAVE CALL FUNCTION 'W_CPO_APPLICATION_LOG_SAVE' IMPORTING et_log_number = lt_appl_log.

BAL_GLB_MEMORY_EXPORT CALL FUNCTION 'BAL_GLB_MEMORY_EXPORT'.

W_CPO_SELLING_DOC_COLLECT_DISP CALL FUNCTION 'W_CPO_SELLING_DOC_COLLECT_DISP' EXPORTING i_parameters = c_parameters i_tmp_para_variant = l_variant i_show_progress_indicator = p_progress_indicator i_create_selection_protocol = p_support_mode it_marc_key = lt_marc_key IMPORTING et_procurement_data = xportab_selection[] CHANGING c_runtime_data = c_runtime_data ct_selling_docs = gt_selling_docs ct_selling_docs_atp = gt_selling_atp_data ct_selling_docs_display = gt_display_data ct_selling_docs_subitems = gt_subitems EXCEPTIONS no_data_selected = 1 application_log_created = 2 OTHERS = 99.

W_CPO_APPLICATION_LOG_SAVE CALL FUNCTION 'W_CPO_APPLICATION_LOG_SAVE' IMPORTING et_log_number = lt_appl_log.

BAL_GLB_MEMORY_EXPORT CALL FUNCTION 'BAL_GLB_MEMORY_EXPORT'.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = yes i_callback_program = l_program_id i_structure_name = 'EKKO_KEY' i_grid_title = l_grid_title is_layout = l_layout i_save = 'A' is_print = l_alv_print it_events = lt_alv_events TABLES t_outtab = gt_cpo_key EXCEPTIONS OTHERS = 0.



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 MWFRM1F00_MAIN or its description.