VTV_RESULT SAP (Treasury CRM: Display Structure Effective Rate) Structure details

Dictionary Type: Structure
Description: Treasury CRM: Display Structure Effective Rate




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




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

VTV_RESULT 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 "Treasury CRM: Display Structure Effective Rate" 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_RESULT TYPE VTV_RESULT.

The VTV_RESULT table consists of various fields, each holding specific information or linking keys about Treasury CRM: Display Structure Effective Rate data available in SAP. These include SZENARI1 (Scenario), SZNAME1 (Scenario: Long name), SKREAL1 (Effective rate of real position), SKDREAL1 (Effective rate difference of real position).. 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_RESULT 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
SKREAL1Effective rate of real position TV_SKREALDEC9(5) EXCRTUKURS
SKDREAL1Effective rate difference of real position TV_SKDREALDEC9(5) EXCRTSWKURS
SKRESI11Effective rate fict. pos1 + real position TV_SKSIMDEC9(5) EXCRTUKURS
SKDRESI11Effective rate difference of simulated real pos1 TV_SKDRES1DEC9(5) EXCRTSWKURS
SKRESI21Effective rate real + fictitious position 2 TV_SKRESI1DEC9(5) EXCRTUKURS
SKDRESI21Effective rate difference real + fictitious position 2 TV_SKDRES2DEC9(5) EXCRTSWKURS
SZENARI2Scenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
SZNAME2Scenario: Long name TV_SZNAMECHAR60TEXT60
SKREAL2Effective rate of real position TV_SKREALDEC9(5) EXCRTUKURS
SKDREAL2Effective rate difference of real position TV_SKDREALDEC9(5) EXCRTSWKURS
SKRESI12Effective rate fict. pos1 + real position TV_SKSIMDEC9(5) EXCRTUKURS
SKDRESI12Effective rate difference of simulated real pos1 TV_SKDRES1DEC9(5) EXCRTSWKURS
SKRESI22Effective rate real + fictitious position 2 TV_SKRESI1DEC9(5) EXCRTUKURS
SKDRESI22Effective rate difference real + fictitious position 2 TV_SKDRES2DEC9(5) EXCRTSWKURS
SZENARI3Scenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
SZNAME3Scenario: Long name TV_SZNAMECHAR60TEXT60
SKREAL3Effective rate of real position TV_SKREALDEC9(5) EXCRTUKURS
SKDREAL3Effective rate difference of real position TV_SKDREALDEC9(5) EXCRTSWKURS
SKRESI13Effective rate fict. pos1 + real position TV_SKSIMDEC9(5) EXCRTUKURS
SKDRESI13Effective rate difference of simulated real pos1 TV_SKDRES1DEC9(5) EXCRTSWKURS
SKRESI23Effective rate real + fictitious position 2 TV_SKRESI1DEC9(5) EXCRTUKURS
SKDRESI23Effective rate difference real + fictitious position 2 TV_SKDRES2DEC9(5) EXCRTSWKURS
SZENARI4Scenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
SZNAME4Scenario: Long name TV_SZNAMECHAR60TEXT60
SKREAL4Effective rate of real position TV_SKREALDEC9(5) EXCRTUKURS
SKDREAL4Effective rate difference of real position TV_SKDREALDEC9(5) EXCRTSWKURS
SKRESI14Effective rate fict. pos1 + real position TV_SKSIMDEC9(5) EXCRTUKURS
SKDRESI14Effective rate difference of simulated real pos1 TV_SKDRES1DEC9(5) EXCRTSWKURS
SKRESI24Effective rate real + fictitious position 2 TV_SKRESI1DEC9(5) EXCRTUKURS
SKDRESI24Effective rate difference real + fictitious position 2 TV_SKDRES2DEC9(5) EXCRTSWKURS

Key field Non-key field



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

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

How to access SAP table VTV_RESULT

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