SAP RMODEL_PRODUCT_LIMITS Limit Values Derived from Product Table data and field list

RMODEL_PRODUCT_LIMITS 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 "Limit Values Derived from Product" 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_PRODUCT_LIMITS TYPE RMODEL_PRODUCT_LIMITS.

The RMODEL_PRODUCT_LIMITS table consists of various fields, each holding specific information or linking keys about Limit Values Derived from Product data available in SAP. These include BP_AGE_MIN (Minimum Age for Loan Applicant (in Years)), BP_AGE_MAX (Maximum Age for Loan Applicant (in Years)), TERM_MIN_VALUE (Number of Time Units for Minimum Term of Contract), TERM_MIN_UNIT (Time Unit for Minimum Term of Contract)... 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_PRODUCT_LIMITS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RMODEL_PRODUCT_LIMITS 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_PRODUCT_LIMITS 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
MMAXNORISKMSNumber of Risk-Increasing Measures TB_NORISKMSNUMC2T_NORISKMS
BP_AGE_MINMinimum Age for Loan Applicant (in Years) TB_PROD_BP_AGE_IN_YEARS_MINNUMC3T_CML_BP_AGE_IN_YEARS
BP_AGE_MAXMaximum Age for Loan Applicant (in Years) TB_PROD_BP_AGE_IN_YEARS_MAXNUMC3T_CML_BP_AGE_IN_YEARS
TERM_MIN_VALUENumber of Time Units for Minimum Term of Contract TB_PROD_TERM_MIN_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
TERM_MIN_UNITTime Unit for Minimum Term of Contract TB_PROD_TERM_MIN_UNITNUMC1T_PROD_TIME_UNIT_TERM
TERM_MAX_VALUENumber of Times Units for Maximum Term of Contract TB_PROD_TERM_MAX_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
TERM_MAX_UNITTime Unit for Maximum Term of Contract TB_PROD_TERM_MAX_UNITNUMC1T_PROD_TIME_UNIT_TERM
TERM_MAX_VALUE_ALTTime Unit for Maximum Change of Term for Contract TB_PROD_TERM_ALTERA_MAX_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
TERM_MAX_UNIT_ALTTime Unit for Maximum Change of Term for Contract TB_PROD_TERM_ALTERA_MAX_UNITNUMC1T_PROD_TIME_UNIT_TERM
PERIOD_4_CREATIONPeriod in Months for Allowed No. of Risk-Increasing Measures TB_PERIOD_4_RISKINCREASE_CREANUMC2NUMC2
PERIOD_4_DISPLAYPeriod in Months for Displaying Existing Measures TB_PERIOD_4_RISKINCREASE_DISPNUMC2NUMC2
LOCK_PERIODLock Period in Months for Creating Risk-Increasing Measures TB_LOCK_PERIOD_4_RISKINCREASENUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table RMODEL_PRODUCT_LIMITS

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

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