RWSORT09 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 RWSORT09 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSL9 - Listing conditions coming to an end
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: ZEIT_AB = Invalid before
Selection Text: VOLLST = SRS: only complete expiry
Selection Text: VERKAUF = Also selling period expiry
Selection Text: PRINT = Print list
Selection Text: LIKON = Only listing condition expiry
Selection Text: KUNDE = Listing customer
Selection Text: FILIA = Assortment
Selection Text: FILE = Further processing SRS
Selection Text: DATUM_BI = Invalid to
Selection Text: DATUM_AB = Invalid from
Selection Text: ADD_V = Further days in future period
Title: Listing / Selling Periods Due to Expire
Text Symbol: 021 = Date to = end of selling period, listing to:
Text Symbol: 011 = Comes to complete end
Text Symbol: 010 = Yes
Text Symbol: 008 = Hierarchy material group
Text Symbol: 007 = Last page
Text Symbol: 003 = To be generated
Text Symbol: 002 = Restrictions
Text Symbol: 001 = Selection
003 listed from-to sold till promotion Theme Excl. comes to a complete end
002 Material Un Description Season
001 Astmnt Material group
INCLUDE MWWCONST.
INCLUDE RWSORT_LISTVIEW_DATA.
No SAP DATABASE tables are accessed within this REPORT code!
WLK2_READ CALL FUNCTION 'WLK2_READ' EXPORTING " DATUM = ' ' WLK2 = WLK2 TABLES WLK2_INPUT = I_WLK2 EXCEPTIONS NO_REC_FOUND = 01 KEY_NOT_COMPLETE = 02 WERKS_NOT_FOUND = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.