SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment Maintenance(LO-MD-RA-MT) SAP LO

RWSORT46 SAP ABAP Report - Display the Discontinuation Status of a Material







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WSE8 - Display discontinuation status


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 RWSORT46. "Basic submit
SUBMIT RWSORT46 AND RETURN. "Return to original report after report execution complete
SUBMIT RWSORT46 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 = 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





Text Symbol: 014 = General material data
Text Symbol: 020 = AstmtOwner
Text Symbol: 021 = Deletion flag
Text Symbol: 022 = Discontinuation process
Text Symbol: 023 = Set
Text Symbol: 024 = started
Text Symbol: 025 = No change document found
Text Symbol: 026 = Deletion flag set
Text Symbol: 027 = Deletion flag planned
Text Symbol: 028 = Physical deletion planned
Text Symbol: 029 = Switch to processing type
Text Symbol: 030 = 'change status'?
Text Symbol: 031 = Switch processing type
Text Symbol: 032 = Execute function
Text Symbol: 033 = Stop discontinuation process
Text Symbol: 034 = Do you really wish to exit the


INCLUDES used within this REPORT RWSORT46

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.


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