VTIOF SAP (Additional Option Data) Table details

Dictionary Type: Table
Description: Additional Option Data




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




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

VTIOF is a standard SAP Table which is used to store Additional Option Data data and is available within R/3 SAP systems depending on the version and release level.

The VTIOF table consists of various fields, each holding specific information or linking keys about Additional Option Data data available in SAP. These include OPTNR (Class), XRFHA (Option/Future is already traded), ORFHA (Number of related transaction (for OTC)), SGSART (Product 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: 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 VTIOF 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
OPTNRClass TI_RGATTCHAR13ALPHAT_RGATTT04
XRFHAOption/Future is already traded TI_XRFHACHAR1XFELD
ORFHANumber of related transaction (for OTC) TI_ORFHACHAR13Assigned to domainALPHAT_RFHA
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
RFHATransaction (underlying) if only one TI_RFHACHAR13Assigned to domainALPHAT_RFHA
SOPTAUSExercise Type (American or European) SOPTAUSNUMC1SOPTAUS
DMATURExpiration date TB_DMATURDATS8DATUM
VERFDAExpiry date type TB_VERFDACHAR5AT52T_VERFDA
MARGARTMargin type TB_MARGARTCHAR5AT51T_MARGART
XNAMEName of option/future TB_XOFNAMECHAR30T_XTEXT30
NOTTYPEQuotation type option/future TI_NOTTYPECHAR1T_NOTTYPE
OFWAERSStrike currency of option/future TI_OFWAERSCUKY5TCURCWAERS
OSTRIKEOption strike amount TI_OSTRIKECURR13(2) WERTV7
ONOTPTValue of option quotation point TI_ONOTPTCURR13(2) WERTV7
OPROZEReference value of option percentage quotation TI_OPROZECURR13(2) WERTV7
ONOTWAEQuotation currency for option TI_ONOTWAECUKY5TCURCWAERS
GATTUNGClass for option/future underlying TI_URGATTCHAR13VTIULALPHAT_URGATT
SABRMETSettlement Method Option TI_SABRMETCHAR1T_SABRMET
DOFSTARStart of term TI_DOFSTARDATS8TI_DOFSTAR
SETTLFLSettlement indicator TI_SETTLFLCHAR1T_SETTLFL
OPTTYPOriginal option category (on closing) TV_OPTTYPNUMC3ATO1T_OPTTYP
OSSIGNDirection of strike amount (Put/Call) TB_OSSIGNCHAR1T_SSIGN
UNUMBERNumber of underlyings TB_UNUMBERDEC4T_UNUMBER
FOGRUPPDummy/no longer used TI_FOGRUPPCHAR5Assigned to domainT_FOGRUPP
SLEVELTYPCategory of Knock-In/Knock-Out Level TI_SLEVELTNUMC2T_SLEVELT
WLWAERSLeading currency TB_WLWAERSCUKY5TCURCWAERS
WFWAERSFollowing Currency TB_WFWAERSCUKY5TCURCWAERS
KWKURB1Barrier as forex rate for exotic options TX_KWKURB1DEC13(9) TB_KKURS
KWKURB2Barrier 2 as forex rate for exotic options TX_KWKURB2DEC13(9) TB_KKURS
SPUTCALPut/call indicator TI_SPUTCALNUMC1T_SPUTCAL
OSTRIKE_ALTEROption strike amount TI_OSTRIKECURR13(2) WERTV7
FWD_VOLAVolatility TB_VOLADEC11(7) T_VOLA
LOAN_IDUnderlying Loan Contract FTR_UL_LOANCHAR13ALPHARANLRADFTRH_UL_LOAN

Key field Non-key field



How do I retrieve data from SAP table VTIOF using ABAP code

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

SELECT SINGLE *
FROM VTIOF
INTO CORRESPONDING FIELDS OF WA_VTIOF
WHERE...

How to access SAP table VTIOF

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