SAP Reports / Programs | Logistics - General | Logistics Basic Data(LO-MD) SAP LO

MWRFCDT_SIMU_F01 SAP ABAP INCLUDE - Include MWRFCDT_SIMU_F01







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


INCLUDES used within this REPORT MWRFCDT_SIMU_F01

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:

WRF_MATGRP_SIMU_COPY_DATA_SEL call function 'WRF_MATGRP_SIMU_COPY_DATA_SEL' EXPORTING i_hier_id = src_hid i_node = src_node HIER_DATE = src_date "ng/15.11.05

WRF_MATGRP_SIMU_COPY_DATA_SEL call function 'WRF_MATGRP_SIMU_COPY_DATA_SEL' EXPORTING i_hier_id = target_hid i_node = src_node i_parent = target_node "ng/20.10.05

WRF_MATGRP_SIMU_COPY_DATA_SEL * call function 'WRF_MATGRP_SIMU_COPY_DATA_SEL' * exporting * i_hier_id = target_hid * i_node = target_node * i_read_matnr = with_art * importing * et_wrf_matgrp_struc = lt_target_struc * et_wrf_matgrp_struct = lt_target_struct * et_wrf_matgrp_sku = lt_target_sku * exceptions * error = 1 * others = 2.

WRF_MATGRP_GET_DIFFERENCE call function 'WRF_MATGRP_GET_DIFFERENCE' exporting is_wrf_matgrp_hier_source = s_source_hierarchy is_wrf_matgrp_hier_target = s_target_hierarchy is_node_source = s_source_node is_node_target = s_target_node hier_date_source = src_date "ng/15.11.05

WRF_MATGRP_GENERAL_CHECK call function 'WRF_MATGRP_GENERAL_CHECK' exporting is_wrf_matgrp_hier_source = s_source_hierarchy is_wrf_matgrp_hier_target = s_target_hierarchy is_node_source = s_source_node is_node_target = s_target_node * hier_date = target_date "ng/16.11.05

WRF_MATGRP_GENERAL_CHECK call function 'WRF_MATGRP_GENERAL_CHECK' exporting is_wrf_matgrp_hier_source = s_source_hierarchy is_wrf_matgrp_hier_target = s_target_hierarchy is_node_source = s_source_node is_node_target = s_target_node i_node_target = target_node * hier_date = s_source_node-date_from hier_date_source = src_date "ng/21.11.05

WRF_MATGRP_GENERAL_CHECK call function 'WRF_MATGRP_GENERAL_CHECK' exporting is_wrf_matgrp_hier_source = s_source_hierarchy is_wrf_matgrp_hier_target = s_target_hierarchy is_node_source = s_source_node is_node_target = s_target_node i_node_target = target_node * hier_date = s_source_node-date_from hier_date_source = src_date "ng/21.11.05

WRF_MATGRP_SIMU_CHECK call function 'WRF_MATGRP_SIMU_CHECK' EXPORTING is_wrf_matgrp_hier_source = s_source_hierarchy is_wrf_matgrp_struc_source = s_source_node i_hier_id_target = target_hid i_node_target = target_node i_flg_delta_source = src_mis_art i_flg_delta_node_source = src_mis_node i_flg_delta_target = target_mis_art i_flg_delta_node_target = target_mis_node i_flg_pre_article_source = src_exp_art i_flg_pre_node_source = src_exp_node it_wrf_matgrp_struc_source = lt_source_struc it_wrf_matgrp_struct_source = lt_source_struct it_wrf_matgrp_sku_source = lt_source_sku it_wrf_matgrp_struc_target = lt_target_struc_simu it_wrf_matgrp_struct_target = lt_target_struct_simu it_wrf_matgrp_sku_target = lt_target_sku_simu CHANGING xt_material_message = gt_art_general_messages xt_structure_message = gt_node_general_messages EXCEPTIONS error = 1 others = 2.



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