EPREIH SAP (History Table for All Prices) Table details

Dictionary Type: Table
Description: History Table for All Prices




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




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

EPREIH is a standard SAP Table which is used to store History Table for All Prices data and is available within R/3 SAP systems depending on the version and release level.

The EPREIH table consists of various fields, each holding specific information or linking keys about History Table for All Prices data available in SAP. These include TWAERS (Transaction Currency), PREIS (Price), PREISTYP (Price category), PREISTUF (Price level).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EPREIH 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
TWAERSTransaction Currency TWAERSCUKY5TCURCWAERSPCU
PREISPrice E_PREISCHAR10EPREIALPHAE_PREISPRXISU_F4_PREIS
PREISTYPPrice category PREISTYPCHAR1PREISTYPPRY
PREISTUFPrice level PREISTUFCHAR10Assigned to domainPREISTUFPRZ
BISDATUMDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
VONZONEFrom-block VONZONENUMC10E_ZONE
BISZONETo-block BISZONENUMC10E_ZONE
ABDATUMDate from which time slice is valid ABZEITSCHDATS8DATUM
PREISBTRPrice amount PRSBTRDEC17(8) PRSBTR
ZONBIgnore consumption in the following block E_ZONBCHAR1KENNZX
MNGBASISLong quantity base for amount MENGENBASDEC9(2) MENGENBAS

Key field Non-key field



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

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

SELECT SINGLE *
FROM EPREIH
INTO CORRESPONDING FIELDS OF WA_EPREIH
WHERE...

How to access SAP table EPREIH

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