RMODEL_CONDITIONS_TABLEAU SAP (Condition tables) Structure details

Dictionary Type: Structure
Description: Condition tables




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




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

RMODEL_CONDITIONS_TABLEAU 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 "Condition tables" 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_CONDITIONS_TABLEAU TYPE RMODEL_CONDITIONS_TABLEAU.

The RMODEL_CONDITIONS_TABLEAU table consists of various fields, each holding specific information or linking keys about Condition tables data available in SAP. These include X_COND (Description of a Condition), SKOART (Condition Type (Smallest Subdivision of Condition Records)), I_POSNO (Number of Condition Item), LIMIT_AMOUNT (Amount Limit).. 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 RMODEL_CONDITIONS_TABLEAU 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
SELECTEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
X_CONDDescription of a Condition TB_FICO_CONDITION_TCHAR25TEXT25
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
I_POSNONumber of Condition Item TB_FICO_IPOSNONUMC4T_FICO_IPOSNO
LIMIT_AMOUNTAmount Limit TB_FICO_AAMTLIMCURR13(2) T_CML_AMOUNT_STANDARD
LIMIT_TERM_VALUETerm Limit: Number of Time Units TB_FICO_LIMIT_TERM_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
LIMIT_TERM_UNITTerm Limit: Unit TB_FICO_LIMIT_TERM_UNITNUMC1T_PROD_TIME_UNIT_TERM
A_BASECalculation base amount BBASISCURR13(2) WERTV7
A_AMTCondition item currency amount BKONDCURR13(2) WERTV7
A_AMTMINMinimum Amount to Be Capitalized TB_FICO_AAMTMINCURR13(2) T_CML_AMOUNT_STANDARD
A_AMTMAXMaximum Amount to Be Capitalized TB_FICO_AAMTMAXCURR13(2) T_CML_AMOUNT_STANDARD
N_DIVISORDivisor TB_FICO_NDIVISORDEC4T_FICO_NDIVISOR
I_FORMULAFormula reference for the cash flow calculator VVSFORMREFCHAR4Assigned to domainT_FORMBE
R_PERCENTAGEPercentage rate for condition items PKONDDEC10(7) DECV3_7
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
O_INTREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
R_INCREMENTReference Interest Rate Markup / Markdown TB_FICO_RINTREFINCREMDEC10(7) T_CML_PERCENTAGE
R_INTMAXMinimum Interest Rate: Reference Interest Rate + Supplement TB_FICO_RINTMINDEC10(7) T_CML_PERCENTAGE
R_INTMINMaximum Interest Rate: Reference Interest Rate + Supplement TB_FICO_RINTMAXDEC10(7) T_CML_PERCENTAGE
R_USR_INCRPermitted Upper Deviation from Interest Rate TB_FICO_RUSR_INCRDEC10(7) T_CML_PERCENTAGE
R_USR_DECRPermitted Lower Deviation from Interest Rate TB_FICO_RUSR_DECRDEC10(7) T_CML_PERCENTAGE

Key field Non-key field



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

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

How to access SAP table RMODEL_CONDITIONS_TABLEAU

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