RIOA_IF SAP (Interface Between Object Layer and UI Layer) Structure details

Dictionary Type: Structure
Description: Interface Between Object Layer and UI Layer




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




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

RIOA_IF 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 Between Object Layer and UI Layer" 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_IF TYPE RIOA_IF.

The RIOA_IF table consists of various fields, each holding specific information or linking keys about Interface Between Object Layer and UI Layer data available in SAP. These include VZ_DBERVON (Start Date of Interest on Arrears Calculation (Exclusive)), 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).. 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_IF 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
CONTROLS 0
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_IDCHAR3T_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 SKOGRPNUMC3SKOGRP
BVTYP_INPartner Bank Type BVTYPCHAR4BVTYP
BVTYP_OUTPartner Bank Type BVTYPCHAR4BVTYP
ZLSCH_INPayment Method DZLSCHCHAR1ZLSCH
ZLSCH_OUTPayment Method DZLSCHCHAR1ZLSCH
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_NEWCHAR10ALPHABU_PARTNERBPABUPA
PREP_RECALCRecalculate Preceding Periods TB_FLG_PREPERIODS_RECALCHAR1FLAG
RESULTS 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13ALPHARANLRAN
AMOUNTS 0
CALC_HEAD 0
CALC_DET 0
CALC_CF 0

Key field Non-key field



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

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

How to access SAP table RIOA_IF

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