VTV_EXPOTA SAP (Exposure table) Structure details

Dictionary Type: Structure
Description: Exposure table




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




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

VTV_EXPOTA 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 "Exposure table" 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_EXPOTA TYPE VTV_EXPOTA.

The VTV_EXPOTA table consists of various fields, each holding specific information or linking keys about Exposure table data available in SAP. These include SZENARI (Scenario), WAERS (Planned currency for cash management and forecast), TDATUM (Field of type DATS), FDATUM (Field of type DATS).. 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: Can be enhanced (character-type or numeric)


SAP VTV_EXPOTA 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
KONDDATUMField of type DATS DATSDATS8DATS
SZENARIScenario TV_SZENARICHAR10Assigned to domainT_SZENARIOSZES_VTVSZKO_SZENARIO
WAERSPlanned currency for cash management and forecast DISPWCUKY5Assigned to domainWAERSFDW
TDATUMField of type DATS DATSDATS8DATS
FDATUMField of type DATS DATSDATS8DATS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RPORTBPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
RANTYPContract Type RANTYPCHAR1RANTYP
SANLFFinancial Product Category TB_SANLFNUMC3Assigned to domainVVSANLF
SGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
RANLContract Number RANLCHAR13ALPHARANLRAN
SFGTYPTransaction Category TB_SFGTYPNUMC3Assigned to domainT_SFGTYP
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
ZUONDAssignment TB_ZUONDCHAR18TEXT18
REFERInternal Reference TB_REFERCHAR16CHAR16
MERKMCharacteristics TB_MERKMCHAR25CHAR25
PARTNRBusiness Partner Number TB_KUNNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
GEXBTRPlanned amount of underlying transactions in planned curr. TV_GEXBTRCURR15(2) WERTV8_TR
TEXBTRPlanned amount of hedge transaction in planned currency TV_TEXBTRCURR15(2) WERTV8_TR
OFFBTROpen position in planned currency TV_OFFBTRCURR15(2) WERTV8_TR
FEXBTR1Amount in planned currency WRSHDCURR15(2) WRTV8
FEXBTR2Amount in planned currency WRSHDCURR15(2) WRTV8
GEXBTR_ZXPlanned amount of underlying transactions in planned curr. TV_GEXBTRCURR15(2) WERTV8_TR
OFFBTR_AWOpen item in display currency TV_OFFBTR_AWCURR15(2) WERTV8_TR
ANZWRDisplay Currency FTI_AZGWMRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table VTV_EXPOTA

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