VTB_SIANF SAP (**Caution! Do not use. Will be deleted!!) Structure details

Dictionary Type: Structure
Description: **Caution! Do not use. Will be deleted!!




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




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

VTB_SIANF 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 "**Caution! Do not use. Will be deleted!!" 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_SIANF TYPE VTB_SIANF.

The VTB_SIANF table consists of various fields, each holding specific information or linking keys about **Caution! Do not use. Will be deleted!! data available in SAP. These include MANDT (Client), SOBJTYP (Hedge object category), SOBJID (Identification of hedge object (various fields as CHAR)), DCRDAT (Entered On).. 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_SIANF 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
SOBJTYPHedge object category TB_SOBJTYPCHAR3T_SOBJTYP
SOBJIDIdentification of hedge object (various fields as CHAR) TB_SOBJIDCHAR30CHAR30
DCRDATEntered On TB_DCRDATDATS8DATUM
TCRTIMEntry Time TB_CRTIMCHAR6TIME06
RSIANFSequential no. of hedge request TB_RSIANFNUMC5NUMC5
SSTATUSStatus TB_SSTATUSNUMC1T_SSTATUS
SRISKTYPRisk category TB_SRISKTYCHAR2T_SRISKTYP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
SGRUNDReason for hedge request TB_SGRUNDCHAR3T_SGRUND
DVZAHLExpected payment date TB_DVZAHLDATS8DATUM
BTRANSAmount in Transaction Currency TB_BTRANSCURR13(2) WERTV7
WTRANSTransaction currency (currency subject to risk) TB_WTRANSCUKY5TCURCWAERST22
WBASISCurrency of calculation basis TB_WBASISCUKY5TCURCWAERS
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
FBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
KOARTAccount Type KOARTCHAR1KOART
IDENRID number for cash management and forecast IDENRNUMC10IDENRFFI

Key field Non-key field



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

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

How to access SAP table VTB_SIANF

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