SAP Reports / Programs

RWSAVI1T SAP ABAP Report - Allocation Tables for Objects







RWSAVI1T 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 RWSAVI1T 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

WA30 - Allocation Tables for Objects


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 RWSAVI1T. "Basic submit
SUBMIT RWSAVI1T AND RETURN. "Return to original report after report execution complete
SUBMIT RWSAVI1T 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: SO_NAME = Name of user
Selection Text: SO_MATNR = Material
Selection Text: SO_FILNR = Plant
Selection Text: SO_EKORG = Purchasing organization
Selection Text: SO_EKGRP = Purchasing group
Selection Text: SO_DATUM = Date of last change
Selection Text: SO_ABELN = Allocation table
Selection Text: P_MATKL = Material group
Title: Allocation Tables for Objects
Text Symbol: 212 = Check authorization
Text Symbol: 211 = PuOrg / PuGrp
Text Symbol: 210 = User has no authorization
Text Symbol: 207 = Error text
Text Symbol: 206 = SY-SUBRC
Text Symbol: 205 = Curr. data
Text Symbol: 204 = Calling up module
Text Symbol: 203 = Module
Text Symbol: 202 = Event
Text Symbol: 201 = List of errors that occurred
Text Symbol: 113 = Entry of further goods receipts possible
Text Symbol: 112 = No plants maintained
Text Symbol: 111 = Vendor
Text Symbol: 110 = Dst.center
Text Symbol: 213 = START OF SELECTION
Text Symbol: 214 = Document type Allocation table
Text Symbol: 215 = No delivery phase exists
Text Symbol: 301 = Maintenance status
Text Symbol: 302 = Rel.
Text Symbol: 303 = Incomplete
Text Symbol: 304 = Activity status
Text Symbol: 305 = Not active
Text Symbol: 306 = Partly active
Text Symbol: 307 = Active
Text Symbol: 308 = Done
Text Symbol: 309 = All
Text Symbol: 310 = Status
Text Symbol: 311 = Organizational/administration data
Text Symbol: 312 = General data





Text Symbol: 109 = Dst.center
Text Symbol: 001 = Alloc. notif.
Text Symbol: 002 = Plant
Text Symbol: 003 = Material
Text Symbol: 011 = Allocation table number
Text Symbol: 016 = Planned qty;
Text Symbol: 017 = Confirmed qty ; "Length: 17
Text Symbol: 018 = Rqstd qty ; "Length 17
Text Symbol: 019 = Qty after GR DC
Text Symbol: 020 = Un ; "Unit of measure length 3
Text Symbol: 021 = Del. date ; "Delivery date length 10
Text Symbol: 040 = Planned qty;
Text Symbol: 041 = Un "Unit of measure length 3
Text Symbol: 043 = F
Text Symbol: 044 = confirmed qty ;
Text Symbol: 045 = Status ;
Text Symbol: 046 = IC ;
Text Symbol: 047 = PE;
Text Symbol: 048 = WO;
Text Symbol: 049 = D ;
Text Symbol: 050 = No;
Text Symbol: 051 = No;
Text Symbol: 052 = Confirmed qty ;
Text Symbol: 053 = GR qty ;
Text Symbol: 054 = Plnnd qty;
Text Symbol: 055 = Un ;
Text Symbol: 056 = PO;
Text Symbol: 057 = F
Text Symbol: 058 = Distribution center
Text Symbol: 059 = Vendor
Text Symbol: 101 = Alloc. tbl for objects
Text Symbol: 102 = Allocation table
Text Symbol: 103 = Material
Text Symbol: 104 = Description
Text Symbol: 105 = Plant
Text Symbol: 106 = Name
Text Symbol: 107 = Item
Text Symbol: 108 = Vendor ;
001 Alloc tbl Material Material description Plant Plant name





INCLUDES used within this REPORT RWSAVI1T

INCLUDE AVI1TE01.
INCLUDE AVI1TE02.
INCLUDE AVI1TE03.
INCLUDE AVI1TE04.
INCLUDE AVI1TE05.
INCLUDE AVI1TE06.


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