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

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




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




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

VTVRTMS01 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_VTVRTMS01 TYPE VTVRTMS01.

The VTVRTMS01 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: Not classified


SAP VTVRTMS01 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 'Bid' for Security Indexes TVRT_IXVOLGCHAR3Assigned to domainT_VOLART
IXVOLARTBVolatility Type 'Ask' for Security Indexes TVRT_IXVOLBCHAR3Assigned to domainT_VOLART
VNAMEVolatility name TVRT_VNAMECHAR15TVRT_VNAME

Key field Non-key field



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

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

How to access SAP table VTVRTMS01

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