RMODEL_KOPOSET SAP (Model Calculation: Work Structure for KOPOSET for Model) Structure details

Dictionary Type: Structure
Description: Model Calculation: Work Structure for KOPOSET for Model




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




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

RMODEL_KOPOSET 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: Work Structure for KOPOSET for Model" 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_KOPOSET TYPE RMODEL_KOPOSET.

The RMODEL_KOPOSET table consists of various fields, each holding specific information or linking keys about Model Calculation: Work Structure for KOPOSET for Model data available in SAP. These include SKOART (Condition Type (Smallest Subdivision of Condition Records)), SBEWART (Flow Type), S_FIMA_TYPE (Model Calculation: Data Element for FiMa Category), R_COND_POSITION (Number of Condition Item).. 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_KOPOSET 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
SLOANFUNCApplication subfunction VVSLOANFUNCCHAR3Assigned to domainVVSLOANFUNC
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
S_FIMA_TYPEModel Calculation: Data Element for FiMa Category TB_MODEL_FIMA_TYPECHAR8T_MODEL_FIMA_TYPE
R_COND_POSITIONNumber of Condition Item TB_FICO_IPOSNONUMC4T_FICO_IPOSNO
S_COND_MISSINGModel Calculation: Data Element for [SPACE / X] - (Yes/No) TB_MODEL_Y_OR_NCHAR1T_MODEL_Y_OR_N
S_AMT_OR_PCTModel Calculation: Data Element for [AMT / PCT] (Amount / %) TB_MODEL_AMT_OR_PCTCHAR3T_MODEL_AMT_OR_PCT
B_AMTCondition item currency amount BKONDCURR13(2) WERTV7
S_CURRENCYCurrency of Amount Component TB_FICO_CURRAMTCUKY5Assigned to domainWAERS
B_AMT_MINMinimum Amount to Be Capitalized TB_FICO_AAMTMINCURR13(2) T_CML_AMOUNT_STANDARD
B_AMT_MAXMaximum Amount to Be Capitalized TB_FICO_AAMTMAXCURR13(2) T_CML_AMOUNT_STANDARD
B_PERCENTAGEPercentage rate for condition items PKONDDEC10(7) DECV3_7
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
SZSREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
S_RENEWModel Calculation: Data Element for [SPACE / X] - (Yes/No) TB_MODEL_Y_OR_NCHAR1T_MODEL_Y_OR_N
S_MANUALModel Calculation: Data Element for [SPACE / X] - (Yes/No) TB_MODEL_Y_OR_NCHAR1T_MODEL_Y_OR_N
S_AMT_OR_PCT_MANModel Calculation: Data Element for [AMT / PCT] (Amount / %) TB_MODEL_AMT_OR_PCTCHAR3T_MODEL_AMT_OR_PCT
B_AMT_MANUALCondition item currency amount BKONDCURR13(2) WERTV7
B_PCT_MANUALPercentage rate for condition items PKONDDEC10(7) DECV3_7
JNULLKONCondition Form JNULLKONCHAR1SKONDF
S_TECH_CONDIndicator for Technical Program Condition TB_STECH_CONDCHAR1
SBEWART_FIN_AMTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
BNWHR_FIN_AMTNominal amount BNWHRCURR13(2) WERTV7
DFAELLDue date DFAELLDATS8DATUM
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_KOPOSET using ABAP code?

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

How to access SAP table RMODEL_KOPOSET

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