RIOA_RDC_CALC_DET SAP (Interest on Arrears Calc.: Include for Fields Table CALC_DET) Structure details

Dictionary Type: Structure
Description: Interest on Arrears Calc.: Include for Fields Table CALC_DET




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




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

RIOA_RDC_CALC_DET 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 Calc.: Include for Fields Table CALC_DET" 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_RDC_CALC_DET TYPE RIOA_RDC_CALC_DET.

The RIOA_RDC_CALC_DET table consists of various fields, each holding specific information or linking keys about Interest on Arrears Calc.: Include for Fields Table CALC_DET data available in SAP. These include SREFBEW (Reference flow type), SBEWZITI (Flow category), SREFZITI (Refer.flow category in accrual/deferral flow records), S_SSDREF (Reference flow category in borrower's note loan flow records).. 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: Not classified


SAP RIOA_RDC_CALC_DET 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
SPLANISTPlan/actual record/record to be released indicator SPLANISTCHAR1SPLANIST
SREFBEWReference flow type SREFBEWCHAR4Assigned to domainSBEWART
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
SREFZITIRefer.flow category in accrual/deferral flow records VVSREFZITICHAR4Assigned to domainSBEWZITI
S_SSDREFReference flow category in borrower's note loan flow records VVS_SSDREFCHAR4Assigned to domainSBEWZITI
SREVALEXCLPrice gains w/o proportionate gains from deferral write-back VVSREVALEXCLCHAR1XFELD
SWOHERSource of flow record SWOHERCHAR1CHAR1
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
SVORGANGBusiness Operation (Activity) SVORFALLCHAR4SVORFALL
ACENVSource in TR-LO posting area ACENV_LONUMC4ACENV_LO
NSTUFELevel number of condition item for recurring payments NSTUFENUMC2NUMC2
SVORGKZActivity indicator for debit/credit control VVSVORGKZNUMC2VVSVORGKZ
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4Assigned to domainSBEWFIMA
SSTCKKZAccrued interest method SSTCKKZCHAR1SSTCKKZ
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
STGMETHDaily Method VVSTGMETHNUMC1VVSTGMETH
STGBASISBase Days Method VVSTGBASISNUMC1VVSTGBASIS
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
DPKONDDetermination date for percentage rate of condition items VVDPKONDDATS8DATUM
SBASISCalculation base indicator SBASISCHAR4Assigned to domainVVSBASIS
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
DVALUTCalculation Date DVALUTDATS8DATUM
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SVULTMonth-End Indicator for Value Date VVSVULTCHAR1VVSULT
SEXCLVONExclusive Indicator for the Start of a Calculation Period VVSEXCLVONNUMC1VVSEXCLVON
SULTVONMonth-End Indicator for Start of a Calculation Period VVSULTVONCHAR1VVSULT
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SINCLBISInclusive Indicator for the End of a Calculation Period VVSINCLBISNUMC1VVSINCLBIS
SULTBISMonth-End Indicator for the End of a Calculation Period VVSULTBISCHAR1VVSULT
ATAGENumber of days VVATAGENUMC6INT6
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
DEPERIODPeriod End VVDEPERIODDATS8DATUM
SPEINCLInclusive Indicator for End Date of a Period TFMSPEINCLNUMC1TFMSPEINCL
SPEULTMonth-End Indicator for End of a Period TFMSPEULTCHAR1VVSULT
DVERRECHSettlement date VVDVERRECHDATS8DATUM
SINCLVERRInclusive Indicator for Clearing Date VVSINCLVERNUMC1VVSINCLVER
SULTVERRMonth-End Indicator for Clearing Date VVSULTVERRCHAR1VVSULT
DBUDATPosting Date in the Document BUDATDATS8DATUM
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SCWHRSettlement Currency SCWHRCUKY5Assigned to domainWAERS
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
BBASISCalculation base amount BBASISCURR13(2) WERTV7
PEFFZINSEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
DBPERIODPeriod start VVDBPERIODDATS8DATUM

Key field Non-key field



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

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

How to access SAP table RIOA_RDC_CALC_DET

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