SAP Reports / Programs

RWSORT03 SAP ABAP Report - Is material listed?







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

WSL3 - Material listed in plant before?


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 RWSORT03. "Basic submit
SUBMIT RWSORT03 AND RETURN. "Return to original report after report execution complete
SUBMIT RWSORT03 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: UNIT = Unit of measure
Selection Text: P_ASORT = Assortment
Selection Text: PROM_T = Promotion theme
Selection Text: PROMOT = Promotion
Selection Text: DATUMBIS = Valid to
Selection Text: DATUMAB = Valid from
Selection Text: CHECKPL = Check opening times
Selection Text: ASORT = Assortment
Selection Text: ARTNR = Material
Title: Is material listed?
Text Symbol: 032 = Closing date :
Text Symbol: 033 = Block from :
Text Symbol: 034 = Block to :
Text Symbol: 037 = Item
Text Symbol: 038 = Created
Text Symbol: 039 = Last change
Text Symbol: 040 = Material
Text Symbol: 041 = Validity range
Text Symbol: 042 = Additional requirements
Text Symbol: AAA = Selection criteria
Text Symbol: PPP = Program parameter
Text Symbol: QQQ = Resulting valid listing periods:
Text Symbol: RRR = Normal modules and exclusion modules:
Text Symbol: 031 = Opening date :
Text Symbol: %FP = Program parameters
Text Symbol: %FS = Selection criteria
Text Symbol: 001 = Material :
Text Symbol: 002 = Un :
Text Symbol: 003 = Asrtmnt :
Text Symbol: 004 = From date:
Text Symbol: 005 = To date :
Text Symbol: 006 = Promotion:
Text Symbol: 007 = Theme :
Text Symbol: 010 = Assortment
Text Symbol: 011 = Material
Text Symbol: 012 = Valid from
Text Symbol: 013 = Valid to
Text Symbol: 015 = Un





Text Symbol: 016 = Prior.
Text Symbol: 017 = Exclus.
Text Symbol: 018 = Promotion
Text Symbol: 019 = Theme
Text Symbol: 020 = Module
Text Symbol: 021 = No. modules
Text Symbol: 022 = Information on assigned assortment user:
Text Symbol: 030 = Plant closing times
001 Assortment Material Un valid_from to Prio. Negat. Promotion Theme Module Number Modules


INCLUDES used within this REPORT RWSORT03

INCLUDE MWWCONST.


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:

WLK1_CHECK call function 'WLK1_CHECK' exporting * DATE LIKE WSOH-DATAB DEFAULT SPACE item = artnr asort = p_asort * SHOP_LOCNR = P_ASORT date_begin = datumab date_end = datumbis sales_unit = unit check_plant_time = checkpl promotion = promot promotion_theme = prom_t get_whole_time = 'X' all_wlk1_info = 'X' importing no_unit_but_item_listing = no_unit tables o_wlk1 = iwlk1 all_wlk1 = gwlk1 exceptions no_listing = 1 no_listing_in_time = 2 existing_exclusion_listing = 3 wrong_parameters = 4 no_open_time_shop_in_time = 5 no_listing_for_promotion = 6 wrong_location = 7 no_complete_listing_in_time = 8.

ASSORTMENT_GET_USERS_OF_ASORT CALL FUNCTION 'ASSORTMENT_GET_USERS_OF_ASORT' EXPORTING VALID_PER_DATE = DATUMAB " note 640416 DATE_TO = DATUMBIS " note 640416 * SELECT_INVALID_ASORT = ' ' TABLES ASSORTMENT_USERS = USERS ASSORTMENT_ASORTS = ASORT EXCEPTIONS NO_ASORT_TO_SELECT = 1 NO_USER_FOUND = 2 OTHERS = 3.



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