SAP Reports / Programs

WRF_RWSORT_DC_DISCONT SAP ABAP Report - Deletion of Listing Conditions in Distribution Centers







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

WRF_WSM5 - Deletion of Listing Cond. for DC


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 WRF_RWSORT_DC_DISCONT. "Basic submit
SUBMIT WRF_RWSORT_DC_DISCONT AND RETURN. "Return to original report after report execution complete
SUBMIT WRF_RWSORT_DC_DISCONT 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: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_LBS = D .
Selection Text: P_TEST = D .
Selection Text: P_SVGRP = D .
Selection Text: P_PRLL = D .
Selection Text: P_MAXT = D .
Selection Text: P_MAXART = D .
Selection Text: S_WERKS = Distribution Center
Selection Text: P_LBS = Determination via Layout Mod.
Selection Text: P_DATE = Check Time
Selection Text: P_ANV = Only AR-Relevant Objects
Title: Deletion of Listing Conditions in Distribution Centers
Text Symbol: 025 = Seconds
Text Symbol: 024 = Second
Text Symbol: 023 = Minutes
Text Symbol: 022 = Minute
Text Symbol: 021 = Hours
Text Symbol: 020 = Hour
Text Symbol: 019 = Runtime
Text Symbol: 018 = # Materials:
Text Symbol: 017 = Discontinuation Date
Text Symbol: 016 = Deletion Mode => Listing Conditions Will Be Changed/Deleted
Text Symbol: 015 = Checked Combinations
Text Symbol: 014 = Number of Entries Changed
Text Symbol: 013 = Number of Entries Deleted
Text Symbol: 012 = Information
Text Symbol: 011 = Site -> Material
Text Symbol: 010 = Test Mode -> No Changes Were Made
Text Symbol: 005 = Sess.
Text Symbol: 004 = Process Control
Text Symbol: 003 = Validity
Text Symbol: 002 = Additional Restrictions
Text Symbol: 001 = Selection Options


INCLUDES used within this REPORT WRF_RWSORT_DC_DISCONT

INCLUDE WRF_RWSORT_DC_DISCONT_TOP . " GLOBAL DATA
INCLUDE WRF_RWSORT_DC_DISCONT_E01. " EVENTS
INCLUDE WRF_RWSORT_DC_DISCONT_E02. " EVENTS
INCLUDE WRF_RWSORT_DC_DISCONT_E03. " EVENTS




INCLUDE WRF_RWSORT_DC_DISCONT_F01.
INCLUDE WRF_RWSORT_DC_DISCONT_F02.
INCLUDE WRF_RWSORT_DC_DISCONT_F03.
INCLUDE WRF_RWSORT_DC_DISCONT_F04.
INCLUDE WRF_RWSORT_DC_DISCONT_F05.
INCLUDE WRF_RWSORT_DC_DISCONT_F06.
INCLUDE WRF_RWSORT_DC_DISCONT_F07.
INCLUDE WRF_RWSORT_DC_DISCONT_F08.
INCLUDE WRF_RWSORT_DC_DISCONT_F09.
INCLUDE WRF_RWSORT_DC_DISCONT_F10.
INCLUDE WRF_RWSORT_DC_DISCONT_F11.


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:

No SAP FUNCTION MODULES are executed within this report code!



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