VTXI10 SAP (Transfer Structure for forex entry) Structure details

Dictionary Type: Structure
Description: Transfer Structure for forex entry




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




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

VTXI10 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 for forex entry" 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_VTXI10 TYPE VTXI10.

The VTXI10 table consists of various fields, each holding specific information or linking keys about Transfer Structure for forex entry data available in SAP. These include RANTYP (Contract Type), BUKRS (Company Code), RFHA (Financial Transaction), SFHAART (Financial Transaction 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP VTXI10 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 MANDTCLNT3Assigned to domainMANDT
RANTYPContract Type RANTYPCHAR1RANTYP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
SFGZUSTTTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
RFHAZBTransaction flow TB_RFHAZBNUMC4T_RFHAZB
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
RDEALERTrader RDEALERCHAR12Assigned to domainRDEALER
KONTRHCounterparty TB_KONTRHCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
JNETTNetting indicator TB_JNETTCHAR1JANEI
DVTRABContract Conclusion Date TB_DVTRABDATS8DATUM
TVTRABTime of contract conclusion TB_TVTRABTIMS6UZEIT
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DVALUTAValue date of forex transaction TB_DVALUTADATS8DATUM
KKURSRate of Forex Transaction TB_KKURSDEC13(9) TB_KKURS
KKASSASpot Rate TB_KKASSADEC13(9) TB_KKURS
KSWAPSwap Rate TB_KSWAPDEC13(9) T_SWKURS
WLWAERSLeading currency TB_WLWAERSCUKY5TCURCWAERS
WFWAERSFollowing Currency TB_WFWAERSCUKY5TCURCWAERS
R1BEWFlow 1 (main flow) TB_R1BEWNUMC4T_RFHAZB
S1BEWARTFlow type, flow 1 (main flow) TB_S1BWARTCHAR4TZB0ASBEWART
T1BEWARTName of flow type XBEWARTCHAR30TEXT30
W1WAERSCurrency, flow 1 (main flow) TB_W1WAERSCUKY5TCURCWAERS
B1BETRFlow 1 amount (main flow) TB_B1BETRCURR13(2) T_BTR
R1UBANKShort key for house bank, flow 1 TB_R1UBANKCHAR5T012HBKID
R1UKONTShort key for house bank account, flow 1 TB_R1UKONTCHAR5T012KHKTID
K1HWKURSExchange rate for local currency, flow 1 TB_K1HWKUDEC9(5) EXCRTUKURS
R2BEWFlow 2 (main flow) TB_R2BEWNUMC4T_RFHAZB
S2BEWARTFlow type, flow 2 (main flow) TB_S2BWARTCHAR4TZB0ASBEWART
T2BEWARTName of flow type XBEWARTCHAR30TEXT30
W2WAERSCurrency, flow 2 (main flow) TB_W2WAERSCUKY5TCURCWAERS
B2BETRFlow 2 amount (main flow) TB_B2BETRCURR13(2) T_BTR
R2PBANKPartner bank, flow 2 TB_R2PBANKCHAR4BVTYP
R2UBANKShort key for house bank, flow 2 TB_R2UBANKCHAR5T012HBKID
R2UKONTShort key for house bank account, flow 2 TB_R2UKONTCHAR5T012KHKTID
K2HWKURSExchange rate local currency, flow 2 TB_K2HWKUDEC9(5) EXCRTUKURS

Key field Non-key field



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

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

How to access SAP table VTXI10

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