VTVFGOP SAP (Technical Transaction Category - Option Descriptors) Structure details

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




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




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

VTVFGOP 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" 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_VTVFGOP TYPE VTVFGOP.

The VTVFGOP table consists of various fields, each holding specific information or linking keys about Technical Transaction Category - Option Descriptors data available in SAP. These include SNOTTYPE (Quotation of underlying), SABRMET (Settlement Method Option), SETTLFL (Settlement indicator), SOPTAUS (Exercise Type (American or European)).. 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 VTVFGOP 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
DDISPODelivery of underlying TV_UDDISPODATS8DATUM
SNOTTYPEQuotation of underlying TV_UNOTTYPCHAR1T_NOTTYPE
SABRMETSettlement Method Option TI_SABRMETCHAR1T_SABRMET
SETTLFLSettlement indicator TI_SETTLFLCHAR1T_SETTLFL
SOPTAUSExercise Type (American or European) SOPTAUSNUMC1SOPTAUS
OFWAERSStrike currency of option/future TI_OFWAERSCUKY5TCURCWAERS
OSTRIKEOption strike amount TV_OSTRIKECURR17(2) T_BETRAG
OSKURSStrike as rate (forex) TI_OSKURSDEC13(9) TB_KKURS
OSBPRICEStrike price per unit TV_OSBPRICCURR17(2) T_BETRAG
OSINDEXStrike in points (for quotation in points) TI_OSINDEXDEC11(6) T_PKTKUR
OBNOTPTValue of quotation point RM_BNOTPTCURR17(2) T_BETRAG
OSPROZEStrike in percent (for percentage quotation) TI_OSPROZEDEC10(7) DEC3_7
OBPROZEReference value of strike percentage quotation TV_BPROZECURR17(2) T_BETRAG
OPTTYPOriginal option category (on closing) TV_OPTTYPNUMC3ATO1T_OPTTYP
OPTTYP_AKTCurrent option category TV_AOPTTYPNUMC3ATO1T_OPTTYP
REWAERSOption rebate currency TI_REWAERSCUKY5TCURCWAERS
REBETROption rebate amount TV_REBETRCURR17(2) T_BETRAG
RESSIGNDirection of rebate amount TI_RESSIGNCHAR1T_SSIGN
REDATERebate due date TI_REDATEDATS8DATUM
B1OSTRIKEBarrier amount 1 of option TV_B1OSTRICURR17(2) T_BETRAG
B1OSBPRICEBarrier price1 per unit TV_B1OSBPRCURR17(2) T_BETRAG
B1OSINDEXBarrier1 in points (for quotation in points) TI_B1OSINDDEC11(6) T_PKTKUR
B1OSPROZEBarrier1 in percent (for percentage quotations) TI_B1OSPRODEC10(7) DEC3_7
B1OSKURSBarrier1 as rate (forex) TV_B1OSKURDEC13(9) TB_KKURS
BA1RBETRRebate amount of barrier 1 TV_BA1RBETCURR17(2) T_BETRAG
BA1RWAERCurrency of rebate amount of barrier1 TI_BA1RWAECUKY5TCURCWAERS
BA1RDATDue date of barrier1 rebate TI_BA1RDATDATS8DATUM
BA1RSSIGNDirection of barrier 1 rebate TI_BA1RSSICHAR1T_SSIGN
B2OSTRIKEBarrier amount 2 of option TV_B2OSTRICURR17(2) T_BETRAG
B2OSBPRICEBarrier price2 per unit TV_B2OSBPRCURR17(2) T_BETRAG
B2OSINDEXBarrier2 in points (for quotation in points) TI_B2OSINDDEC11(6) T_PKTKUR
B2OSPROZEBarrier2 in percent (for percentage quotation) TI_B2OSPRODEC10(7) DEC3_7
B2OSKURSBarrier2 as rate (forex) TV_B2OSKURDEC13(9) TB_KKURS
BA2RBETRRebate amount of barrier 2 TV_BA2RBETCURR17(2) T_BETRAG
BA2RWAERCurrency of rebate amount of barrier 2 TI_BA2RWAECUKY5TCURCWAERS
BA2RDATDue date of barrier2 rebate TI_BA2RDATDATS8DATUM
BA2RSSIGNDirection of barrier2 rebate TI_BA2RSSICHAR1T_SSIGN
SPUTCALLPut/Call Indicator for Options TV_PUTCALLNUMC1TV_PUTCAL

Key field Non-key field



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

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

How to access SAP table VTVFGOP

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