VTV_SIGESH SAP (Simulative Entry of Hedge Transactions) Structure details

Dictionary Type: Structure
Description: Simulative Entry of Hedge Transactions




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




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

VTV_SIGESH 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 "Simulative Entry of Hedge Transactions" 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_SIGESH TYPE VTV_SIGESH.

The VTV_SIGESH table consists of various fields, each holding specific information or linking keys about Simulative Entry of Hedge Transactions data available in SAP. These include RFHA (Fictitious transaction number), RANTYP (Contract Type), SANLF (Product Category), SFGTYP (Transaction Category).. 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_SIGESH 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 MANDTCLNT3T000MANDT
RFHAFictitious transaction number TV_RFHACHAR13Assigned to domainALPHAT_RFHA
RANTYPContract Type RANTYPCHAR1RANTYP
SANLFProduct Category SANLFNUMC3TZAFVVSANLF
SFGTYPTransaction Category TB_SFGTYPNUMC3AT01T_SFGTYP
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
XFATEXTName of Transaction Type TB_FATEXTCHAR30T_XTEXT30
XSGSARTText (30 Characters) TEXT30CHAR30TEXT30
RGATTClass TI_RGATTCHAR13ALPHAT_RGATTT04
WGSCHFTCurrency of transaction TB_WGSCHFTCUKY5TCURCWAERS
WGSCHFT1Currency of Outgoing Side TB_WGSCHF1CUKY5TCURCWAERS
WGSCHFT2Currency of Incoming Side TB_WGSCHF2CUKY5TCURCWAERS
WLWAERSLeading currency TB_WLWAERSCUKY5TCURCWAERS
WFWAERSFollowing Currency TB_WFWAERSCUKY5TCURCWAERS
KURSStrike as rate (forex) TV_SIKURSDEC9(5) EXCRTUKURS
SSIGNDirection of flow TV_SISSIGNCHAR1T_SSIGN
WBLBETRCurrency of Volume Amount TV_SIWBETRCUKY5TCURCWAERS
BLBETRPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
XBLBETRVolume amount in transaction currency TV_SIXBETRCHAR18T_XBETR
XDMATURExpiration date TV_SIXDMATCHAR10CHAR10
DMATURExpiration date TB_DMATURDATS8DATUM
XPRBETRPayment amount TV_SIXPRBTCHAR18T_XBETR
PRBETRPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
WPRBETRPayment Currency TB_WZBETRCUKY5TCURCWAERS
DPRBETRPayment or Delivery Date TB_DZTERMDATS8DATUMT33
XDPRBETRPayment Date/Delivery Date TB_XDZTERMCHAR10CHAR10
XMERKFictitious position 2 - SPACE Fictitious position 1 TV_XFIKT12CHAR1XFELD
B1OSKURSBarrier1 as rate (forex) TI_B1OSKURDEC9(5) EXCRTUKURS
OPTTYPOriginal option category (on closing) TV_OPTTYPNUMC3ATO1T_OPTTYP
XMARKCheckbox XFELDCHAR1XFELD
PKONDFixed interest rate (fixed side of SWAP, FRA, Strike for Cap TV_PZINSSVDEC10(7) DECV3_7
SZSREFRef.int.rate for variable side (strike) for FRA, SWAp, CAP TV_SZSREFCHAR10Assigned to domainZIREFKU
RSSIGNDirection of variable side of interest instrument TV_RSSIGNCHAR1T_SSIGN
FCHANGEFictitious transaction changed in detail screen TV_FCHANGECHAR1XFELD
DELFZ(Final) due date of instrument TV_DELFZDATS8DATUM
XDELFZ(Final) due date of instrument TV_XDELFZCHAR10CHAR10
DARKURSStrike as rate (forex) TV_SIKURSDEC9(5) EXCRTUKURS

Key field Non-key field



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

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

How to access SAP table VTV_SIGESH

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