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

RWSORT34 SAP ABAP Report - Display Change Documents For The Listing Conditions







RWSORT34 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display the change documents for listing conditions You can view this report to view change documents for listing conditions for specific materials...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 RWSORT34 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

WSLI - Display change doc. listing cond.


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 RWSORT34. "Basic submit
SUBMIT RWSORT34 AND RETURN. "Return to original report after report execution complete
SUBMIT RWSORT34 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: S_MATNR = Material Number
Selection Text: S_DATUM = Change Period
Selection Text: S_ASORT = Assortment
Selection Text: P_VTWEG = Distribution Channel
Selection Text: P_VKORG = Sales Organization
Selection Text: P_KOMPO = With Variants/Components
Title: Display Change Documents For The Listing Conditions
Text Symbol: 036 = Time Restriction
Text Symbol: 035 = ChType
Text Symbol: 034 = To Date
Text Symbol: 032 = No.
Text Symbol: 030 = Listing Conditions Were Deleted
Text Symbol: 029 = Listing Conditions Were Created Again
Text Symbol: 027 = C
Text Symbol: 026 = New Field Contnt
Text Symbol: 025 = Old Field Contnt
Text Symbol: 024 = Text Types
Text Symbol: 023 = Explanatory Text
Text Symbol: 022 = Fld Name
Text Symbol: 021 = Table Name
Text Symbol: 020 = Module
Text Symbol: 019 = Struct. Mat.
Text Symbol: 018 = Material
Text Symbol: 017 = Asrtmnt
Text Symbol: 016 = Doc. No.
Text Symbol: 015 = Transaction Code
Text Symbol: 014 = Chgd By
Text Symbol: 013 = Time
Text Symbol: 012 = Date
Text Symbol: 011 = Doc. No.
Text Symbol: 010 = ChangeDocuments
Text Symbol: 009 = Material
Text Symbol: 008 = Description
Text Symbol: 007 = Asrtmnt
Text Symbol: 006 = Sales Org./Distribution Channel
Text Symbol: 005 = Distr. Chain
Text Symbol: 004 = Org. Structure
Text Symbol: 003 = Change Period





Text Symbol: 002 = Organizational Levels
Text Symbol: 001 = Material


INCLUDES used within this REPORT RWSORT34

INCLUDE RWS34TOP . "
INCLUDE RWS34E01 . "
INCLUDE RWS34F01 . "
INCLUDE RWS34F02 . "
INCLUDE RWS34F05 . "
INCLUDE RWS34F03.
INCLUDE RWS34F06.
INCLUDE RWS34F07.
INCLUDE RWS34F08.
INCLUDE RWS34F09.
INCLUDE RWS34F10.
INCLUDE RWS34F11.
INCLUDE RWS34F12.
INCLUDE RWS34F13.
INCLUDE RWSORT34_WRITE_OUTPUT_ALVF01.


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