UAV0PRICE001H SAP (Price History Table with Period Dependency) Table details

Dictionary Type: Table
Description: Price History Table with Period Dependency




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




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

UAV0PRICE001H is a standard SAP Table which is used to store Price History Table with Period Dependency data and is available within R/3 SAP systems depending on the version and release level.

The UAV0PRICE001H table consists of various fields, each holding specific information or linking keys about Price History Table with Period Dependency data available in SAP. These include FOBJ_OBJECT_ID (Object ID), ACC_SYSTEM (Accounting System), FIN_PRCVARIANT (Price Variant), FIN_PRICELABEL (Price Type).. 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: Cannot Be Enhanced


SAP UAV0PRICE001H 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FOBJ_OBJECT_IDObject ID FOBJ_OBJECT_IDRAW16SYSUUID
ACC_SYSTEMAccounting System ACC_SYSTEMCHAR8Assigned to domainACC_SYSTEMACC_SYSTEM
FIN_PRCVARIANTPrice Variant FIN_PRCVARIANTCHAR4FIN_PRCVARIANT
FIN_PRICELABELPrice Type FIN_PRICELABELCHAR3Assigned to domainFIN_PRICELABELFIN_PRICELABEL
FIN_FROMYEARPERValid-From Period FIN_FROMYEARPERNUMC7PERI7RSFISCPER
FIN_CURRTYPECurrency Type FIN_CURRTYPECHAR2Assigned to domainALPHAFIN_CURRTYPE
TIMESTAMPLUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
FIN_PRICEPrice FIN_PRICECURR23(2) FIN_AMOUNT
FIN_PRCFIXPrice, Fixed FIN_PRCFIXCURR23(2) FIN_AMOUNT
FIN_CURRENCYCurrency Key FIN_CURRENCYCUKY5Assigned to domainWAERS
FIN_PRCBASEBase Quantity for Price FIN_PRCBASEQUAN23(3) FIN_QUANTITY
FIN_UOMUnit of Measure FIN_UOMUNIT3Assigned to domainCUNITMEINS
FINB_SND_IDSender Identification FINB_SND_IDCHAR25FINB_SND_ID
FINB_SNDKEYDocument Key of the Sending System FINB_SNDKEYCHAR35FINB_SNDKEY
FIN_TOYEARPERValid-To Period FIN_TOYEARPERNUMC7PERI7RSFISCPER
UNAMEUser Name UNAMECHAR12UNAME
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
FIN_PRCDELETINDDisplay Price as Deleted in History FIN_PRCDELETINDCHAR1BOOLE
FIN_PRCINVCHGINDPrice Was Used to Change Inventory Price FIN_PRCINVCHGINDCHAR1BOOLE
FOBJ_TYPE_NAMEName of an Object Type FOBJ_TYPE_NAMECHAR10FINB_TYPE_NAME
CPROGCALL program CPROGCHAR40PROGRAM_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM UAV0PRICE001H
INTO CORRESPONDING FIELDS OF WA_UAV0PRICE001H
WHERE...

How to access SAP table UAV0PRICE001H

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