VTVDETM_TR SAP (Treasury: Cumulative Values: Characteristics Trans./Activity) Structure details

Dictionary Type: Structure
Description: Treasury: Cumulative Values: Characteristics Trans./Activity




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




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

VTVDETM_TR 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 "Treasury: Cumulative Values: Characteristics Trans./Activity" 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_VTVDETM_TR TYPE VTVDETM_TR.

The VTVDETM_TR table consists of various fields, each holding specific information or linking keys about Treasury: Cumulative Values: Characteristics Trans./Activity data available in SAP. These include BISDAT (Date of evaluation end), RSTICH (Key date reference), DBUDAT (Posting Date in the Document), DGJAHR (Fiscal Year).. 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 VTVDETM_TR 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
VONDATStart Date of Evaluation DVONDATDATS8DATUM
BISDATDate of evaluation end DBISDATDATS8DATUM
RSTICHKey date reference RSTICHCHAR1RSTICH
DBUDATPosting Date in the Document BUDATDATS8DATUM
DGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DMONATFiscal Period MONATNUMC2MONAT
PERIOPeriod/year JAHRPERNUMC7PERI7JAHRPER
DFAELLDue date DFAELLDATS8DATUM
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
RPZAHLPayer/payee TB_RPZAHL_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
JFDBUCRelevance to CM FTI_FDBUCCHAR1FTI_FDBUC
LAND1Country key of company code FTI_LAND1CHAR3T005LAND1LND
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
BANKK_HBBank key of house bank FTI_BANKKCHAR15BANKKBNK
BANKN_HBBank account number of house bank FTI_BANKNCHAR18BANKN
BANKK_BPBank key of business partner bank FTI_BANKKPCHAR15BANKKBNK
BANKN_BPBank account number of business partner FTI_BANKNPCHAR18BANKN
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
JAHRCalendar year TB_JAHRNUMC4GJAHRGJAHR
MONATCalendar month TB_MONATNUMC2TB_MONAT
WOCHECalendar Week FTI_WOCHENUMC2NUMC2
MONAT_JAHRCalendar Month/Year FTI_MONTH_YEARNUMC6PERIMCPERIOD
WOCHE_JAHRCalendar Week/Year FTI_WEEK_YEARNUMC6PERIMCPERIOD
SZARTPayment transaction TB_SZARTCHAR1XFELD
SPAYRQGenerate payment request TB_SPAYRQKCHAR1XFELD
PRKEYKey Number for Payment Request PRQ_KEYNOCHAR10PAYRQALPHAPRQ_KEYNO
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
AWKEYReference Key AWKEYCHAR20AWKEY
GL_ACCOUNT_DNumber of G/L Account: Debit FTI_GLACC_DCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GL_ACCOUNT_CNumber of G/L Account: Credit FTI_GLACC_CCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR

Key field Non-key field



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

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

How to access SAP table VTVDETM_TR

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