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

SAPMWRFCDT_SIMU SAP ABAP Report - Simulate: Copy Article Hierarchy







SAPMWRFCDT_SIMU is a standard Executable ABAP Report 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 SAPMWRFCDT_SIMU into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WMATGRP08N - Simulate: Copy Article Hierarchy
WMATGRP08 - Simulation of Article hierarchy copy


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


Text pool values


Title: Simulate: Copy Article Hierarchy
Text Symbol: 028 = Source Validity From
Text Symbol: 029 = Source Validity To
Text Symbol: 030 = Target Validity From
Text Symbol: 031 = Target Validity To
Text Symbol: 032 = Source Hierarchy Status
Text Symbol: 033 = Source Hierarchy Description
Text Symbol: 034 = Target Hierarchy Status
Text Symbol: 035 = Target Hierarchy Description
Text Symbol: C01 = Copy Node to Be Reassigned
Text Symbol: C02 = Reassign Node
Text Symbol: H01 = Test Status
Text Symbol: H11 = Article Check
Text Symbol: H12 = Node Check
Text Symbol: I04 = Node missing in target
Text Symbol: I06 = Node expired in source
Text Symbol: L01 = Icon Legend
Text Symbol: S01 = Planned
Text Symbol: S02 = Activated
Text Symbol: S03 = Deactivated


INCLUDES used within this REPORT SAPMWRFCDT_SIMU

INCLUDE MWRFCDT_SIMUTOP.
INCLUDE MWRFCDT_SIMUF01.
INCLUDE MWRFCDT_SIMU_STATUS_0100O0.
INCLUDE MWRFCDT_SIMU_CHECK_DATAI01.
INCLUDE MWRFCDT_SIMU_USER_CMD_0100I01.
INCLUDE MWRFCDT_SIMU_EXIT_0100I01.
INCLUDE MWRFCDT_SIMU_F4_PHIER_IDI01.
INCLUDE MWRFCDT_SIMU_F4_AHIER_IDI01.
INCLUDE MWRFCDT_SIMU_F4_PNODEI01.
INCLUDE MWRFCDT_SIMU_F4_ANODEI01.
INCLUDE MWRFCDT_SIMU_PBO_0100O01.
INCLUDE MWRFCDT_SIMUO01 .
INCLUDE MWRFCDT_SIMUI01 .
INCLUDE MWRFCDT_SIMU_USER_COMMAND_0I01.
INCLUDE MWRFCDT_SIMU_STATUS_0110O01.
INCLUDE MWRFCDT_SIMU_STATUS_0202O01.
INCLUDE MWRFCDT_SIMU_USER_COMMAND_0I02.
INCLUDE MWRFCDT_SIMU_PAI_PRECHECKS_I01.




INCLUDE MWRFCDT_SIMU_USER_COMMAND_0I03.
INCLUDE MWRFCDT_SIMU_F01.
INCLUDE MWRFCDT_SIMU_PBO_125O01.
INCLUDE MWRFCDT_SIMU_CHECK_SOURCE_NF01.
INCLUDE MWRFCDT_SIMU_CHECK_TARGET_NF01.
INCLUDE MWRFCDT_SIMU_BUILD_NODE_TABF01.
INCLUDE MWRFCDT_SIMU_PBO_0410O01.
INCLUDE MWRFCDT_SIMU_CL.
INCLUDE MWRFCDT_SIMU_STATUS_0200O01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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