VTV_TORANZ SAP (Displ.Structure for Total Return) Structure details

Dictionary Type: Structure
Description: Displ.Structure for Total Return




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




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

VTV_TORANZ 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 "Displ.Structure for Total Return" 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_TORANZ TYPE VTV_TORANZ.

The VTV_TORANZ table consists of various fields, each holding specific information or linking keys about Displ.Structure for Total Return data available in SAP. These include SZENARI1 (Scenario), SZNAME1 (Scenario: Long name), TORREAL1 (Total return real transactions), TORDREAL1 (Total return difference at current NPV).. 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_TORANZ 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SZENARI1Scenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
SZNAME1Scenario: Long name TV_SZNAMECHAR60TEXT60
TORREAL1Total return real transactions TV_TORREALCURR17(2) T_PRESVAL
TORDREAL1Total return difference at current NPV TV_TRDREALCURR17(2) T_PRESVAL
TOREAL1Total return in percent real position TV_TOREALDEC9(5) DECV4_5
TORSIM11Total return fictitious transactions 1 TV_TORSIM1CURR17(2) T_PRESVAL
TORDSIM11Difference betw. total return real + fict. 1 and current NPV TV_TRDSIM1CURR17(2) T_PRESVAL
TORRESI11Total return in percent fictitious position 1 + real TV_TORSIMDEC9(5) DECV4_5
TORSIM21Total return fictitious transactions 2 TV_TORSIM2CURR17(2) T_PRESVAL
TORDSIM21Difference betw. total return real + fict. 2 and current NPV TV_TRDSIM2CURR17(2) T_PRESVAL
TORRESI21Total return in percent fictitious position 2 + real TV_TORESI1DEC9(5) DECV4_5
SZENARI2Scenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
SZNAME2Scenario: Long name TV_SZNAMECHAR60TEXT60
TORREAL2Total return real transactions TV_TORREALCURR17(2) T_PRESVAL
TORDREAL2Total return difference at current NPV TV_TRDREALCURR17(2) T_PRESVAL
TOREAL2Total return in percent real position TV_TOREALDEC9(5) DECV4_5
TORSIM12Total return fictitious transactions 1 TV_TORSIM1CURR17(2) T_PRESVAL
TORDSIM12Difference betw. total return real + fict. 1 and current NPV TV_TRDSIM1CURR17(2) T_PRESVAL
TORRESI12Total return in percent fictitious position 1 + real TV_TORSIMDEC9(5) DECV4_5
TORSIM22Total return fictitious transactions 2 TV_TORSIM2CURR17(2) T_PRESVAL
TORDSIM22Difference betw. total return real + fict. 2 and current NPV TV_TRDSIM2CURR17(2) T_PRESVAL
TORRESI22Total return in percent fictitious position 2 + real TV_TORESI1DEC9(5) DECV4_5
SZENARI3Scenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
SZNAME3Scenario: Long name TV_SZNAMECHAR60TEXT60
TORREAL3Total return real transactions TV_TORREALCURR17(2) T_PRESVAL
TORDREAL3Total return difference at current NPV TV_TRDREALCURR17(2) T_PRESVAL
TOREAL3Total return in percent real position TV_TOREALDEC9(5) DECV4_5
TORSIM13Total return fictitious transactions 1 TV_TORSIM1CURR17(2) T_PRESVAL
TORDSIM13Difference betw. total return real + fict. 1 and current NPV TV_TRDSIM1CURR17(2) T_PRESVAL
TORRESI13Total return in percent fictitious position 1 + real TV_TORSIMDEC9(5) DECV4_5
TORSIM23Total return fictitious transactions 2 TV_TORSIM2CURR17(2) T_PRESVAL
TORDSIM23Difference betw. total return real + fict. 2 and current NPV TV_TRDSIM2CURR17(2) T_PRESVAL
TORRESI23Total return in percent fictitious position 2 + real TV_TORESI1DEC9(5) DECV4_5
SZENARI4Scenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
SZNAME4Scenario: Long name TV_SZNAMECHAR60TEXT60
TORREAL4Total return real transactions TV_TORREALCURR17(2) T_PRESVAL
TORDREAL4Total return difference at current NPV TV_TRDREALCURR17(2) T_PRESVAL
TOREAL4Total return in percent real position TV_TOREALDEC9(5) DECV4_5
TORSIM14Total return fictitious transactions 1 TV_TORSIM1CURR17(2) T_PRESVAL
TORDSIM14Difference betw. total return real + fict. 1 and current NPV TV_TRDSIM1CURR17(2) T_PRESVAL
TORRESI14Total return in percent fictitious position 1 + real TV_TORSIMDEC9(5) DECV4_5
TORSIM24Total return fictitious transactions 2 TV_TORSIM2CURR17(2) T_PRESVAL
TORDSIM24Difference betw. total return real + fict. 2 and current NPV TV_TRDSIM2CURR17(2) T_PRESVAL
TORRESI24Total return in percent fictitious position 2 + real TV_TORESI1DEC9(5) DECV4_5
WAEHRCurrency of net present value TV_WAEHRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table VTV_TORANZ

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