VTV_SKKU SAP (Transition Structure Effective Rate Mask) Structure details

Dictionary Type: Structure
Description: Transition Structure Effective Rate Mask




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




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

VTV_SKKU 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 "Transition Structure Effective Rate Mask" 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_SKKU TYPE VTV_SKKU.

The VTV_SKKU table consists of various fields, each holding specific information or linking keys about Transition Structure Effective Rate Mask data available in SAP. These include SZNAME (Scenario: Long name), SKREAL (Effective rate of real position), SKSIM (Effective rate fict. pos1 + real position), SKRESI1 (Effective rate real + fictitious position 2).. 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_SKKU 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
SZENARIScenario TV_SZENARICHAR10Assigned to domainT_SZENARIOSZES_VTVSZKO_SZENARIO
SZNAMEScenario: Long name TV_SZNAMECHAR60TEXT60
SKREALEffective rate of real position TV_SKREALDEC9(5) EXCRTUKURS
SKSIMEffective rate fict. pos1 + real position TV_SKSIMDEC9(5) EXCRTUKURS
SKRESI1Effective rate real + fictitious position 2 TV_SKRESI1DEC9(5) EXCRTUKURS
SAKTUFlag for current scenario TV_SAKTUCHAR1XFELD
BWREALNet present value of real position TV_BWREALCURR17(2) T_PRESVAL
BWSIM1Net present value of real + fictitious1 position TV_BWSIM1CURR17(2) T_PRESVAL
BWSIM2Net present value of real + fictitious2 position TV_BWSIM2CURR17(2) T_PRESVAL
IRRREALReal IRR TV_IRRREALDEC9(5) DECV4_5
IRRSIM1IRR Simulation1 TV_IRRSIM1DEC9(5) DECV4_5
IRRSIM2IRR Simulation 2 TV_IRRSIM2DEC9(5) DECV4_5
WAEHRCurrency of net present value TV_WAEHRCUKY5Assigned to domainWAERS
TORREALTotal return real transactions TV_TORREALCURR17(2) T_PRESVAL
TORSIM1Total return fictitious transactions 1 TV_TORSIM1CURR17(2) T_PRESVAL
TORSIM2Total return fictitious transactions 2 TV_TORSIM2CURR17(2) T_PRESVAL

Key field Non-key field



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

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

How to access SAP table VTV_SKKU

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