VTVRTMSEG SAP (Market segments for instrument valuation) Structure details

Dictionary Type: Structure
Description: Market segments for instrument valuation




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




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

VTVRTMSEG 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 "Market segments for instrument valuation" 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_VTVRTMSEG TYPE VTVRTMSEG.

The VTVRTMSEG table consists of various fields, each holding specific information or linking keys about Market segments for instrument valuation data available in SAP. These include KURSTG (Exchange rate type bid), KURSTB (Exchange rate type ask), BCURVE (Bid valuation curve type for mark-to-market), BCURVEB (Ask Valuation Curve: Mark-to-Market).. 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 VTVRTMSEG 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
CALCVERFCalculation Routines TV_CALCVCHAR4Assigned to domainT_CALCV
WPPVARTCalculate Theoretical NPV TV_WPVARTCHAR1XFELD
WKTAGEMaximum age of historical price in days TV_WKTAGEDEC3TV_ALTER
SVOLARTVolatility Type for Convexity Adjustment TB_SVOLARTCHAR3Assigned to domainT_VOLART
XHOR_CASHFIs cash flow at horizon included in NPV? TV_XHOR_CFCHAR1XFELD
XEXTBWRM: Indicator for external valuation TVRT_XEXTBWCHAR1TVRT_XEXTBW
XDEST_T1RM RFC: Destination for external price calculator TVRT_RFCDESTCHAR32Assigned to domainRFCDEST
XFUNC_T1RM RFC: Function name for external price calculator TVRT_RFCFNAMECHAR30Assigned to domainFUNCNAME
XDEST_T2RM RFC: Destination for external price calculator TVRT_RFCDESTCHAR32Assigned to domainRFCDEST
XFUNC_T2RM RFC: Function name for external price calculator TVRT_RFCFNAMECHAR30Assigned to domainFUNCNAME
IDXSecurities Index IDXCHAR10CHAR10
BFARTBeta Factor Type JBRBFART_DCHAR3Assigned to domainJBRBFART
XSTDINDEXIs index standard index? TVRT_XDEFIDXCHAR1XFLAG
STDBETAFStandard beta factor TVRT_BETAFDEC10(6) JBFBFAKTOR
XCONVADJCalculate convexity adjustment? TV_XCONVCHAR1CHAR001
XKOMPRESSRM: Activate Presummarization TVRT_KOMPRCHAR1TVRT_KOMPR

Key field Non-key field



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

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

How to access SAP table VTVRTMSEG

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