SAP RMODEL_FINANCED_AMOUNT Data Record Structure for Table of Amounts Included in Loan Table data and field list

RMODEL_FINANCED_AMOUNT 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 "Data Record Structure for Table of Amounts Included in Loan" 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_RMODEL_FINANCED_AMOUNT TYPE RMODEL_FINANCED_AMOUNT.

The RMODEL_FINANCED_AMOUNT table consists of various fields, each holding specific information or linking keys about Data Record Structure for Table of Amounts Included in Loan data available in SAP. These include SBEWART (Flow Type), DFAELL (Due date), BNWHR (Nominal amount), CALC_TYPE (Calculation Category for Amounts Included ín Loan)... 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. .

RMODEL_FINANCED_AMOUNT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RMODEL_FINANCED_AMOUNT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RMODEL_FINANCED_AMOUNT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
DFAELLDue date DFAELLDATS8DATUM
BNWHRNominal amount BNWHRCURR13(2) WERTV7
CALC_TYPECalculation Category for Amounts Included ín Loan TB_MODEL_P_CALC_TYPECHAR4T_MODEL_P_CALC_TYPE
CALC_BASECalculation Base Reference for Amounts Included in Loan TB_MODEL_P_CALC_BASECHAR4T_MODEL_P_CALC_BASE
FINANCED_AMOUNTIndicator: Amount Included in Loan TB_MODEL_P_FINANCED_AMOUNTCHAR1T_MODEL_P_FINANCED_AMOUNT
FIXEDFixed Entry TB_MODEL_FIXEDCHAR1T_MODEL_FIXED

Key field Non-key field



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

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

How to access SAP table RMODEL_FINANCED_AMOUNT

Within an ECC or HANA version of SAP you can also view further information about RMODEL_FINANCED_AMOUNT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).