WRF_PRCT_REM_QTY SAP (Rem.Qties) Table details

Dictionary Type: Table
Description: Rem.Qties




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




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

WRF_PRCT_REM_QTY is a standard SAP Table which is used to store Rem.Qties data and is available within R/3 SAP systems depending on the version and release level.

The WRF_PRCT_REM_QTY table consists of various fields, each holding specific information or linking keys about Rem.Qties data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ETENR (Delivery Schedule Line Counter), ACTIVITY_MODE (Describes the Mode in Which Activity Is To Be Executed).. 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 WRF_PRCT_REM_QTY 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 MANDTCLNT3Assigned to domainMANDT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ETENRDelivery Schedule Line Counter EETENNUMC4Assigned to domainEETEN
ACTIVITY_MODEDescribes the Mode in Which Activity Is To Be Executed WRF_PCTR_ACTIVITY_MODECHAR1WRF_PCTR_ACTIVITY_MODE
RQ_PROC_TYPEProcurement Controlling: Processing Type Remaining Quantity WRF_PCTR_REM_QTY_PROC_TYPECHAR1WRF_PCTR_REM_QTY_PROC_TYPE
QTY_OVERDELMonitor Overdelivery WRF_PCTR_OVERDELIVERYCHAR1CHAR1_X
QTY_UNDERDELMonitor Underdelivery WRF_PCTR_UNDERDELIVERYCHAR1CHAR1_X
REM_QTY_AUTOProcess Remaining Quantity Automatically WRF_PCTR_REM_QTY_AUTOCHAR1CHAR1_X
DISTANCETotal Interval WRF_PSCD_DISTANCEDEC3DEC3
ORIGIN_DATE_IDTriggering Date WRF_PSCD_RESPONSIBLE_DATE_IDCHAR18Assigned to domainWRF_PSCD_DATE_IDWRF_PSCD_DATE
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
UNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
PROGRAMMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_PRCT_REM_QTY
INTO CORRESPONDING FIELDS OF WA_WRF_PRCT_REM_QTY
WHERE...

How to access SAP table WRF_PRCT_REM_QTY

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