RIOA_PROP SAP (List of Proposals ALV) Structure details

Dictionary Type: Structure
Description: List of Proposals ALV




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




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

RIOA_PROP 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 "List of Proposals ALV" 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_PROP TYPE RIOA_PROP.

The RIOA_PROP table consists of various fields, each holding specific information or linking keys about List of Proposals ALV data available in SAP. These include INT_STATUS (Internal Status of Output Record in IOA Proposal List), STATUS (Status of Int. on Arrears Calculation for a Loan Contract), PARTNER (Business Partner Number), NAME (Concise Address of the Main Borrower).. 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_PROP 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
ACTIONInterest on Arrears-Related Actions TB_IOA_PROPOSAL_ACTNCHAR1T_IOA_PROPOSAL_ACTN
INT_STATUSInternal Status of Output Record in IOA Proposal List TB_IOA_STATUS_ALV_INTRNUMC1T_IOA_STATUS_PROP
STATUSStatus of Int. on Arrears Calculation for a Loan Contract TB_IOA_STATUS_ALV_SENTCHAR10CHAR10
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NAMEConcise Address of the Main Borrower TB_IOA_NAMCHAR20CHAR20
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLContract Number RANLCHAR13ALPHARANLRAN
BEWART_GRUPPEFlow Type Grouping TB_IOA_FLOW_TYPE_GROUPINGCHAR4Assigned to domainT_IOA_FLOW_TYPE_GROUPING
BBETRAGInterest on Arrears Calculated TB_IOA_CALCULATION_RESULTCURR13(2) WERTV7
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
SWHRCurrency SWHRCUKY5Assigned to domainWAERSWHR
DBERVONStart Date of Period for Interest on Arrears TB_CALCULATION_DATE_FROMDATS8DATS
DBERBISEnd Date of Calculation Period for Interest on Arrears TB_CALCULATION_DATE_TODATS8DATS
MSGTYPMessage Type SYMSGTYCHAR1SYCHAR01
ERRORDatafeed: Error message TB_ERRORCHAR80T_CHAR80
TPARTNRAddress Text for Main Borrower TB_PARTNR_TXTCHAR80CHAR80

Key field Non-key field



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

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

How to access SAP table RIOA_PROP

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