RIOA_DISPLAY SAP (Display Data for the Calculation of Interest on Arrears) Structure details

Dictionary Type: Structure
Description: Display Data for the Calculation of Interest on Arrears




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




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

RIOA_DISPLAY 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 "Display Data for the Calculation of Interest on Arrears" 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_DISPLAY TYPE RIOA_DISPLAY.

The RIOA_DISPLAY table consists of various fields, each holding specific information or linking keys about Display Data for the Calculation of Interest on Arrears data available in SAP. These include MLOCKUSER (User Locking Loan), MTEMPLNO_TXT (Template Text), TXTXBO_TEXT (Text for Business Operation), MCONF_STAT_LOAN (Release Status for Loan Release Procedure).. 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_DISPLAY 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
MLOCKUSERUser Locking Loan TB_BOLOCKUSERCHAR12SYCHAR12
MTEMPLNO_TXTTemplate Text TB_TEMPLNO_TXTCHAR40CHAR40_LOW
TXTXBO_TEXTText for Business Operation XBOTEXTCHAR30TEXT30
MCONF_STAT_LOANRelease Status for Loan Release Procedure TB_LO_VVSFGSTNUMC2Assigned to domainVVSFGST
MCONF_STAT_BORelease Status for Release Procedure in Business Operation TB_BO_VVSFGSTNUMC2Assigned to domainVVSFGST
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
RIOA_POSTED 0
RIOA_CALC_HISTORY 0
RIOA_CALC_CF 0
ZAHLSBlock Key for Payment DZAHLSCHAR1T008ZAHLS
TZAHLSDescription of Payment Lock TB_PAYMENT_LOCK_TXTCHAR80CHAR80
MABERDunning Area MABERCHAR2Assigned to domainMABER
TMABERDescription of Dunning Area TB_DUNNING_AREA_TXTCHAR80CHAR80
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
TMANSPName of Dunning Block TB_DUNNING_BLOCK_INDICATOR_TXTCHAR80CHAR80
SBUSTPosting control key VVSBUSTNUMC2TZB09VVSBUST
MTEMPLNOTechnical Key of the Interest on Arrears Template TB_IOA_TEMPLATECHAR2CHAR02
SBAGATELLIndicator for Trivial Amount TB_FLG_TRIVIAL_AMOUNTCHAR1T_FLG_TRIVIAL_AMOUNT
AUT_NKIndicator for Automatic Recalcilation TB_FLG_AUT_RECALCCHAR1FLAG
MANUAL_STARTCalculation Start Entered Manually TB_FLG_MANUAL_STRTCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RIOA_DISPLAY

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