WRPR SAP (Replenishment: replenishment runs) Table details

Dictionary Type: Table
Description: Replenishment: replenishment runs




ABAP Code to SELECT data from WRPR
Related tables to WRPR
Access table WRPR




Table field list including key, data, relationships and ABAP select examples

WRPR is a standard SAP Table which is used to store Replenishment: replenishment runs data and is available within R/3 SAP systems depending on the version and release level.

The WRPR table consists of various fields, each holding specific information or linking keys about Replenishment: replenishment runs data available in SAP. These include RPLID (Replenishment run: ID number), RPLTMPNT (Timepoint of replenishment run), RPLUS (Replenishment: user who started the replenishment run), JOBNAME (Background job name).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WRPR table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
RPLIDReplenishment run: ID number WRPLIDNUMC10NUM10
RPLTMPNTTimepoint of replenishment run WRPLTMPNTDEC15TZNTSTMPS
RPLUSReplenishment: user who started the replenishment run WRPLUSCHAR12USNAMUSR
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
JOBSTEPJob step ID number. BTCSTEPCNTINT410
.INCLU--AP 0
SRP_JOBTYPEStore Replenishment: Report Category for Store Replenishment WSRP_JOBTYPECHAR1WSRP_JOBTYPE
SRP_ONLYERRInclude Incorrect Replenishment Items Only WSRP_ONLYERRCHAR1CHAR1_X
SRP_ONLYINITInclude Items with Initial Values Only WSRP_ONLYINITCHAR1CHAR1_X
SRP_ANDORLINKOR Link for Material Selection WSRP_ANDORLINKCHAR1CHAR1_X
SRP_RPLDAYPlanning date WRPLDAYDATS8DATUM
SRP_DECINVMNGDetermine Stock Situation WSRP_DECINVMNGCHAR1CHAR1_X
SRP_DECATPQTYDetermime Planned Issues and Receipts Using ATP WSRP_DECATPQTYCHAR1CHAR1_X
SRP_POTIMEDetermination of Purchasing Processing Time per Plant WSRP_POTIMECHAR1CHAR1_X
SRP_MARADATADetermine General Material Master Data WSRP_MARADATACHAR1CHAR1_X
SRP_MARCDATADetermine Logistics Data for Material WSRP_MARCDATACHAR1CHAR1_X
SRP_RPLHZReplenishment lead time WRPLHZDEC3PERAN
SRP_DECSOSDefinition of Parameters for Supply Source Determination WSRP_DECSOSCHAR1CHAR1_X
SRP_DECROUNDPDefinition of Rounding Parameters WSRP_DECROUNDPCHAR1CHAR1_X

Key field Non-key field



How do I retrieve data from SAP table WRPR using ABAP code

The following ABAP code Example will allow you to do a basic selection on WRPR to SELECT all data from the table
DATA: WA_WRPR TYPE WRPR.

SELECT SINGLE *
FROM WRPR
INTO CORRESPONDING FIELDS OF WA_WRPR
WHERE...

How to access SAP table WRPR

Within an ECC or HANA version of SAP you can also view further information about WRPR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!