VTBSIANF SAP (**Caution! Do not use. Will be deleted!!) Table details

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




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




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

VTBSIANF is a standard SAP Table which is used to store **Caution! Do not use. Will be deleted!! data and is available within R/3 SAP systems depending on the version and release level.

The VTBSIANF 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 SOBJTYP (Hedge object category), SOBJID (Identification of hedge object (various fields as CHAR)), DCRDAT (Entered On), TCRTIM (Entry Time).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP VTBSIANF table 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 table VTBSIANF using ABAP code

The following ABAP code Example will allow you to do a basic selection on VTBSIANF to SELECT all data from the table
DATA: WA_VTBSIANF TYPE VTBSIANF.

SELECT SINGLE *
FROM VTBSIANF
INTO CORRESPONDING FIELDS OF WA_VTBSIANF
WHERE...

How to access SAP table VTBSIANF

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