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

RWSORT25 SAP ABAP Report - Listing Analysis / Possible Causes of Listing and Problems







RWSORT25 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 RWSORT25 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

WSLC - Display of causes of listing


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 RWSORT25. "Basic submit
SUBMIT RWSORT25 AND RETURN. "Return to original report after report execution complete
SUBMIT RWSORT25 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: ARTNR = Material
Selection Text: DATUM = Check per
Selection Text: LISTMET = Listing procedure
Selection Text: LISTTXT = Description, listing procedure
Selection Text: PROMOT = Promotion
Selection Text: SHOP = Assortment
Selection Text: SHOWCOND = Display all listing conditions
Selection Text: THEMA = Promotion theme
Title: Listing Analysis / Possible Causes of Listing and Problems
Text Symbol: 001 = Assortment
Text Symbol: 002 = Material
Text Symbol: 003 = Promotion
Text Symbol: 004 = Theme
Text Symbol: 005 = Listing procedure (analysis default)
Text Symbol: 006 = Validity
Text Symbol: 008 = Rules in force or data found according to predefined values
Text Symbol: 020 = Validity range
Text Symbol: 021 = Validity
Text Symbol: 022 = Selection Parameters


INCLUDES used within this REPORT RWSORT25

INCLUDE MWWCONST.
INCLUDE RWSORT25_ALT.


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:

ASSORTMENT_GET_DATA_AND_USER_B CALL FUNCTION 'ASSORTMENT_GET_DATA_AND_USER_B' EXPORTING asort = shop * VALID_AT = ' ' * STATUS = '1' IMPORTING asort_data = wint_carrh EXCEPTIONS no_data = 1 no_valid_data = 2 OTHERS = 3.

ASSORTMENT_LOGICAL_CHAIN CALL FUNCTION 'ASSORTMENT_LOGICAL_CHAIN' EXPORTING asort = shop matnr = artnr datum = datum lstfl = listmet promotion = promot promotion_theme = thema check = 'A' continue = 'X' show_conditions = showcond TABLES results = iwscor EXCEPTIONS OTHERS = 1.



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