WRF_ORGPRICE SAP (Original Price) Table details

Dictionary Type: Table
Description: Original Price




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




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

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

The WRF_ORGPRICE table consists of various fields, each holding specific information or linking keys about Original Price data available in SAP. These include MATNR (Material Number), WERKS (Plant), DATAB (Validity start date of the condition record), DATBI (Validity end date of the condition record).. 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_ORGPRICE 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
DATABValidity start date of the condition record KODATABDATS8DATUM
DATBIValidity end date of the condition record KODATBIDATS8DATUM
VPR_BTGross Price F_PREISCURR11(2) WERT11
VWAER_BTCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VRKPE_BTSales price unit VRKPEDEC5DEC5
VKMEIN_BTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VPR_NTNet Price F_PREINCURR11(2) WERT11
VWAER_NTCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VRKPE_NTSales price unit VRKPEDEC5DEC5
VKMEIN_NTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
ORIGINOrigin of Original Price WRF_PRICE_ORIGINCHAR1WRF_PRICE_ORIGIN
VPDATDate of retail price change VPDAT_DDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_ORGPRICE
INTO CORRESPONDING FIELDS OF WA_WRF_ORGPRICE
WHERE...

How to access SAP table WRF_ORGPRICE

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