VTVFGMS01 SAP (Include: Market Segments Ask/Bid) Structure details

Dictionary Type: Structure
Description: Include: Market Segments Ask/Bid




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




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

VTVFGMS01 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 "Include: Market Segments Ask/Bid" 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_VTVFGMS01 TYPE VTVFGMS01.

The VTVFGMS01 table consists of various fields, each holding specific information or linking keys about Include: Market Segments Ask/Bid data available in SAP. These include KURSTB (Exchange rate type ask), BCURVE (Bid valuation curve type for mark-to-market), BCURVEB (Ask Valuation Curve: Mark-to-Market), WPKURSART (Security price type for evaluations).. 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 VTVFGMS01 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
KURSTGExchange rate type bid TB_KURSTGCHAR4Assigned to domainKURST
KURSTBExchange rate type ask TB_KURSTBCHAR4Assigned to domainKURST
BCURVEBid valuation curve type for mark-to-market TB_BCURVENUMC4Assigned to domainJBSZKART
BCURVEBAsk Valuation Curve: Mark-to-Market TB_BCURVEBNUMC4Assigned to domainJBSZKART
WPKURSARTSecurity price type for evaluations TB_WKURSACHAR2Assigned to domainVVSKURSART
IDXARTIndex Type IDXARTCHAR2CHAR2
DVOLARTGVolatility Type 'Bid Rates' for Foreign Exchange TB_VOLARTGCHAR3Assigned to domainT_VOLART
DVOLARTBVolatility Type 'Ask Rates' for Foreign Exchange TB_VOLARTBCHAR3Assigned to domainT_VOLART
ZVOLARTGVolatility Type 'Bid' for Interest Rates TB_ZVOLARGCHAR3Assigned to domainT_VOLART
ZVOLARTBVolatility Type 'Ask' for Interest Rates TB_ZVOLARBCHAR3Assigned to domainT_VOLART
WVOLARTGVolatility Type 'Bid' for Securities TB_WVOLARGCHAR3Assigned to domainT_VOLART
WVOLARTBVolatility Type 'Ask' for Securities TB_WVOLARBCHAR3Assigned to domainT_VOLART
IXVOLARTGVolatility Type for Security Indexes; Bid Rates TV_IXVOLGCHAR3Assigned to domainT_VOLART
IXVOLARTBVolatility Type for Security Indexes; Ask Rates TV_IXVOLBCHAR3Assigned to domainT_VOLART
HWVOLARTGVolatility Type for Yield Curve Model, Bid Rate TV_HWVOLAGCHAR3Assigned to domainT_VOLART
HWVOLARTBVolatility Type for Yield Curve Model, Ask Rate TV_HWVOLABCHAR3Assigned to domainT_VOLART
KORRARTG'Bid' Correlation Type TV_KORRARTGCHAR3Assigned to domainT_KORART
KORRARTB'Ask' Correlation Type TV_KORRARTBCHAR3Assigned to domainT_KORART
VNAMEVolatility Name TV_VNAMECHAR15Assigned to domainTV_VNAME
COVOLTYPBVolitility Type 'Bid' for Commodity Transactions TB_COVOTYPBCHAR3ATVO1T_VOLART
COVOLTYPAVolitility Type 'Ask' for Commodity Transactions TB_COVOTYPACHAR3ATVO1T_VOLART
COPRTYPECommodity Quotation Type TCR_CTY_QUOTTYPECHAR5TRCOCC_QUOTTYPETCR_CTY_QUOTTYPE
BCURVE_RFBid Valuation Curve : Risk Free TB_BCURVE_RFNUMC4JBD14JBSZKART
BCURVEB_RFAsk Valuation Curve : Risk Free TB_BCURVEB_RFNUMC4JBD14JBSZKART
BSP_CURVE_BBasis Spread Curve Type FTBB_YC_BSCTCHAR4FTBB_YCBSCURVEFTBB_YC_BSCT
BSP_CURVE_ABasis Spread Curve Type FTBB_YC_BSCTCHAR4FTBB_YCBSCURVEFTBB_YC_BSCT

Key field Non-key field



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

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

How to access SAP table VTVFGMS01

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