VTV_PARA SAP (TR_MRM: Parameter string) Structure details

Dictionary Type: Structure
Description: TR_MRM: Parameter string




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




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

VTV_PARA 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 "TR_MRM: Parameter string" 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_VTV_PARA TYPE VTV_PARA.

The VTV_PARA table consists of various fields, each holding specific information or linking keys about TR_MRM: Parameter string data available in SAP. These include TVVERDBW (Summarization level), TVANZWAER (Currency for displaying results), TVAKTDAT (Evaluation Date), TVHORI (Calculation horizon).. 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 VTV_PARA 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
TVSORTFSort sequence TV_SORTFBWCHAR2TV_SORTFBW
TVVERDBWSummarization level TV_VERDBWCHAR1TV_VERDBW
TVANZWAERCurrency for displaying results TV_ANZWAERCUKY5TV_ANZWAER
TVAKTDATEvaluation Date TV_AKTUDATDATS8DATUM
TVHORICalculation horizon TV_HORIZONDATS8DATUM
TVMESSHError handling TV_MESSHCHAR1T_MESSH
TVSHIFTYield curve shift in basis points TV_SHIFTDEC4T_SHBP
TVSHIFTTYPControl indicator for shift adjustment JBRSHTYPNUMC2JBRSHTYP
TVVBPANZDisplay interest exposure as value of x basis points TV_VBPANZCHAR1T_VBPANZ
TVGGABZControl discounting underlyings TV_GGABZCHAR1T_GGABZ
STESTTest Run Indicator TB_STESTCHAR1XFELD
CUEXTake account of Cum/ex for warrant and converible bonds TV_CUEXCHAR1XFELD
DISPWExposure currency TV_DISPWCUKY5TCURCWAERS
PINKLIncluding accumulated balance TV_PINKLCHAR1XFELD
UMRDATCurrency Translation at Rate on Maturity Date TV_UMRDATCHAR1XFELD
DATE_BEGStart of Period TV_DATUM_FDATS8DATUM
DATE_ENDLast day of the period TV_DATUM_TDATS8DATUM
PRZUSAPrint detailed log in batch TV_PRIZUSCHAR1XFELD
POSTEDPosted transactions not included TV_POSTEDCHAR1XFELD
SIMULITake simulated transactions into account yes/no TV_FIKTICHAR1XFELD
BOOKEDSelect posted amounts TV_BOOKEDCHAR1XFELD
XINTRINSICCalculation of the Intrinsic Value TV_INTRINSIC_XCHAR1XFELD
XCLEANClean Price Calculation TV_CLEAN_XCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table VTV_PARA

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