RECD_VTBBEWE_DB SAP (FIMA Flow Records: Database Part) Structure details

Dictionary Type: Structure
Description: FIMA Flow Records: Database Part




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




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

RECD_VTBBEWE_DB 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 "FIMA Flow Records: Database Part" 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_RECD_VTBBEWE_DB TYPE RECD_VTBBEWE_DB.

The RECD_VTBBEWE_DB table consists of various fields, each holding specific information or linking keys about FIMA Flow Records: Database Part data available in SAP. These include BNWHR (Nominal amount), DBERVON (Start of Calculation Period), SEXCLVON (Exclusive Indicator for the Start of a Calculation Period), SULTVON (Month-End Indicator for Start of a Calculation Period).. 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 RECD_VTBBEWE_DB 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
BBWHRAmount which changes position TFM_BBWHRCURR23(2) TFM_WRTV12
BNWHRNominal amount TFM_BNWHRCURR23(2) TFM_WRTV12
DBERVONStart of Calculation Period DBERVONDATS8DATUM
SEXCLVONExclusive Indicator for the Start of a Calculation Period VVSEXCLVONNUMC1VVSEXCLVON
SULTVONMonth-End Indicator for Start of a Calculation Period VVSULTVONCHAR1VVSULT
DBERBISEnd of Calculation Period DBERBISDATS8DATUM
SINCLBISInclusive Indicator for the End of a Calculation Period VVSINCLBISNUMC1VVSINCLBIS
SULTBISMonth-End Indicator for the End of a Calculation Period VVSULTBISCHAR1VVSULT
DVALUTCalculation Date DVALUTDATS8DATUM
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SVINCLInclusive indicator for value date VVSVINCLNUMC1VVSINCL
SVULTMonth-End Indicator for Value Date VVSVULTCHAR1VVSULT
DFAELLDue date DFAELLDATS8DATUM
SFINCLInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
DDISPOPayment Date DDISPODATS8DATUM
SINCLVERRInclusive Indicator for Clearing Date VVSINCLVERNUMC1VVSINCLVER
SULTVERRMonth-End Indicator for Clearing Date VVSULTVERRCHAR1VVSULT
ATAGENumber of Days TFMATAGEINT410INT4
ABASTAGEAmount in floating point format for recursive determination BITERFLTP16(16) BFLTP
APERTAGENo. of days of a (calculation) period in cash flow VVAPERTAGENUMC6INT6
STGMETHDaily Method VVSTGMETHNUMC1VVSTGMETH
STGBASISBase Days Method VVSTGBASISNUMC1VVSTGBASIS
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
DBPERIODPeriod start VVDBPERIODDATS8DATUM
SPAEXCLExclusive Indicator for Start Date of a Period TFMSPAEXCLNUMC1TFMSPAEXCL
SPAULTMonth-End Indicator for Start Date of a Period TFMSPAULTCHAR1VVSULT
DEPERIODPeriod End VVDEPERIODDATS8DATUM
SPEINCLInclusive Indicator for End Date of a Period TFMSPEINCLNUMC1TFMSPEINCL
SPEULTMonth-End Indicator for End of a Period TFMSPEULTCHAR1VVSULT
SWHRKONDCurrency of Condition Item TFMWHRKONDCUKY5Assigned to domainTFM_WAERS
BKONDCondition item currency amount TFM_BKONDCURR17(2) TFM_WRTV9
SSTAFFType of Scaled Calculation TFMSSTAFFNUMC1TFMSSTAFF
SBASISCalculation Base Reference TFM_SBASISCHAR4TFM_SBASIS
JSOFVERRIndicator for Immediate Settlement (Financial Mathematics) TFMSOFVERRCHAR1TFMSOFVERR
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
ATTRHYFrequency in Days ATTRHYNUMC3NUMC03
SSORTZITSort indicator for financial mathematic calculations TFM_SORTNUMC2NUMC2
SZEITANTIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
SSALBASIndicator for debit position/incoming pmnt (internal FiMa) TFMSSALBASCHAR1TFMSSALBAS
SKONDGRPCondition group in cash flow calculator SKONDGRPNUMC4SKONDGRP

Key field Non-key field



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

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

How to access SAP table RECD_VTBBEWE_DB

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