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

SAPMWRFCDT_CONS SAP ABAP Report - Article Hierarchy Consistency Report







SAPMWRFCDT_CONS 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_CONS 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

WMATGRP12 - Article Hierarchy Consistency Report


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


Text pool values


Title: Article Hierarchy Consistency Report
Text Symbol: C01 = Database Table Name
Text Symbol: C02 = Category
Text Symbol: C03 = Higher-Level Node
Text Symbol: H01 = Article Checks
Text Symbol: H02 = Node Checks
Text Symbol: H03 = BW Article Checks
Text Symbol: H04 = BW Node Checks
Text Symbol: L01 = Help for Article Checks
Text Symbol: L02 = Help for Node Checks
Text Symbol: L03 = Help for BW Checks
Text Symbol: S01 = Planned
Text Symbol: S02 = Activated
Text Symbol: S03 = Deactivated
Text Symbol: T01 = Inconsistency


INCLUDES used within this REPORT SAPMWRFCDT_CONS

INCLUDE MWRFCDT_CONSTOP . " GLOBAL DATA
INCLUDE MWRFCDT_CONSO01 .
INCLUDE MWRFCDT_CONSI01 .
INCLUDE MWRFCDT_CONS_STATUS_0100O01.
INCLUDE MWRFCDT_CONS_PBO_0100O01.
INCLUDE MWRFCDT_CONS_USER_COMMAND_0I01.
INCLUDE MWRFCDT_CONS_EXIT_0100I01.
INCLUDE MWRFCDT_CONS_CHECK_HIERARCHI01.
INCLUDE MWRFCDT_CONS_HIER_INI01.
INCLUDE MWRFCDT_CONS_EXIT_0200I01.
INCLUDE MWRFCDT_CONS_PBO_0201O01.
INCLUDE MWRFCDT_CONS_PBO_0202O01.
INCLUDE MWRFCDT_CONS_PBO_0203O01.
INCLUDE MWRFCDT_CONS_PBO_0200O01.
INCLUDE MWRFCDT_CONS_CHANGE_TOOLBARF01.


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