RWRPLCHK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to eliminate inconsistencies in the tables that are relevant for
If you would like to execute this report or see the full code listing simply enter RWRPLCHK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WRCK - Store Replenishment: Check Program
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: SMATNR = D Material
Selection Text: SMATKL = D Material Group
Selection Text: SKUNNR = Recipient
Selection Text: SDISMM = D MRP Type
Selection Text: PSVRGRP = D Logon/Server Group
Selection Text: PSTORE = D No. of Recipients per Process
Selection Text: PSIMU = Simulation
Selection Text: PPSIZE = Packet Size
Selection Text: PPROTO = Output Flow Log
Selection Text: PPARAL = Use Parallel Processing
Selection Text: PMESOK = Display OK Messages
Selection Text: PLOESCH = Deletion of Replenishment Data
Selection Text: PLOEBG = Deletion of Requirement Groups
Selection Text: PKONSIS = Reconciliation
Selection Text: PJOBS = D Maximum Number of Processes
Title: Consistency Check for Replenishment Data
Text Symbol: 007 = Consistency Check
Text Symbol: 006 = Performance Param.
Text Symbol: 005 = Selection Parameter
Text Symbol: 003 = Output Control
Text Symbol: 002 = Bus.Trxs
Text Symbol: 001 = Parameter
INCLUDE RWRPLCHKTOP. " GLOBALE VARIABLEN
INCLUDE RWRPLCHKLAY. " SELEKTIONSSCREEN
INCLUDE RWRPLCHKEVT. " EREIGNISSE
INCLUDE RWRPLCHKF01. " UNTERPROGRAMME
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.