SAP Reports / Programs | Sales and Distribution | POS Interface(SD-POS) SAP SD

RWUPINCL SAP ABAP INCLUDE - Reorganization of materials







RWUPINCL is a standard ABAP INCLUDE 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 RWUPINCL into the relevant SAP transactions such as SE38 or SE80


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 RWUPINCL. "Basic submit
SUBMIT RWUPINCL AND RETURN. "Return to original report after report execution complete
SUBMIT RWUPINCL 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: _MATNRV = MMat. from #SS_VKORG V
Selection Text: WERT = Display material group mat.
Selection Text: WERKS = Plant
Selection Text: WERKE = Plant
Selection Text: WERK = additional plant information
Selection Text: WAGRU = Material Group
Selection Text: VTWEG = Distribution channel
Selection Text: VKORG = Sales organization
Selection Text: SSTUF = Assortment grade
Selection Text: SORT_WRK = Sorting by plant
Selection Text: SORT_MAT = Sorting by material
Selection Text: NUR_LIST = only listings which act. exist
Selection Text: MATNR = Material Number
Selection Text: LISTALG = Listing algorithm
Selection Text: LIEF = Vendor
Selection Text: LES_WLK1 = Read list. conditions
Selection Text: LES_EORD = Read source list
Title: Reorganization of materials
Title: Data declaration for all RWVPxxSH reports
Text Symbol: 902 = Select alloc tbl
Text Symbol: 901 = Make up alloc tbl notif.
Text Symbol: 504 = Error deleting text:
Text Symbol: 503 = Error reading text:
Text Symbol: 501 = Program run locked for application $1 / object $2
Text Symbol: 500 = Entry for application $1 / object $2 missing in table TR01
Text Symbol: 338 = - Customer/mat. assignments
Text Symbol: 202 = Event
Text Symbol: 107 = Item
Text Symbol: 105 = Plant
Text Symbol: 103 = Material no.
Text Symbol: 102 = Alloc tbl
Text Symbol: 100 = *** Headers for sorting ***
Text Symbol: 039 = Last change
Text Symbol: 038 = Created
Text Symbol: 037 = Item
Text Symbol: 036 = Blocking indicator
Text Symbol: 035 = Request date
Text Symbol: 034 = Advise of quantity change by





Text Symbol: 033 = Text
Text Symbol: 032 = Maintenance status
Text Symbol: 031 = Activity status
Text Symbol: 030 = Prsscd by "Processed by length 10


INCLUDES used within this REPORT RWUPINCL

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:

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