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
Below is a list of transaction codes which are relevant to this SAP report
WRP1 - Replenishment: Procurement
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: 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
INCLUDE PLPROF01.
INCLUDE PLPROI01.
INCLUDE PLPROO02.
INCLUDE PLPROE01.
INCLUDE PLPROF02.
INCLUDE PLPROF03.
INCLUDE PLPROF04.
INCLUDE PLPROGG01.
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.
RWRPLPRO - Replenishment: Planning RWRPLPRO - Replenishment: Planning RWRPLPFETOP - RWRPLPFE: Event REPORT with Global Data RWRPLPFELAY - RWRPLPFE: Determination of Entry Screen RWRPLPFEFPA - RWRPLPFE: Subroutines for Parallel Processing RWRPLPFEFCF - RWRPLPFE: Subroutines for Calling Function Modules