VDIOA_CALC_HEAD SAP (Calculation Details for Interest on Arrears Calculation) Table details

Dictionary Type: Table
Description: Calculation Details for Interest on Arrears Calculation




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




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

VDIOA_CALC_HEAD is a standard SAP Table which is used to store Calculation Details for Interest on Arrears Calculation data and is available within R/3 SAP systems depending on the version and release level.

The VDIOA_CALC_HEAD table consists of various fields, each holding specific information or linking keys about Calculation Details for Interest on Arrears Calculation data available in SAP. These include BUKRS (Company Code), SARCHIV (Archiving Category Indicator), RANL (Contract Number), RBO (Business Operation Number (Loans)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VDIOA_CALC_HEAD table 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13ALPHARANLRAN
RBOBusiness Operation Number (Loans) RBOCHAR15RBO
VZ_DBERVONStart Date of Interest on Arrears Calculation (Exclusive) TB_IOA_CALC_FROMDATS8DATS
DBERVONFrom Date for Flow Type Grouping for Interest on Arrears TB_CALC_DATE_FROM_BAL_GRADIENTDATS8DATS
BEWART_GRUPPEFlow Type Grouping TB_IOA_FLOW_TYPE_GROUPINGCHAR4Assigned to domainT_IOA_FLOW_TYPE_GROUPING
DBERBISEnd Date of Calculation Period for Interest on Arrears TB_CALCULATION_DATE_TODATS8DATS
BBETRAGTrivial Amount TB_TRIVIAL_AMOUNTDEC13(2) T_TRIVIAL_AMOUNT
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
SWHRCurrency SWHRCUKY5Assigned to domainWAERSWHR
BBWHRInterest on Arrears Calculated TB_IOA_CALCULATION_RESULTCURR13(2) WERTV7
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SBAGATELLIndicator for Trivial Amount TB_FLG_TRIVIAL_AMOUNTCHAR1T_FLG_TRIVIAL_AMOUNT
MTEMPLNOTechnical Key of the Interest on Arrears Template TB_IOA_TEMPLATECHAR2CHAR02
SKALIDFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
DBUDATPosting Date in the Document BUDATDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
BVTYP_ALTPartner Bank Type BVTYPCHAR4BVTYP
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
ZLSCH_ALTPayment Method DZLSCHCHAR1Assigned to domainZLSCH
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
RPOSNRActivity number NVORGANGCHAR3CHAR3
BBASISCalculation base amount BBASISCURR13(2) WERTV7
ATAGENumber of days VVATAGENUMC6INT6
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
AUT_NKIndicator for Automatic Recalcilation TB_FLG_AUT_RECALCCHAR1FLAG
.INCLU--AP 0
PREP_RECALCRecalculate Preceding Periods TB_FLG_PREPERIODS_RECALCHAR1FLAG
RPARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA

Key field Non-key field



How do I retrieve data from SAP table VDIOA_CALC_HEAD using ABAP code

The following ABAP code Example will allow you to do a basic selection on VDIOA_CALC_HEAD to SELECT all data from the table
DATA: WA_VDIOA_CALC_HEAD TYPE VDIOA_CALC_HEAD.

SELECT SINGLE *
FROM VDIOA_CALC_HEAD
INTO CORRESPONDING FIELDS OF WA_VDIOA_CALC_HEAD
WHERE...

How to access SAP table VDIOA_CALC_HEAD

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