RIOA_CALC SAP (Interest on Arrears Calculation Tab Page) Structure details

Dictionary Type: Structure
Description: Interest on Arrears Calculation Tab Page




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




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

RIOA_CALC 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 "Interest on Arrears Calculation Tab Page" 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_CALC TYPE RIOA_CALC.

The RIOA_CALC table consists of various fields, each holding specific information or linking keys about Interest on Arrears Calculation Tab Page data available in SAP. These include TEXT (Description of Calculation Profile for IOA Calculation), BNWHR (Interest on Arrears Calculated), BBETRAG (Trivial Amount), SWHR (Currency).. 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 RIOA_CALC 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
SCHEME_IDCalculation Profile for Interest on Arrears Calculation TB_SCHEME_IDCHAR3Assigned to domainT_SCHEME_ID
TEXTDescription of Calculation Profile for IOA Calculation TB_SCHEME_ID_TXTCHAR20T_SCHEME_ID_TXT
BNWHRInterest on Arrears Calculated TB_IOA_CALCULATION_RESULTCURR13(2) WERTV7
BBETRAGTrivial Amount TB_TRIVIAL_AMOUNTDEC13(2) T_TRIVIAL_AMOUNT
SWHRCurrency SWHRCUKY5Assigned to domainWAERSWHR
BBAGATELLTrivial Amount Limit TB_TRIVIAL_AMOUNT_LIMITCURR13(2) T_TRIVIAL_AMOUNT_LIMIT
SWHR_BAGCurrency of Trivial Amount of Interest on Arrears TB_SWHR_TRIVIALCUKY5Assigned to domainWAERSWHR
SWHR_BAGGRENZECurrency of Trivial Amount Limit for Interest on Arrears TB_SWHR_TRIVIAL_AMOUNT_LIMITCUKY5Assigned to domainWAERSWHR
SWHR_ERGEBNISCurrency of Newly Calculated Interest on Arrears TB_SWHR_RESULTCUKY5Assigned to domainWAERSWHR
VZ_DBERVONStart Date of Posted Interest on Arrears TB_IOA_POSTED_FROMDATS8DATS
DBERBISEnd Date of Posted Interest on Arrears TB_IOA_POSTED_TODATS8DATS
DBETRAG_VONStart Date of Trivial Amount TB_TRIVIAL_AMOUNT_DATE_FROMDATS8DATS
VZ_GEBUCHTAmount of Interest on Arrears Already Posted TB_AMOUNT_POSTEDCURR13(2) WERTV7
IINCLKey Date Inclusive TB_INCLCHAR1JFLAGG
SULTMonth-End Indicator for Value Date VVSVULTCHAR1VVSULT
DFAELLDue Date for Calculated Interest on Arrears TB_IOA_DUE_BYDATS8DATUM
DDISPOPayment Date of Interest on Arrears TB_IOA_PAYABLE_BYDATS8DATUM
VZ_BERECHNTAGKey Date of Interest on Arrears Calculation TB_IOA_CALC_TODATS8DATS
VZ_BERECHN_ABStart Date of Interest on Arrears Calculation (Exclusive) TB_IOA_CALC_FROMDATS8DATS
SGTXTPosting Text for Document Item TB_SGTXTCHAR50TEXT50
RPARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TPARTNRAddress Text for Main Borrower TB_PARTNR_TXTCHAR80CHAR80
BVTYP_INPartner Bank Type BVTYPCHAR4BVTYP
TBVTYP_INText for Bank Details Selected TB_BANKDET_TXTCHAR30TEXT30
ZLSCH_INPayment Method DZLSCHCHAR1Assigned to domainZLSCH
XZLSCH_INName of Payment Method in Language of the Country TEXT1_042ZCHAR30TEXT30
BVTYP_OUTPartner Bank Type BVTYPCHAR4BVTYP
TBVTYP_OUTText for Bank Details Selected TB_BANKDET_TXTCHAR30TEXT30
ZLSCH_OUTPayment Method DZLSCHCHAR1Assigned to domainZLSCH
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
REMIT_INFOPayment Notes Info TB_REMIT_INFOCHAR140T_REMIT_INFO
.INCLU--AP 0
PREP_RECALCRecalculate Preceding Periods TB_FLG_PREPERIODS_RECALCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RIOA_CALC

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