RWAUREFV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a list of existing allocation rules for a particular plant number...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RWAUREFV into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WA51 - Reassign Gen. Alloc Rules/Plant
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: S_FILNR = Plant
Selection Text: P_SVART = Allocation rule type
Selection Text: P_GUELT = Valid from
Selection Text: P_FILKL = Plant group
Selection Text: P_AUSWA = Plant selection
Title: Allocation Rules For Plant / Reassign Plants
Text Symbol: 029 = List in preparation
Text Symbol: 028 = Data will be selected
Text Symbol: 027 = Largest key fig. value
Text Symbol: 026 = Quota
Text Symbol: 025 = Base plant group
Text Symbol: 024 = Item no.
Text Symbol: 023 = RIS Key fig. value
Text Symbol: 022 = Actual assignment plnt
Text Symbol: 021 = Target assignment plnt
Text Symbol: 020 = Valid from
Text Symbol: 019 = Description
Text Symbol: 018 = Mat.grp/material
Text Symbol: 017 = Doc.no.
Text Symbol: 016 = Targat assgnmnt Actual assgnmnt Valid from Key fig.
Text Symbol: 015 = Mat.
Text Symbol: 014 = MG
Text Symbol: 013 = Location
Text Symbol: 012 = Name
Text Symbol: 011 = Plant
Text Symbol: 010 = Item Description Qty
Text Symbol: 009 = Indiv. select. = X / If collective leave blank
Text Symbol: 008 = Without description
Text Symbol: 007 = Valid from
Text Symbol: 006 = Alloc. rule valid from
Text Symbol: 005 = Doc. no. Mat. grp /Material Description
Text Symbol: 004 = Page
Text Symbol: 003 = Allocation rules for plant on
Text Symbol: 002 = Client
Text Symbol: 001 = No allocation rule found for plant
INCLUDE UREFVE01.
INCLUDE UREFVF01.
INCLUDE UREFVE02.
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.