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
Below is a list of transaction codes which are relevant to this SAP report
WRF_DIS_SEL - Seas. Proc. Material Discontinuation
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: 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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWRF_DISCONT_SEL - Fashion Discontinuation RWRF_DISCONT_SEL - Fashion Discontinuation RWRF_DISCONT_MON_TOP - Include RWRF_DISCONT_MON_TOP RWRF_DISCONT_MON_SELSCREEN - RWRFDISCONTMONSELSCREEN RWRF_DISCONT_MON_FORMS - Include RWRF_DISCONT_MON_FORMS RWRF_DISCONT_MON_EVENTS - Include RWRF_DISCONT_MON_EVENTS