RWSORT10 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 RWSORT10 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSS1 - General settings for Assortments
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: BUSP_IND = D .
Selection Text: C_ALLAS = Local Assortments Listing
Selection Text: GHLIS = FMod Any listing check
Selection Text: INTAR = FM Assortment<->Int.mat.maint.
Selection Text: LAYDA = Document type
Selection Text: LIKON = Work without listing cond.
Selection Text: MAPFNAME = Space Management Interface
Selection Text: MBRSH = Retail industry sector
Selection Text: MPROT = Log missing material segments
Selection Text: NLUEX = FMod Subs. listing
Selection Text: NPROT = Error log, multiple
Selection Text: ORDERB = Source List
Selection Text: VALCE = Customer exit for valuation
Selection Text: VKUNB = Revaluation procedure
Selection Text: VLGFI = Reference plant for stores
Selection Text: VLGVZ = Reference plant for DCs
Selection Text: VLIEF = Vendor default data
Selection Text: VWTAG = Log records retention (days)
Selection Text: WKZVA = Material group reference mat.
Selection Text: XUMVK = Proc., stock trans. valuation
Selection Text: INFR_IND = D .
Selection Text: TIMDEP = D .
Selection Text: VEND_IND = D .
Selection Text: BKLAS = Default Valuation Class
Selection Text: ASMAS = Multiple Assignment Is Active
Selection Text: ADDIS = Activate additionals
Title: Retail Master Data - General Control
Text Symbol: 001 = Control, assortments
Text Symbol: 002 = Control, alloc. tables
Text Symbol: 004 = Control parameters for material master
Text Symbol: 005 = Control, material group
Text Symbol: 006 = Control, material discontinuation
Text Symbol: 007 = Control, product catalog
Text Symbol: 008 = Days
Text Symbol: 009 = Warning if deadline is missed
Text Symbol: 010 = Buffer for checks, Sales
Text Symbol: 011 = Buffer for checks,Purchasing
Text Symbol: 012 = Control, val. at rtl with stock transfer
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'ST1' * P_PROGRAM = ' ' TABLES p_exclude = ftable EXCEPTIONS OTHERS = 0.
LOCATION_SELECT_PLANT CALL FUNCTION 'LOCATION_SELECT_PLANT' EXPORTING i_werks = vlgvz IMPORTING o_t001w = t001w EXCEPTIONS no_valid_plant = 01 plant_not_found = 02.
LOCATION_SELECT_PLANT CALL FUNCTION 'LOCATION_SELECT_PLANT' EXPORTING i_werks = vlgfi IMPORTING o_t001w = t001w EXCEPTIONS no_valid_plant = 01 plant_not_found = 02.
MAW1_SINGLE_READ CALL FUNCTION 'MAW1_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 0 matnr = mara-matnr IMPORTING wmaw1 = maw1 EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = ko200 IMPORTING we_order = we_order we_task = we_task we_ko200 = we_ko200 we_object_appendable = we_object TABLES wt_e071k = i_e071k.
TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING " WI_ORDER = " ' ' wi_ko200 = ko200 IMPORTING we_order = we_order we_task = we_task we_ko200 = we_ko200 TABLES wt_e071k = i_e071k.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = ko200 IMPORTING we_order = we_order we_task = we_task we_ko200 = we_ko200 we_object_appendable = we_object TABLES wt_e071k = i_e071k.
TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING " WI_ORDER = " ' ' wi_ko200 = ko200 IMPORTING we_order = we_order we_task = we_task we_ko200 = we_ko200 TABLES wt_e071k = i_e071k.
ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING tabname = tabname varkey = sperrdat EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.