VTB_SI SAP (Hedges (HEADER)) Structure details

Dictionary Type: Structure
Description: Hedges (HEADER)




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




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

VTB_SI 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 "Hedges (HEADER)" 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_SI TYPE VTB_SI.

The VTB_SI table consists of various fields, each holding specific information or linking keys about Hedges (HEADER) data available in SAP. These include MANDT (Client), BUKRS (Company Code), RSICH (Hedge number), KLTYP (Unit Category).. 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 VTB_SI 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
RSICHHedge number TB_RSICHCHAR13Assigned to domainALPHAT_RSICHT20VTBS
KLTYPUnit Category TB_KLTYPNUMC2T_KLTYP
KLARTUnit type TB_KLARTCHAR4AT72T_KLARTT21
RMAINZUOConsecutive allocation no. TB_RZUONUMC10T_RZUO
DBLFZDate of hedge, start TH_DBLFZDATS8DATUM
DSICHDate of hedge TB_DSICHDATS8DATUM
WTRANSTransaction currency (currency subject to risk) TB_WTRANSCUKY5TCURCWAERST22
WBASISBase currency (usually local currency) TH_WBASISCUKY5TCURCWAERST23
KSICHHedge rate (=Budget rate) TB_KSICHDEC13(9) TB_KSICH
WLWAERSLeading currency TH_WLWAERSCUKY5TCURCWAERS
WFWAERSFollowing Currency TH_WFWAERSCUKY5TCURCWAERS
BZTRANSAmount in transaction currency TH_BZTRANSCURR13(2) WERTV7
SSIGNTDirection of flow TH_SSIGNCHAR1TH_SSIGN
BZBASISAmount in base currency TH_BZBASISCURR13(2) WERTV7
SSIGNBDirection of flow TH_SSIGNCHAR1TH_SSIGN
KSCHNITTEffective rate TB_SCHNITTDEC9(5) EXCRTUKURS
KHISTHistoric forward rate TB_KHISTDEC9(5) EXCRTUKURS
SKALIDBFactory calendar TH_KALIDCHAR2TFACDWFCID
SKALIDTFactory calendar TH_KALIDCHAR2TFACDWFCID
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
CRUSEREntered by TH_CRUSERCHAR12SYCHAR12
DCRDATEntry date TH_DCRDATDATS8DATUM
TCRTIMEntry time TH_TCRTIMTIMS6UZEIT
UPUSERLast changed by TH_UPUSERCHAR12SYCHAR12
DUPDATChanged on TH_DUPDATDATS8DATUM
TUPTIMTime changed TH_TUPTIMTIMS6UZEIT
SSTATUSStatus TB_SSTATUSNUMC1T_SSTATUS
BSALDOUnallocated amount in transaction currency TB_BSALDOCURR13(2) WERTV7
SSIGNBSDirection of flow TH_SSIGNCHAR1TH_SSIGN
XRSICHHedge number TB_RSICHCHAR13Assigned to domainALPHAT_RSICHT20VTBS
ENTRYACurrent entry in list TH_ENTRYAINT13INT1
ENTRYSTotal number of entries in list TH_ENTRYSINT13INT1
XBZTRANSAmount in Transaction Currency (as text field, L18) TB_XBZTRANCHAR18CHAR18
SSIGNBTDirection of flow TH_SSIGNCHAR1TH_SSIGN
XBZBASISAmount in base currency (as text fi TB_XBZBASICHAR18CHAR18
SSIGNBBDirection of flow TH_SSIGNCHAR1TH_SSIGN
XDSICHDate of hedge (as text field, L10) TB_XDSICHCHAR10CHAR10
XSTATUSDescription of status TB_XSTATUSCHAR30TEXT30
KSICHKHedge rate (=Budget rate) TB_KSICHDEC13(9) TB_KSICH
KURSRHedged Exchange Rate KURSRDEC9(5) KURSP

Key field Non-key field



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

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

How to access SAP table VTB_SI

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