SAP Reports / Programs

RWSORT09 SAP ABAP Report - Listing / Selling Periods Due to Expire







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WSL9 - Listing conditions coming to an end


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 RWSORT09. "Basic submit
SUBMIT RWSORT09 AND RETURN. "Return to original report after report execution complete
SUBMIT RWSORT09 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: 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


INCLUDES used within this REPORT RWSORT09

INCLUDE MWWCONST.
INCLUDE RWSORT_LISTVIEW_DATA.


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:

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.



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