REVALC SAP (Market values) Structure details

Dictionary Type: Structure
Description: Market values




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




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

REVALC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Market values" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_REVALC TYPE REVALC.

The REVALC table consists of various fields, each holding specific information or linking keys about Market values data available in SAP. These include RANL (Contract Number), RLDEPO (Securities Account), DUMMY1 (Acquisition rate in issue currency/local currency), DUMMY2 (Book price in issue currency/local currency).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP REVALC structure 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLContract Number RANLCHAR13ALPHARANLRAN
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
DUMMY1Acquisition rate in issue currency/local currency VVFW_ANKURDEC9(5) KURSF
DUMMY2Book price in issue currency/local currency VVFW_BUKURDEC9(5) KURSF
DUMMY3Local currency acquisition rate = Acq.val.LC /Acq.val. FC VVHW_ANKURDEC9(5) EXCRTKURSF
DUMMY4Subscription rate book value in local currency VVHW_BUKURDEC9(5) EXCRTKURSF
DUMMY5Current price VVFW_TAKURDEC9(5) EXCRTKURSF
DUMMY6Current price VVFW_TAKURDEC9(5) EXCRTKURSF
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
SHWHRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FW_TAGWERTPosition currency (FC) current value VVFW_TAWRTCURR15(2) WERTV8_TR
FW_TA1WERTPosition currency (FC) current value VVFW_TAWRTCURR15(2) WERTV8_TR
DUMMY7Local currency current price VVHW_TAKURDEC9(5) EXCRTKURSF
DUMMY8Local currency current price VVHW_TAKURDEC9(5) EXCRTKURSF
HW_TAGWERTLocal currency current value VVHW_TAWRTCURR15(2) WERTV8_TR
HW_TA1WERTLocal currency current value VVHW_TAWRTCURR15(2) WERTV8_TR
FW_ANKURSAcquisition rate in issue currency/local currency VVFW_ANKU1DEC15(6) VVKURS
FW_BUKURSBook price in issue currency/local currency VVFW_BUKU1DEC15(6) VVKURS
FW_HWANLocal currency acquisition rate = Acq.val.LC /Acq.val. FC VVHW_ANKU1DEC15(6) VVKURS
FW_HWBUSubscription rate book value in local currency VVHW_BUKU1DEC15(6) VVKURS
FW_TAGKURSCurrent price VVFW_TAKU1DEC15(6) VVKURS
FW_TA1KURSCurrent price VVFW_TAKU1DEC15(6) VVKURS
HW_TAGKURSLocal currency current price VVHW_TAKU1DEC15(6) VVKURS
HW_TA1KURSLocal currency current price VVHW_TAKU1DEC15(6) VVKURS
FW_ANKURSKAcquisition rate in issue currency/local currency VVFW_ANKU1DEC15(6) VVKURS
FW_BUKURSKBook price in issue currency/local currency VVFW_BUKU1DEC15(6) VVKURS
FW_HWANKLocal currency acquisition rate = Acq.val.LC /Acq.val. FC VVHW_ANKU1DEC15(6) VVKURS
FW_HWBUKSubscription rate book value in local currency VVHW_BUKU1DEC15(6) VVKURS

Key field Non-key field



How do I retrieve data from SAP structure REVALC using ABAP code?

As REVALC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on REVALC as there is no data to select.

How to access SAP table REVALC

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