VTB_SIFX SAP (Transaction in Hedge Allocations) Structure details

Dictionary Type: Structure
Description: Transaction in Hedge Allocations




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




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

VTB_SIFX 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 "Transaction in Hedge Allocations" 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_VTB_SIFX TYPE VTB_SIFX.

The VTB_SIFX table consists of various fields, each holding specific information or linking keys about Transaction in Hedge Allocations data available in SAP. These include FBUKRS (Company Code), RFHA (Financial Transaction), SGSART (Product Type), 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 VTB_SIFX 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
FMANDTClient MANDTCLNT3T000MANDT
FBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
KONTRHBusiness Partner Number TB_KUNNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
XKONTRHName and address of business partner TB_XKONTRHCHAR80TEXT80
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
RANTYPContract Type RANTYPCHAR1RANTYP
DZTERMPayment or Delivery Date TB_DZTERMDATS8DATUMT33
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KKURSExchange Rate UKURS_CURRDEC9(5) EXCRTUKURS
SBEWEBE1Posting Status of Flow TB_SBEWEBECHAR1T_SBEWEBE
BELNR1Accounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BZBETR1Payment amount in payment currency TB_BZBETRCURR13(2) WERTV7
SSIGN1Direction of flow TB_SSIGNCHAR1T_SSIGN
WZBETR1Payment Currency TB_WZBETRCUKY5TCURCWAERS
BHWBETR1Payment Amount in Local Currency TB_HWBETRCURR13(2) WERTV7
TBEWART1Name of flow type XBEWARTCHAR30TEXT30
SBEWEBE2Posting Status of Flow TB_SBEWEBECHAR1T_SBEWEBE
BELNR2Accounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BZBETR2Payment amount in payment currency TB_BZBETRCURR13(2) WERTV7
SSIGN2Direction of flow TB_SSIGNCHAR1T_SSIGN
WZBETR2Payment Currency TB_WZBETRCUKY5TCURCWAERS
BHWBETR2Payment Amount in Local Currency TB_HWBETRCURR13(2) WERTV7
TBEWART2Name of flow type XBEWARTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table VTB_SIFX

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