WRPT SAP (Replenishment: movement data) Table details

Dictionary Type: Table
Description: Replenishment: movement data




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




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

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

The WRPT table consists of various fields, each holding specific information or linking keys about Replenishment: movement data data available in SAP. These include KUNNR (Recipient), MATNR (Material Number), STOCK (Stock level of recipient), CHNGE (- obsolete -).. 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 WRPT 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
KUNNRRecipient WRKUNNRCHAR10KNA1ALPHAKUNNRKUN
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
STOCKStock level of recipient WRSTOCKQUAN13(3) MENG13V
CHNGE- obsolete - WRCHR1_OLDCHAR1CHAR1
PLTIMEPTNext planning timepoint WRPLTIMEPTDEC15TZNTSTMPS
PLTIMEZONENext planning timepoint, time zone WRPLTIMEZNCHAR6TTZZTZNZONE
GRTIMEPTNext goods receipt WRGRTIMEPTDEC15TZNTSTMPS
GRTIMEZONENext goods receipt, time zone WRGRTIMEZNCHAR6TTZZTZNZONE
RPLIDReplenishment run: ID number WRPLIDNUMC10WRPRNUM10
RPLRQReplenishment requirement from last replenishment run WRPLRQQUAN13(3) MENG13
RPLSTReplenishment status WRPLSTCHAR1WRPLST
CHCNTReplenishment: Change counter WRCOUNTINT410INT4_NOS
ONORDPurchase order stock quantity for customers WRONORDQUAN13(3) MENG13V
.INCLU--AP 0
SRP_NPLDATNext Planning Date from Planning Rhythm WSRP_NPLDATDATS8DATE
SRP_CONSUMPTIONInventory Change Since Last POS Upgrade WSRP_CONSUMPTIONQUAN13(3)
SRP_RECEIPTSATP quantity MNG04QUAN13(3) MENGV13
SRP_UMLMCStock in Transfer (Plant to Plant) UMLMEQUAN13(3) MENG13V
SRP_ARPLRQChanged Replenishment Requirement of Last Replenishment Run WSRP_ARPLRQQUAN13(3)
SRP_ARPLMEStore Replenishment: Unit of Measure in Changed Replen. Req. WSRP_ARPLMEUNIT3
SRP_ARESWKStore Replenishment: Altern. Plant in Stock Transport Order WSRP_ARESWKCHAR4
SRP_ALIFNRStore Replenishment: Account Number of Alternative Vendor WSRP_ALIFNRCHAR10
SRP_AEINDTStore Replenishment: Requested Delivery Date WSRP_AEINDTDATS8
SRP_AUZEITTime of Requested Delivery Date WSRP_AUZEITTIMS6
SRP_FFNRID Number in Subsequent Function WSRP_FFNRCHAR30
SRP_BRPLRQConfirmed Replenishment Requirement WSRP_BRPLRQQUAN13(3)
SRP_BRPLMEUnit of Measure in Confirmed Replenishment Requirement WSRP_BRPLMEUNIT3
SRP_BRESWKConfirmed Plant in Stock Transport Order WSRP_BRESWKCHAR4
SRP_BLIFNRAccount Number of Confirmed Vendor WSRP_BLIFNRCHAR10
SRP_OBJTYPEObject type OBJTYPECHAR2CHAR2
SRP_BELNRObject key SWO_TYPEIDCHAR70SWO_TYPEID
SRP_POSNRDocument Item in Follow-On Document for Store Order WVFB_BELPNUMC6Assigned to domainPOSNR
SRP_EINDTItem Delivery Date EINDTDATS8DATUM
SRP_UZEITTime UZEITTIMS6UZEIT
SRP_BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
SRP_BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
SRP_DC_RQU Planned Requirements for DC Planning0
SRP_DC_CQU Planned DC Requirements0
SRP_DC_CUN Unit of Measure for Planned DC Requirement0
SRP_DC_OBJTYPEObject type OBJTYPECHAR2CHAR2
SRP_DC_BELNRObject key SWO_TYPEIDCHAR70SWO_TYPEID
SRP_DC_POSNRDocument Item in Follow-On Document for Store Order WVFB_BELPNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRPT
INTO CORRESPONDING FIELDS OF WA_WRPT
WHERE...

How to access SAP table WRPT

Within an ECC or HANA version of SAP you can also view further information about WRPT 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!