TCURALV3 SAP (Exch.Rate Maint:Structure for Indiv.Curr.Maint.(Screen 0200)) Structure details

Dictionary Type: Structure
Description: Exch.Rate Maint:Structure for Indiv.Curr.Maint.(Screen 0200)




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




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

TCURALV3 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 "Exch.Rate Maint:Structure for Indiv.Curr.Maint.(Screen 0200)" 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_TCURALV3 TYPE TCURALV3.

The TCURALV3 table consists of various fields, each holding specific information or linking keys about Exch.Rate Maint:Structure for Indiv.Curr.Maint.(Screen 0200) data available in SAP. These include KTYP (Exchange Rate Type), FCURR (Exch.rate maint: Source currency), TCURR (Exch.rate maint: Target currency), FFACT (Ratio for the 'From' Currency Units).. 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: Can be enhanced (character-type or numeric)


SAP TCURALV3 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
WKSETExch.rate maint: Work list CURR_WKSETCHAR10CHAR10
KTYPExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
FCURRExch.rate maint: Source currency CURR_FCURRCUKY5Assigned to domainWAERS
TCURRExch.rate maint: Target currency CURR_TCURRCUKY5Assigned to domainWAERS
FFACTRatio for the 'From' Currency Units FFACT_CURRDEC9DEC9
TFACTRatio for the 'To' Currency Units TFACT_CURRDEC9DEC9
FDATEDate of the Old Exchange Rate CURR_ODATEDATS8DATUM
QUOTQuotation type for currency translation NOTAT_CURRCHAR1NOT_CURR
QUOTTXTExch.rate maint: Rate as currency pair (XXX/YYY) CURR_QUOTCHAR11CHAR11
RELATIONCurrency Factors CURR_RELCHAR13CHAR13
GDATEExchange Rate Valid from CURR_VDATEDATS8DATUM
RATENew Exchange Rate CURR_RATENDEC9(5) PKURS
RATECRate 1:1 CURR_RATECCHAR20CHAR20
RATEOLDOld Exchange Rate CURR_ORATEDEC9(5) PKURS
DATEOLDDate of the Old Exchange Rate CURR_ODATEDATS8DATUM
TOLERANCETolerance for Changin Exchange Rates CURR_TOLDEC4(1) CURR_TOL

Key field Non-key field



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

As TCURALV3 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 TCURALV3 as there is no data to select.

How to access SAP table TCURALV3

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