VTXICROSS SAP (Transfer Structure Cross Rates Calculation) Structure details

Dictionary Type: Structure
Description: Transfer Structure Cross Rates Calculation




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




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

VTXICROSS 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 "Transfer Structure Cross Rates Calculation" 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_VTXICROSS TYPE VTXICROSS.

The VTXICROSS table consists of various fields, each holding specific information or linking keys about Transfer Structure Cross Rates Calculation data available in SAP. These include BUKRS (Company Code), WXWAERS (Cross-rates calculation via this currency), WFWAERS (Following Currency), WLWAERS (Leading 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: Cannot Be Enhanced


SAP VTXICROSS 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WXWAERSCross-rates calculation via this currency TX_WXWAERSCUKY5TCURCWAERS
WFWAERSFollowing Currency TB_WFWAERSCUKY5TCURCWAERS
WLWAERSLeading currency TB_WLWAERSCUKY5TCURCWAERS
WFXFWAERSFollowing Currency TB_WFWAERSCUKY5TCURCWAERS
WLXFWAERSLeading currency TB_WLWAERSCUKY5TCURCWAERS
XWFDARSTInvert 'Leading currency'/'Following currency' TX_XWDARSTCHAR1XFELD
WFXLWAERSFollowing Currency TB_WFWAERSCUKY5TCURCWAERS
WLXLWAERSLeading currency TB_WLWAERSCUKY5TCURCWAERS
XWLDARSTInvert 'Leading currency'/'Following currency' TX_XWDARSTCHAR1XFELD
KXLKURSRate reference currency leading currency TX_KXLKURSDEC13(9) TB_KKURS
KXLSWAPSwap Rate TB_KSWAPDEC13(9) T_SWKURS
KXFKURSRate reference currency following currency TX_KXFKURSDEC13(9) TB_KKURS
KXFSWAPSwap Rate TB_KSWAPDEC13(9) T_SWKURS
KLFKURSResulting rate TX_KLFKURSDEC13(9) TB_KKURS
KLFSWAPSwap Rate TB_KSWAPDEC13(9) T_SWKURS
DVALUTAValue date of forex transaction TB_DVALUTADATS8DATUM

Key field Non-key field



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

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

How to access SAP table VTXICROSS

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