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
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: _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
No INCLUDES are used within this REPORT code!
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.