VZZABGR SAP (Interface to FIMA accrual/deferral) Structure details

Dictionary Type: Structure
Description: Interface to FIMA accrual/deferral




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




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

VZZABGR 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 "Interface to FIMA accrual/deferral" 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_VZZABGR TYPE VZZABGR.

The VZZABGR table consists of various fields, each holding specific information or linking keys about Interface to FIMA accrual/deferral data available in SAP. These include SREFBEW (Reference flow type), SBEWZITI (Flow category), SBERFIMA (Calculation category for cash flow calculator), SPLANIST (Plan/actual record/record to be released indicator).. 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 VZZABGR 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
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SREFBEWReference flow type SREFBEWCHAR4Assigned to domainSBEWART
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4Assigned to domainSBEWFIMA
SPLANISTPlan/actual record/record to be released indicator SPLANISTCHAR1SPLANIST
SABGRENZAccrual/deferral method VVSABGRENZNUMC1VVSABGRENZ
SBUCHAIndicator for postings to accruals/deferrals accounts VVSBUCHACHAR1CHAR1
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
SANTITRANSIndicator accrual/deferral SANTITRANSCHAR1SANTITRANS
STATUSStatus of data record SSTATINUMC2Assigned to domainSTATI
ABGRANTIFlow Type SBEWARTCHAR4Assigned to domainSBEWART
ABGRANTIHFlow Type SBEWARTCHAR4Assigned to domainSBEWART
ABGRTRANFlow Type SBEWARTCHAR4Assigned to domainSBEWART
ABGRTRANHFlow Type SBEWARTCHAR4Assigned to domainSBEWART
ABGRAUFFlow Type SBEWARTCHAR4Assigned to domainSBEWART
ABGRAUFHFlow Type SBEWARTCHAR4Assigned to domainSBEWART
EAZBFlow Type SBEWARTCHAR4Assigned to domainSBEWART
EAZSFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
BBASISCalculation base amount BBASISCURR13(2) WERTV7
PEFFZINSEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
DFAELLDue date DFAELLDATS8DATUM
SFINCLInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
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
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
STGMETHDaily Method VVSTGMETHNUMC1VVSTGMETH
ATAGENumber of days VVATAGENUMC6INT6
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
RURBEWEINDReference index for a FiMa flow record VVRBEWEINDINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table VZZABGR

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