VTVSZVERL SAP (Scenario Progression: List of Scenarios and Validity Dates) Table details

Dictionary Type: Table
Description: Scenario Progression: List of Scenarios and Validity Dates




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




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

VTVSZVERL is a standard SAP Table which is used to store Scenario Progression: List of Scenarios and Validity Dates data and is available within R/3 SAP systems depending on the version and release level.

The VTVSZVERL table consists of various fields, each holding specific information or linking keys about Scenario Progression: List of Scenarios and Validity Dates data available in SAP. These include SZVERLAUF (Scenario progression), DATUM (Validity Date of Scenario), SZENARIO (Scenario), REGELID (Market Data Shift Rule in Risk Management).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP VTVSZVERL table 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
SZVERLAUFScenario progression TV_SZVERLCHAR10VTVSZVLKOT_SZENVERL
DATUMValidity Date of Scenario TV_SZEDATDATS8SYDATS
SZENARIOScenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
.INCLU--AP 0
REGELIDMarket Data Shift Rule in Risk Management JBRREGIDNUMC10Assigned to domainALPHAJBRREGIDS_JBRREGD_REGELID
USE_SZUse Scenario TV_USE_SZCHAR1XFELD
USE_RLUse Shift TV_USE_RLCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table VTVSZVERL using ABAP code

The following ABAP code Example will allow you to do a basic selection on VTVSZVERL to SELECT all data from the table
DATA: WA_VTVSZVERL TYPE VTVSZVERL.

SELECT SINGLE *
FROM VTVSZVERL
INTO CORRESPONDING FIELDS OF WA_VTVSZVERL
WHERE...

How to access SAP table VTVSZVERL

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