SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment Maintenance(LO-MD-RA-MT) SAP LO

RWSORT11 SAP ABAP Report - Material Groups - Material - Assortments Consistency Check







RWSORT11 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program checks whether the reference materials in each material group are maintained to a deep enough level...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RWSORT11 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

WSL0 - Consistency check for reference mat.


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


Text pool values


Selection Text: WAGRU = Material group
Selection Text: AUCH_VTL = For all reference plants
Title: Material Groups - Material - Assortments Consistency Check
Text Symbol: VTL = DistrChain
Text Symbol: MVK = MVKE
Text Symbol: MBW = MBEW
Text Symbol: MAN = MANDT
Text Symbol: MAC = MARC
Text Symbol: ERR = Total no. material groups / no. without ref. material:
Text Symbol: END = End processing
Text Symbol: 054 = Ref. Plant
Text Symbol: 053 = Comment
Text Symbol: 052 = Level
Text Symbol: 051 = Segment
Text Symbol: 021 = Also check reference material at distribution chain level
Text Symbol: 020 = Evaluation area
Text Symbol: 004 = no reference material maintained for distr. chain
Text Symbol: 003 = no reference material maintained for DC
Text Symbol: 002 = no reference material maintained for store
Text Symbol: 001 = no reference material maintained for material group
003 Level Segm OrigPlnt Comments
002 Reference Material
001 Material Group


INCLUDES used within this REPORT RWSORT11

INCLUDE MWWCONST.
INCLUDE RWSORT_LISTVIEW_DATA.


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