SAP Reports / Programs

RWAUREGE SAP ABAP Report - Generate Allocation Rules Using RIS Data







RWAUREGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to generate allocation rules using planning data or actual data from the Retail Information System...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 RWAUREGE 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

WA50 - Generate Allocation Rule


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 RWAUREGE. "Basic submit
SUBMIT RWAUREGE AND RETURN. "Return to original report after report execution complete
SUBMIT RWAUREGE 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: FILKL = Plant Group
Selection Text: GUELT = Validity Date
Selection Text: INFOS = Information Structure
Selection Text: KETYP = Key Figure Category
Selection Text: PERIV = Posting Period
Selection Text: PER_HIGH = To
Selection Text: PER_LOW = Period
Selection Text: P_AG1_RB = For base material group
Selection Text: P_AG2_RB = For MG hierarchy 1
Selection Text: P_AG3_RB = For MG hierarchy 2
Selection Text: P_AG4_RB = For Material
Selection Text: P_AG5_RB = For any desired hierarchy
Selection Text: P_ALVLI = ALV List
Selection Text: P_BR_BQ = Plant quotas
Selection Text: P_BR_ZK = Allocation categories
Selection Text: P_CLLI = Classical List
Selection Text: RFC_DEST = Logical destination
Selection Text: SPERI = Period split
Selection Text: SVART = Allocation rule type
Selection Text: S_ARTKL = Material group/MG hierarchy
Selection Text: S_ARTNR = Material
Selection Text: VRSIO = Version
Title: Generate Allocation Rules Using RIS Data
Text Symbol: T53 = List in preparation
Text Symbol: T52 = RIS data will be analyzed
Text Symbol: T51 = RIS data will be determined
Text Symbol: T50 = Period
Text Symbol: T49 = ASSIGN command could not be executed
Text Symbol: T48 = Determine RIS data
Text Symbol: T46 = Allocation categories
Text Symbol: T45 = Plant quotas
Text Symbol: T44 = Generate with
Text Symbol: T43 = Key figure not a quantity field (in base units of measure)
Text Symbol: T42 = Key figure category has too many key figures
Text Symbol: T41 = Information structure without material
Text Symbol: T40 = Use RIS data
Text Symbol: T39 = MG hierarchy 2
Text Symbol: T38 = MG hierarchy 1





Text Symbol: T37 = Material group
Text Symbol: T36 = More selection criteria only poss. for MG/MG hierarchy
Text Symbol: T35 = More selection criteria only possible for material
Text Symbol: T54 = Created automat.
Text Symbol: T55 = For any desired MG hierarchy
Text Symbol: T56 = Any MG hierarchy
Text Symbol: T57 = Enter only ONE material group
Text Symbol: T58 = Enter a material group
Text Symbol: T59 = Allocation cats.
Text Symbol: T60 = Plant quotas
Text Symbol: T61 = Version
Text Symbol: T62 = Info structure
Text Symbol: T63 = Period split
Text Symbol: T64 = Posting period
Text Symbol: T65 = Logical destination
Text Symbol: T66 = For any desired hierarchy
Text Symbol: T67 = For MG hierarchy 1
Text Symbol: T68 = For MG hierarchy 2
Text Symbol: T69 = For base mat. group
Text Symbol: T70 = For material
Text Symbol: VHM = Additionals
Text Symbol: WER = Value-only material
Text Symbol: T34 = Material
Text Symbol: LVA = Selection of Display Variant
Text Symbol: LSY = Local
Text Symbol: LGM = Empties matl
Text Symbol: GAR = Allocation rule & generated
Text Symbol: FIG = Plant group
Text Symbol: F23 = No range parameter entered for field
Text Symbol: F22 = Non-allowed characters in field
Text Symbol: F21 = No TADIR entry for include TMCWWTOP possible
Text Symbol: F20 = No F4 help possible
Text Symbol: F19 = Stack table overflow with temporary program code
Text Symbol: F18 = Application group missing in selection variant
Text Symbol: F17 = Errors generating/updating include TMCWWTOP
Text Symbol: F16 = Syntax error in temporary subroutine pool
Text Symbol: F15 = Temporary subroutine pool cannot be generated
Text Symbol: F14 = No info structure characteristics in selection criteria
Text Symbol: F13 = Sample code not found





Text Symbol: F12 = Period split in selection variant does not match info structure
Text Symbol: F11 = More than one period field in selection variant
Text Symbol: F10 = Field not in info structure
Text Symbol: F09 = Info structure contains no valid fields
Text Symbol: F08 = Selection variant contains too many fields
Text Symbol: F07 = No selection variant entered
Text Symbol: F06 = Selection variant contains no selection fields
Text Symbol: F05 = Selection variant contains no key elements of info structure
Text Symbol: F04 = No data for selection variant exists
Text Symbol: F03 = Selection variant contains no selection criteria
Text Symbol: F02 = No valid info structure in selection variant
Text Symbol: F01 = No selection variant exists
Text Symbol: ARF = AR generation
Text Symbol: ALD = Log. destination
Text Symbol: T31 = Evaluation figure
Text Symbol: T30 = Plants
Text Symbol: T29 = Largest key figure value (upper limit)
Text Symbol: T28 = Number
Text Symbol: T27 = Base plant group
Text Symbol: T26 = Allocation rule
Text Symbol: T25 = Model alloc rule
Text Symbol: T23 = Base material group
Text Symbol: T22 = Material group 1
Text Symbol: T21 = Material group 2
Text Symbol: T18 = Version
Text Symbol: T15 = To
Text Symbol: T12 = R
Text Symbol: T10 = Info structure
Text Symbol: T09 = Key Fig. Cat.
Text Symbol: T08 = to
Text Symbol: T07 = Statistics from
Text Symbol: T06 = Selection RIS
Text Symbol: T05 = Valid from
Text Symbol: T04 = Class type
Text Symbol: T03 = Plant group
Text Symbol: T02 = Allocation rule type
Text Symbol: T01 = Allocation rule data
Text Symbol: S06 = Further sel. criteria
Text Symbol: S04 = Material



Text Symbol: S03 = Generate allocation rule
Text Symbol: S02 = Selection RIS
Text Symbol: S01 = Allocation rule data
Text Symbol: RDS = System
Text Symbol: RDH = RIS:


INCLUDES used within this REPORT RWAUREGE

INCLUDE UREGETOP.
INCLUDE UREGEE01.
INCLUDE UREGEF0S.
INCLUDE UREGEF0Z.
INCLUDE UREGEF0L.
INCLUDE UREGEF0C.
INCLUDE UREGEF0E.


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