SAP Reports / Programs

RWRF_DISCONT_SEL SAP ABAP Report - Fashion Discontinuation







RWRF_DISCONT_SEL 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 RWRF_DISCONT_SEL 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_DIS_SEL - Seas. Proc. Material Discontinuation


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 RWRF_DISCONT_SEL. "Basic submit
SUBMIT RWRF_DISCONT_SEL AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_DISCONT_SEL 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_MSTAE = Cross-Plant Material Status
Selection Text: S_MSTAV = Cross Distrib. Chain Status
Selection Text: S_OFFS1 = Offset Cross-Plant MatStatus
Selection Text: S_OFFS2 = Offset Cross-Dist.Chain Status
Selection Text: S_OFFS3 = Offset Cross-Plant MatStatus
Selection Text: P_AKTNR = D .
Selection Text: P_ALDAT = D .
Selection Text: P_ALID = D .
Selection Text: P_AUFSAM = D .
Selection Text: P_DISNAM = D .
Selection Text: P_KZFACT = D .
Selection Text: P_LVORM = D .
Selection Text: P_SPERR = D .
Selection Text: SP_BEST = D .
Selection Text: SP_BEZUG = D .
Selection Text: SP_VERK = D .
Selection Text: S_ATTYP = D .
Selection Text: S_EKORG = D .
Selection Text: S_LIFNR = D .
Selection Text: S_LOCNR = D .
Selection Text: S_LTS = D .
Selection Text: S_MATKL = D .
Selection Text: S_MATNR = D .
Selection Text: S_MTART = D .
Selection Text: S_SAISJ = D .
Selection Text: S_SAISO = D .
Selection Text: S_SAITY = D .
Selection Text: S_VKORG = D .
Selection Text: S_VTWEG = D .
Selection Text: S_WERKS = D .
Selection Text: S_MMSTA = Plant-Specific Material Status
Selection Text: S_ASOGRP = Assortment Group
Selection Text: P_PACKET = Package Size
Selection Text: P_LOTSEL = D .
Selection Text: P_DIALOG = Online Checks
Selection Text: P_BATCH = Offline Checks
Selection Text: P_ALLERR = Check Material in Full
Title: Fashion Discontinuation





Text Symbol: 004 = Materials were selected.
Text Symbol: 006 = Do you really want to check all the materials?
Text Symbol: 008 = Check Material
Text Symbol: 012 = Follow-Up Actions
Text Symbol: 043 = Number of materials to be checked:
Text Symbol: 200 = Executing follow-up actions will change data.
Text Symbol: 202 = Do you want to execute the follow-up actions?
Text Symbol: S01 = Client-Wide Material Discontinuation
Text Symbol: S02 = Vendor Material Discontinuation
Text Symbol: S03 = Material Discontinuation for Plants
Text Symbol: S05 = Block Material
Text Symbol: S06 = Worklist Name
Text Symbol: S07 = Offline Checks
Text Symbol: S08 = Online Checks
Text Symbol: S09 = Execute Follow-Up Processing
Text Symbol: S10 = Check Material in Full
Text Symbol: S11 = Discontinue Immediately
Text Symbol: S12 = PackageSize
Text Symbol: T01 = Material Data
Text Symbol: T02 = Vendor Data
Text Symbol: T03 = Plant Data
Text Symbol: T05 = Processing Type


INCLUDES used within this REPORT RWRF_DISCONT_SEL

INCLUDE RWRF_DISCONT_SEL_TOP.
INCLUDE RWRF_DISCONT_SEL_SCREENS.
INCLUDE RWRF_DISCONT_SEL_EVENTS.
INCLUDE RWRF_DISCONT_SEL_FORMS.
INCLUDE WSTR_RWS40F02. "HOLDS STORE GROUPS FOR PURCHASING
INCLUDE F_DISCONT_SEL_F01.


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