SAP Reports / Programs | Logistics - General | Logistics Basic Data(LO-MD) SAP LO

RWSORT10 SAP ABAP Report - Retail Master Data - General Control







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


Transaction Code(s):

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

WSS1 - General settings for Assortments


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





Text Symbol: 013 = Control, rplnshmnt
Text Symbol: 014 = Control, valuation at cost for structured material
Text Symbol: 015 = Control, additionals
Text Symbol: 016 = Control, pricing
Text Symbol: 017 = Control of reval. at rtl for value-only matls with neg. stocks
Text Symbol: 018 = Control Assortment List
Text Symbol: 019 = Control Reference Plants for Purchasing
Text Symbol: 020 = Space Management
Text Symbol: 021 = Deletion Flag with Pricing


INCLUDES used within this REPORT RWSORT10

No INCLUDES are used within this REPORT code!


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:

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.



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