VTI_SIMGES SAP (Standard Values for Simulated OTC Interest Rate Instrument) Structure details

Dictionary Type: Structure
Description: Standard Values for Simulated OTC Interest Rate Instrument




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




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

VTI_SIMGES 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 "Standard Values for Simulated OTC Interest Rate Instrument" 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_VTI_SIMGES TYPE VTI_SIMGES.

The VTI_SIMGES table consists of various fields, each holding specific information or linking keys about Standard Values for Simulated OTC Interest Rate Instrument data available in SAP. These include SFHAART (Financial Transaction Type), BNOMI_AS (Nominal Amount Outgoing Side in Position Crcy (Outg. Side)), BNOMI_ES (Nominal Amount Incoming Side in Position Crcy (Inc. Side)), BNOMI_UNDERLYING (Nominal amount of underlying in currency of underlying).. 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: Cannot Be Enhanced


SAP VTI_SIMGES 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
SGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
BNOMI_ASNominal Amount Outgoing Side in Position Crcy (Outg. Side) FTI_NOM_AUSGSCURR15(2) WERTV8
BNOMI_ESNominal Amount Incoming Side in Position Crcy (Inc. Side) FTI_NOM_EINGSCURR15(2) WERTV8
BNOMI_UNDERLYINGNominal amount of underlying in currency of underlying FTI_NOM_UNDERLYINGCURR15(2) WERTV8
SUWHRUnderlying currency SUWHRCUKY5Assigned to domainWAERS
WGSCHFT1Currency of outgoing side FTI_WGSCH_ASCUKY5Assigned to domainWAERS
WGSCHFT2Currency of incoming side FTI_WGSCH_ESCUKY5Assigned to domainWAERS
PZINSFEST_ASFixed-interest condition - outgoing side FTI_ZINSFEST_ASDEC10(7) DECV3_7
PZINSFEST_ESFixed-interest condition - incoming side FTI_ZINSFEST_ESDEC10(7) DECV3_7
PZINSFESTFixed interest condition - non-swap transactions FTI_ZINSFESTDEC10(7) DECV3_7
BOPRWRNon-Balance Sheet Option Premium in PC/TC FTI_OPRCURR15(2) WERTV8_TR
SZSREF_ESReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
SZSREF_ASReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
SZSREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
DBLFZTerm Start TB_DBLFZDATS8DATUM
DELFZTerm End TB_DELFZDATS8DATUM
DGUEL_ESCondition Item Valid From DGUEL_KPDATS8DATUM
DGUEL_ASCondition Item Valid From DGUEL_KPDATS8DATUM
DGUELCondition Item Valid From DGUEL_KPDATS8DATUM
DGUEL_PRCondition Item Valid From DGUEL_KPDATS8DATUM
DFAELL_ESDue date DFAELLDATS8DATUM
DFAELL_ASDue date DFAELLDATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
DFAELL_PRDue date DFAELLDATS8DATUM
SZBMETH_ESInterest Calculation Method SZBMETHCHAR1SZBMETH
SZBMETH_ASInterest Calculation Method SZBMETHCHAR1SZBMETH
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
AMMRHY_ESFrequency in months AMMRHYNUMC3NUMC03
AMMRHY_ASFrequency in months AMMRHYNUMC3NUMC03
AMMRHYFrequency in months AMMRHYNUMC3NUMC03

Key field Non-key field



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

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

How to access SAP table VTI_SIMGES

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