VTVRTMSGAP SAP (GAP Analysis Valuation Control) Structure details

Dictionary Type: Structure
Description: GAP Analysis Valuation Control




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




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

VTVRTMSGAP 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 "GAP Analysis Valuation Control" 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_VTVRTMSGAP TYPE VTVRTMSGAP.

The VTVRTMSGAP table consists of various fields, each holding specific information or linking keys about GAP Analysis Valuation Control data available in SAP. These include SEFFZINS (GAP effective interest rate indicator), SDATUM (GAP date indicator), SEXTGAP (GAP external processing indicator), EXDEST (RM Gap: Destination for External Transaction Analysis).. 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 VTVRTMSGAP 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
SOPPZINSGap: Indicator for Opportunity Interest Rate TVRTOZKNZCHAR1XFELD
SEFFZINSGAP effective interest rate indicator TVRTEZKNZCHAR1XFELD
SDATUMGAP date indicator TVRTDATKNZCHAR1TVRTDATKNZ
SEXTGAPGAP external processing indicator TVRTEXTKNZCHAR1TVRTEXTKNZ
EXDESTRM Gap: Destination for External Transaction Analysis TVRTRFCDESTCHAR32Assigned to domainRFCDEST
EXFUNCRM Gap: RFC - Function Name for External Trans. Analysis TVRTRFCFNAMECHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

How to access SAP table VTVRTMSGAP

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