SAP Reports / Programs | Materials Management | Consumption-Based Planning (See Also PP-MRP)(MM-CBP) SAP MM

RWRPLCHK SAP ABAP Report - Consistency Check for Replenishment Data







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

WRCK - Store Replenishment: Check Program


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


INCLUDES used within this REPORT RWRPLCHK

INCLUDE RWRPLCHKTOP. " GLOBALE VARIABLEN
INCLUDE RWRPLCHKLAY. " SELEKTIONSSCREEN
INCLUDE RWRPLCHKEVT. " EREIGNISSE
INCLUDE RWRPLCHKF01. " UNTERPROGRAMME


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