SAP Reports / Programs

RWRPLPRO SAP ABAP Report - Replenishment: Planning







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

WRP1 - Replenishment: Procurement


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 RWRPLPRO. "Basic submit
SUBMIT RWRPLPRO AND RETURN. "Return to original report after report execution complete
SUBMIT RWRPLPRO 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: ARTRNGE = Material
Selection Text: CUSTGRP = Recipient Group
Selection Text: CUSTRNGE = Recipient
Selection Text: DISMRNGE = D .
Selection Text: G_ATP = Determ. Rcpts/Issues (via ATP)
Selection Text: G_DAY = Planning Date
Selection Text: G_FCAST = Include forecasted issues
Selection Text: G_NETCH = Net Change Planning
Selection Text: G_PKT = Packet Size
Selection Text: G_PLHOR = Replenishment Lead Time
Selection Text: G_TOL = Tolerance for Packet Size
Selection Text: G_WF = Generate Workitems
Selection Text: MCATRNGE = Material Group
Selection Text: ANDOR = D .
Title: Replenishment: Planning
Text Symbol: 047 = Packet Size
Text Symbol: 048 = Items
Text Symbol: 049 = Tolerance for Packet Size
Text Symbol: 050 = %
Text Symbol: 051 = For background processing only
Text Symbol: 052 = Show error
Text Symbol: 053 = Hide error
Text Symbol: 054 = Show zero quantities
Text Symbol: 055 = Hide zero quantities
Text Symbol: 056 = Error in container initialization
Text Symbol: 057 = Error in control initialization
Text Symbol: 058 = Show Components
Text Symbol: 059 = Hide Components
Text Symbol: 060 = Change to Error Variants
Text Symbol: 061 = Change to Material Variants
Text Symbol: 062 = Error Variants
Text Symbol: 063 = Material Variants
Text Symbol: 001 = Change Replenishment Quantity
Text Symbol: 002 = Day(s)
Text Symbol: 003 = Reading data...
Text Symbol: 004 = Generating follow-on docs
Text Symbol: 005 = Generate follow-on docs in test mode
Text Symbol: 008 = Delete Row





Text Symbol: 012 = Exit replenishment plng
Text Symbol: 013 = Generate follow-on documents
Text Symbol: 014 = first?
Text Symbol: 015 = Yes
Text Symbol: 016 = No
Text Symbol: 017 = Delete lines?
Text Symbol: 019 = ReplenRequirements
Text Symbol: 020 = Replenishment quantity
Text Symbol: 021 = Recipient
Text Symbol: 022 = Materials:
Text Symbol: 023 = Include planned receipts/issues
Text Symbol: 024 = Unit of Measure
Text Symbol: 026 = Replenishment run
Text Symbol: 027 = completed successfully
Text Symbol: 028 = Replenishment run
Text Symbol: 029 = contained errors.
Text Symbol: 034 = Run replenishment
Text Symbol: 036 = Replenishment Lead Time
Text Symbol: 038 = Successfully determnd
Text Symbol: 039 = Incorrect
Text Symbol: 040 = Display results using:
Text Symbol: 041 = Replen. monitor
Text Symbol: 042 = Parameter overview
Text Symbol: 043 = No results display
Text Symbol: 044 = Control
Text Symbol: 045 = Materials


INCLUDES used within this REPORT RWRPLPRO

INCLUDE PLPROF01.
INCLUDE PLPROI01.
INCLUDE PLPROO02.
INCLUDE PLPROE01.
INCLUDE PLPROF02.
INCLUDE PLPROF03.
INCLUDE PLPROF04.
INCLUDE PLPROGG01.


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