WRF_ORGPR_HIST SAP (History: Original Price Change) Table details

Dictionary Type: Table
Description: History: Original Price Change




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




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

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

The WRF_ORGPR_HIST table consists of various fields, each holding specific information or linking keys about History: Original Price Change data available in SAP. These include MATNR (Material Number), WERKS (Plant), DATAB (Validity start date of the condition record), TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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_ORGPR_HIST 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
DATABValidity start date of the condition record KODATABDATS8DATUM
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DATBIValidity end date of the condition record KODATBIDATS8DATUM
VPR_BTGross Price F_PREISCURR11(2) WERT11
VWAER_BTSales currency VWAERCUKY5TCURCWAERS
VRKPE_BTSales price unit VRKPEDEC5DEC5
VKMEIN_BTSales unit VRKMEUNIT3T006CUNITMEINS
VPR_NTNet Price F_PREINCURR11(2) WERT11
VWAER_NTSales currency VWAERCUKY5TCURCWAERS
VRKPE_NTSales price unit VRKPEDEC5DEC5
VKMEIN_NTSales unit VRKMEUNIT3T006CUNITMEINS
ORIGINOrigin of Original Price WRF_PRICE_ORIGINCHAR1WRF_PRICE_ORIGIN
VPDATDate of retail price change VPDAT_DDATS8DATUM
REASONReason for Original Price Change WRF_REASON_ORIG_PRCHAR4TORG_PR_RSNALPHAWRF_REASON_ORIG_PR
FREE_TXTFree Text for Original Price Change WRF_ORIG_PR_FREE_TXTCHAR50TEXT50
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_ORGPR_HIST
INTO CORRESPONDING FIELDS OF WA_WRF_ORGPR_HIST
WHERE...

How to access SAP table WRF_ORGPR_HIST

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