VTVFGOP08 SAP (Technical Transaction Category - Option Descriptors FGET) Structure details

Dictionary Type: Structure
Description: Technical Transaction Category - Option Descriptors FGET




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




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

VTVFGOP08 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 "Technical Transaction Category - Option Descriptors FGET" 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_VTVFGOP08 TYPE VTVFGOP08.

The VTVFGOP08 table consists of various fields, each holding specific information or linking keys about Technical Transaction Category - Option Descriptors FGET data available in SAP. These include U_DDISPO (Delivery of Underlying), U_SNOTTYP (Quotation of underlying), SABRMET (Settlement method option/future), SETTLFL (Settlement indicator).. 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 VTVFGOP08 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
U_DDISPODelivery of Underlying RM_UDDISPODATS8DATUM
U_SNOTTYPQuotation of underlying RM_UNOTTYPCHAR1T_NOTTYPE
SABRMETSettlement method option/future RM_SABRMETCHAR1T_SABRMET
SETTLFLSettlement indicator RM_SETTLFLCHAR1T_SETTLFL
SOPTAUSExercise type (American or European) RM_SOPTAUSNUMC1SOPTAUS
OFWAERSStrike Currency of Option/Future RM_OFWAERSCUKY5TCURCWAERS
OSTRIKEStrike Amount of Option RM_OSTRIKECURR17(2) T_BETRAG
OSKURSStrike as Rate (Forex) RM_OSKURSDEC13(7) DEC6_7
OSBPRICEStrike price per unit RM_OSBPRICCURR17(2) T_BETRAG
OSINDEXStrike in points (for quotation in points) RM_OSINDEXDEC11(6) T_PKTKUR
OBNOTPTValue of quotation point RM_BNOTPTCURR17(2) T_BETRAG
OSPROZEStrike in percent (for percentage quotation) RM_OSPROZEDEC10(7) PWKURS
OBPROZEReference value of strike percentage quotation RM_BPROZECURR17(2) T_BETRAG
OPTTYPOriginal Option category (On Conclusion of Deal) RM_OPTTYPNUMC3ATO1T_OPTTYP
OPTTYP_AKTCurrent option category RM_AOPTTYPNUMC3ATO1T_OPTTYP
OBEZVHSubscription ratio of option RM_OBEZVHDEC15(5) ASTUECK
REWAERSOption Rebate Currency RM_REWAERSCUKY5TCURCWAERS
REBETROption rebate amount RM_REBETRCURR17(2) T_BETRAG
RESSIGNDirection of rebate amount RM_RESSIGNCHAR1T_SSIGN
REDATERebate Due Date RM_REDATEDATS8DATUM
B1OSTRIKEUpper Barrier Amount RM_B1OSTRICURR17(2) T_BETRAG
B1OSBPRICEUpper Barrier Price per Unit RM_B1OSBPRCURR17(2) T_BETRAG
B1OSINDEXUpper Barrier Points (For Quotation in Points) RM_B1OSINDDEC11(6) T_PKTKUR
B1OSPROZEUpper Barrier Percentage (For Percentage Quotations) RM_B1OSPRODEC10(7) PWKURS
B1OSKURSRate for Upper Barrier (Forex) RM_B1OSKURDEC13(9) TB_KKURS
BA1RBETRRebate Amount of Upper Barrier RM_BA1RBETCURR17(2) T_BETRAG
BA1RWAERCurrency of the Rebate Amount of Upper Barrier RM_BA1RWAECUKY5TCURCWAERS
BA1RDATMaturity Date of Rebate for Upper Barrier RM_BA1RDATDATS8DATUM
BA1RSSIGNDirection of Rebate for Uppter Barrier RM_BA1RSSICHAR1T_SSIGN
B2OSTRIKELower Barrier Amount RM_B2OSTRICURR17(2) T_BETRAG
B2OSBPRICELower Barrier Price per Unit RM_B2OSBPRCURR17(2) T_BETRAG
B2OSINDEXLower Barrier Points (For Quotation in Points) RM_B2OSINDDEC11(6) T_PKTKUR
B2OSPROZEPercentage for Lower Barrier (For Percentage Quotation) RM_B2OSPRODEC10(7) PWKURS
B2OSKURSLower Barrier Rate (Forex) RM_B2OSKURDEC13(9) TB_KKURS
BA2RBETRRebate Amount of Lower Barrier RM_BA2RBETCURR17(2) T_BETRAG
BA2RWAERCurrency of Rebate Amount of Lower Barrier RM_BA2RWAECUKY5TCURCWAERS
BA2RDATMaturity Date of Rebate of Lower Barrier RM_BA2RDATDATS8DATUM
BA2RSSIGNDirection of Rebate of Lower Barrier RM_BA2RSSICHAR1T_SSIGN
SPUTCALLPut/Call Indicator for Options RM_PUTCALLNUMC1TV_PUTCAL
.INCLU--AP 0
VORZEITLead Time of Option VORZEITINT25VORZEIT
.INCLU--AP 0
TOTALSAMPLECOUNTNumber of Sample Dates per Base Value TOTALSAMPLECOUNTINT25TOTALSAMPLECOUNT
FIXEDSAMPLECOUNTNumber of Fixed Points per Base Value FIXEDSAMPLECOUNTINT25FIXEDSAMPLECOUNT
FIXEDSPOTAVERAGEMean Value of Fixed Base Prices FIXEDSPOTAVERAGECURR13(2) WERTV7
NEXTSAMPLEDATENext Sample Date NEXTSAMPLEDATEDATS8NEXTSAMPLEDATE
.INCLU--AP 0
FIXEDVOLATILITYForward Volatility, Fixed for Each Contract FIXEDVOLATILITYDEC11(7) T_VOLA

Key field Non-key field



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

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

How to access SAP table VTVFGOP08

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