RIOA_CONTROLS SAP (Control Record Calculation of Interest on Arrears (New)) Structure details

Dictionary Type: Structure
Description: Control Record Calculation of Interest on Arrears (New)




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




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

RIOA_CONTROLS 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 "Control Record Calculation of Interest on Arrears (New)" 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_RIOA_CONTROLS TYPE RIOA_CONTROLS.

The RIOA_CONTROLS table consists of various fields, each holding specific information or linking keys about Control Record Calculation of Interest on Arrears (New) data available in SAP. These include VZ_NK_DBERBIS (To Date for the Recalculation of Interest on Arrears Calc.), VZ_NK_DANFIBU (Date of transferal to FiAc), VZ_NK_UANFIBU (Time of transfer to financial accounting), VZ_DBERBIS (End Date of Calculation Period for Interest on Arrears).. 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 (Deep)


SAP RIOA_CONTROLS 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
VZ_DBERVONStart Date of Interest on Arrears Calculation (Exclusive) TB_IOA_CALC_FROMDATS8DATS
VZ_NK_DBERBISTo Date for the Recalculation of Interest on Arrears Calc. TB_FINAL_COSTING_DATE_TODATS8DATS
VZ_NK_DANFIBUDate of transferal to FiAc DANFIBUDATS8DATUM
VZ_NK_UANFIBUTime of transfer to financial accounting UANFIBUTIMS6TIMES
VZ_DBERBISEnd Date of Calculation Period for Interest on Arrears TB_CALCULATION_DATE_TODATS8DATS
SCHEME_IDCalculation Profile for Interest on Arrears Calculation TB_SCHEME_IDCHAR3Assigned to domainT_SCHEME_ID
SVULTMonth-end indicator for value date SVULTCHAR1JFLAGG
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SBAGATELLIndicator for Trivial Amount TB_FLG_TRIVIAL_AMOUNTCHAR1T_FLG_TRIVIAL_AMOUNT
RBOBusiness Operation Number (Loans) RBOCHAR15RBO
SKOGRPCondition Group SKOGRPNUMC3Assigned to domainSKOGRP
BVTYP_INPartner Bank Type BVTYPCHAR4BVTYP
BVTYP_OUTPartner Bank Type BVTYPCHAR4BVTYP
ZLSCH_INPayment Method DZLSCHCHAR1Assigned to domainZLSCH
ZLSCH_OUTPayment Method DZLSCHCHAR1Assigned to domainZLSCH
DDISPOPayment Date DDISPODATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
MTEMPLNOTechnical Key of the Interest on Arrears Template TB_IOA_TEMPLATECHAR2CHAR02
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
.INCLU--AP 0
VZ_DBERVON_MANUALManual Calculation Start Date TB_IOA_CALC_FRM_MANUALDATS8DATS
RPARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PREP_RECALCRecalculate Preceding Periods TB_FLG_PREPERIODS_RECALCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RIOA_CONTROLS

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