TXI_VTIOF SAP (Options Additional Data) Structure details

Dictionary Type: Structure
Description: Options Additional Data




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




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

TXI_VTIOF 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 "Options Additional Data" 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_TXI_VTIOF TYPE TXI_VTIOF.

The TXI_VTIOF table consists of various fields, each holding specific information or linking keys about Options Additional Data data available in SAP. These include MANDT (Client), OPTNR (Class), XRFHA (Option/Future is already traded), ORFHA (Number of related transaction (for OTC)).. 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: Not classified


SAP TXI_VTIOF 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
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
OSTRIKE_CYCUKY for SYST SYCUKYCUKY5SYCUKY
ONOTPT_CYCUKY for SYST SYCUKYCUKY5SYCUKY
OPROZE_CYCUKY for SYST SYCUKYCUKY5SYCUKY

Key field Non-key field



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

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

How to access SAP table TXI_VTIOF

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