RWSORT46 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program stops the discontinuation process for the data entered in the selection screen...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RWSORT46 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSE8 - Display discontinuation status
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_MATNR = Material
Selection Text: P_LOCNR = Assortment
Selection Text: P_LIFNR = Vendor
Selection Text: P_EKORG = Purchasing organization
Selection Text: P_ALLES = Check all material data
Title: Display the Discontinuation Status of a Material
Text Symbol: 035 = discontinuation process for the
Text Symbol: 036 = materials selected?
Text Symbol: 037 = Selections will be lost.
Text Symbol: 038 = Do you really wish to switch to processing
Text Symbol: 039 = type 'change status'?
Text Symbol: 040 = Workflow status
Text Symbol: 041 = Ord. block planned
Text Symbol: 061 = Discontin. Process Started
Text Symbol: 062 = Reset Status
Text Symbol: 064 = Time of Deletion Flag
Text Symbol: 100 = Waiting
Text Symbol: 101 = Ready
Text Symbol: 102 = Reserved
Text Symbol: 103 = In procss
Text Symbol: 104 = Incorrect
Text Symbol: 105 = Executed
Text Symbol: 106 = Compl.
Text Symbol: 107 = Log. deleted
Text Symbol: 108 = Status unknown
Text Symbol: 300 = Selected Data
Text Symbol: 500 = Internal Error During Selection
Text Symbol: 001 = Material
Text Symbol: 002 = Vendor
Text Symbol: 003 = Assortment
Text Symbol: 004 = is not intended for discontinuation.
Text Symbol: 005 = deleted
Text Symbol: 006 = Error deleting work item
Text Symbol: 007 = POrg.
Text Symbol: 010 = Parameters
Text Symbol: 011 = Processing type
Text Symbol: 012 = Assigning a material to an assortment
Text Symbol: 013 = Assigning a material to a vendor
INCLUDE RWS46TOP.
INCLUDE RWS46C01.
INCLUDE RWS46E01.
INCLUDE RWS46F01.
INCLUDE RWSORT46_STATUS_1100O01.
INCLUDE RWSORT46_PBOO01.
INCLUDE RWSORT46_CONTAINER_CREATEF01.
INCLUDE RWSORT46_OUTPUT_GRID_F01.
INCLUDE RWSORT46_PAII01.
INCLUDE RWSORT46_PROGRAM_EXITF01.
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.
RWSORT46 - Display the Discontinuation Status of a Material RWSORT46 - Display the Discontinuation Status of a Material RWSORT45 - Discontinuing material (mat. discontinuation for distribution chains) RWSORT45 - Discontinuing material (mat. discontinuation for distribution chains) RWSORT44 - Material Discontinuation (Material/Plant Discontinuation) RWSORT44 - Material Discontinuation (Material/Plant Discontinuation)