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

RWSORT23 SAP ABAP Report - Assortment Structure Per Assortment







RWSORT23 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report generates the material groups-to-plants assignments for assortments or distribution chains according to the following procedure: The selection options can be narrowed down to distribution chain (sales organization and distribution channel), plants or material groups...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 RWSORT23 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

WSL6 - Assortment structure, Plants


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


Text pool values


Assortment Structure Per Assortment
Selection Text: S_VTWEG = Distribution channel
Selection Text: S_VKORG = Sales organization
Selection Text: S_MATKL = Material group
Selection Text: S_ASORT = Assortment
Selection Text: P_VARI = Selection variant
Selection Text: HIER_ANZ = Displ. mat. group hierarchies
Title: Assortment Structure Per Assortment
Text Symbol: 032 = New:
Text Symbol: 031 = Old:
Text Symbol: 029 = Un
Text Symbol: 028 = Module
Text Symbol: 027 = To
Text Symbol: 026 = Valid from
Text Symbol: 025 = Materials assigned
Text Symbol: 024 = New field content
Text Symbol: 023 = Old field content
Text Symbol: 022 = Change document
Text Symbol: 021 = Shorttxt
Text Symbol: 020 = Field name
Text Symbol: 019 = Table name
Text Symbol: 017 = Change number
Text Symbol: 016 = Description
Text Symbol: 015 = P
Text Symbol: 014 = N
Text Symbol: 013 = RevP
Text Symbol: 012 = P
Text Symbol: 011 = DepNo
Text Symbol: 010 = Astmt length
Text Symbol: 009 = AS
Text Symbol: 008 = Material group
Text Symbol: 007 = Assortment
Text Symbol: 006 = Plant assortment structures
Text Symbol: 005 = Selection
Text Symbol: 004 = be displayed?
Text Symbol: 003 = Should all data
Text Symbol: 002 = made!
Text Symbol: 001 = No selection





001 |Assortment Mat. group AstmtGrade Prio


INCLUDES used within this REPORT RWSORT23

INCLUDE ORT23F02.
INCLUDE ORT23F03.
INCLUDE ORT23F04.


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