RWSORT64 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 RWSORT64 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSL11 - WSL11
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.
Selection Text: P_KOMPO = Display Variants / Components
Selection Text: S_AKTIO = Promotion
Selection Text: S_ASORT = Assortment
Selection Text: S_DATUM = Valid On
Selection Text: S_KUNNR = Customer Number for Plant
Selection Text: S_MATKL = Material Group
Selection Text: S_MATNR = Material
Selection Text: S_VKORG = Sales Organization
Selection Text: S_VTWEG = Distribution Channel
Title: Evaluation of Listing Conditions
Text Symbol: 001 = Evaluation of Listing Conditions
Text Symbol: 020 = Material
Text Symbol: 021 = Organizational Levels
Text Symbol: 022 = Validity
Text Symbol: 023 = No Listing Conditions Found
INCLUDE RWSORT64_TOP.
INCLUDE RWSORT64_SIMPLE_EVENT_RECEIVER.
INCLUDE RWSORT64_F01.
INCLUDE RWSORT64_ASESC.
INCLUDE RWSORT64_SOSEL.
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'WLK1_SITE' changing ct_fieldcat = gt_fieldcatalog.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWSORT64 - Evaluation of Listing Conditions RWSORT64 - Evaluation of Listing Conditions RWSORT63 - Display Assortment Modules That Are Assigned to a Plant More Than Once RWSORT63 - Display Assortment Modules That Are Assigned to a Plant More Than Once RWSORT62 - Determining the Average Number of WLK1 for Materials RWSORT62 - Determining the Average Number of WLK1 for Materials