SAP Reports / Programs | Logistics - General | Merchandise Distribution | Allocation(LO-MDS-AL) SAP LO

RWAUREFV SAP ABAP Report - Allocation Rules For Plant / Reassign Plants







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


Transaction Code(s):

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

WA51 - Reassign Gen. Alloc Rules/Plant


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


INCLUDES used within this REPORT RWAUREFV

INCLUDE UREFVE01.
INCLUDE UREFVF01.
INCLUDE UREFVE02.




INCLUDE UREFVF02.
INCLUDE UREFVF03.
INCLUDE UREFVE03.
INCLUDE UREFVE04.
INCLUDE UREFVE05.
INCLUDE UREFVE06.
INCLUDE UREFVF04.
INCLUDE UREFVF05.


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