RMODEL_CONTROL SAP (Model Calculation: Transfer Structure for Iteration Control) Structure details

Dictionary Type: Structure
Description: Model Calculation: Transfer Structure for Iteration Control




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




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

RMODEL_CONTROL 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 "Model Calculation: Transfer Structure for Iteration Control" 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_CONTROL TYPE RMODEL_CONTROL.

The RMODEL_CONTROL table consists of various fields, each holding specific information or linking keys about Model Calculation: Transfer Structure for Iteration Control data available in SAP. These include S_CURRENCY_REQU (Currency Key), S_RATE_OR_TERM (Calculate Installment Amount or Number of Installments?), B_RATE_AMOUNT (Nominal amount), A_RATE_COUNT (Number of Payment Installments Requested by Loans Partner).. 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_CONTROL 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
B_CAPITAL_REQUNominal amount BNWHRCURR13(2) WERTV7
S_CURRENCY_REQUCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
S_RATE_OR_TERMCalculate Installment Amount or Number of Installments? TB_MODEL_P_RATE_OR_TERMCHAR4T_MODEL_P_RATE_OR_TERM
B_RATE_AMOUNTNominal amount BNWHRCURR13(2) WERTV7
A_RATE_COUNTNumber of Payment Installments Requested by Loans Partner TB_MODEL_RATE_COUNTINT410T_MODEL_RATE_COUNT
S_CLIModel Calculation: Data Element for [SPACE / X] - (Yes/No) TB_MODEL_Y_OR_NCHAR1T_MODEL_Y_OR_N
S_CLI_FINANCEDIndicator: Amount Included in Loan TB_MODEL_P_FINANCED_AMOUNTCHAR1T_MODEL_P_FINANCED_AMOUNT
S_CLI_REQUIREDCredit Life Insurance Mandatory TB_CLI_INDICATOR_REQUIREDCHAR1T_CLI_BOOLE
S_FEEModel Calculation: Data Element for [SPACE / X] - (Yes/No) TB_MODEL_Y_OR_NCHAR1T_MODEL_Y_OR_N
S_FEE_FINANCEDIndicator: Amount Included in Loan TB_MODEL_P_FINANCED_AMOUNTCHAR1T_MODEL_P_FINANCED_AMOUNT
R_PRODUCT_IDInternal Product ID TB_PR_PRODINTCHAR18Assigned to domainT_PR_PRODINT
R_PRODUCT_VERSIONProduct Version TB_PR_VERSIONNUMC4Assigned to domainT_PR_VERSIONTD_PRODVERSION
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
D_CONTAB_SELKey Date for Condition Determination TB_COND_VALID_AS_OFDATS8DATUM
S_CONTAB_PAR 0
ORGUNITOrganizational Unit TB_MD_ORGUNIT_CNMGTCHAR12T_MD_ORGUNIT_CNMGT
DISTRIB_CHANNELSales Channel TB_MD_DISTRIBUTION_CHANNELCHAR10T_MD_DISTRIBUTION_CHANNEL
D_START_TERMStart of Term DBLFZDATS8DATUM
D_DISBURSECalculation Date DVALUTDATS8DATUM
D_RATE_DATECalculation Date DVALUTDATS8DATUM
D_START_REPAYCondition Item Valid From DGUEL_KPDATS8DATUM
A_PAYDAYModel Calculation: Day of Installment Payment (1-31) TB_MODEL_PAYDAYNUMC2T_VIEW_DAY_OF_PAYMENT
S_PAYDAY_ULTIMOMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
A_REPAY_DELAYModel Calculation: DE for Periods of Repayment Suspension TB_MODEL_REPAY_DELAYNUMC2
S_CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
SBEWART_DISBURSEFlow Type SBEWARTCHAR4Assigned to domainSBEWART
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
S_COND_CHECK_OFFModel Calculation: Data Element for [SPACE / X] - (Yes/No) TB_MODEL_Y_OR_NCHAR1T_MODEL_Y_OR_N
S_IGNORE_E043Model Calculation: Data Element for [SPACE / X] - (Yes/No) TB_MODEL_Y_OR_NCHAR1T_MODEL_Y_OR_N

Key field Non-key field



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

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

How to access SAP table RMODEL_CONTROL

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