VTAI10 SAP (Transfer Structure for Entry of Additional Flow) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Entry of Additional Flow




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




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

VTAI10 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 Entry of Additional Flow" 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_VTAI10 TYPE VTAI10.

The VTAI10 table consists of various fields, each holding specific information or linking keys about Transfer Structure for Entry of Additional Flow data available in SAP. These include S1BEWART (Flow type, flow 1 (main flow)), T1BEWART (Name of flow type), W1WAERS (Currency, flow 1 (main flow)), B1BETR (Flow 1 amount (main flow)).. 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 VTAI10 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
R1BEWFlow 1 (main flow) TB_R1BEWNUMC4T_RFHAZB
S1BEWARTFlow type, flow 1 (main flow) TB_S1BWARTCHAR4Assigned to domainSBEWART
T1BEWARTName of flow type XBEWARTCHAR30TEXT30
W1WAERSCurrency, flow 1 (main flow) TB_W1WAERSCUKY5Assigned to domainWAERS
B1BETRFlow 1 amount (main flow) TB_B1BETRCURR13(2) T_BTR
R1PBANKPartner bank, flow 1 TB_R1PBANKCHAR4BVTYP
R1UBANKShort key for house bank, flow 1 TB_R1UBANKCHAR5Assigned to domainHBKID
R1UKONTShort key for house bank account, flow 1 TB_R1UKONTCHAR5Assigned to domainHKTID
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_S2BWARTCHAR4Assigned to domainSBEWART
T2BEWARTName of flow type XBEWARTCHAR30TEXT30
W2WAERSCurrency, flow 2 (main flow) TB_W2WAERSCUKY5Assigned to domainWAERS
B2BETRFlow 2 amount (main flow) TB_B2BETRCURR13(2) T_BTR
R2PBANKPartner bank, flow 2 TB_R2PBANKCHAR4BVTYP
R2UBANKShort key for house bank, flow 2 TB_R2UBANKCHAR5Assigned to domainHBKID
R2UKONTShort key for house bank account, flow 2 TB_R2UKONTCHAR5Assigned to domainHKTID
K2HWKURSExchange rate local currency, flow 2 TB_K2HWKUDEC9(5) EXCRTUKURS
DVALUTA1Value date of forex transaction TB_DVALUTADATS8DATUM
DVALUTA2Value date of forex transaction TB_DVALUTADATS8DATUM

Key field Non-key field



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

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

How to access SAP table VTAI10

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