The CMS_RBL_CAL table in SAP ERP or S/4HANA stores Calculation Results related to Receivables in Constellation data. There are total 12 fields in CMS_RBL_CAL table. The Calculation Results related to Receivables in Constellation table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CMS_RBL_CAL table. It is in Calculation persistency (CMS_CALC_PERSISTENCY) ABAP package and is part of the Collateral Management System (FS-CMS) module.
SAP CMS_RBL_CAL Table Fields
Following is the list of fields that are available in SAP CMS_RBL_CAL table. The primary key fields of the table are CON_ID (Constellation GUID), CREDIT_SYSTEM (Credit System), RBL_ID (Receivable ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CON_ID | Constellation GUID | CMS_DTE_CON_GUID | RAW (16) | |
| CREDIT_SYSTEM | Credit System | CMS_DTE_RBL_CRDSYS | CHAR (3) | |
| RBL_ID | Receivable ID | CMS_DTE_RBL_ID | CHAR (64) | |
| COVERAGE_GAP_C | Coverage Gap Calculation for RBL | CMS_DTE_CALC_COVERAGE_GAP | CURR (17) | |
| COVERAGE_GAP_M | Coverage Gap Calculation for RBL | CMS_DTE_CALC_COVERAGE_GAP | CURR (17) | |
| COV_GAP_PCT_C | Calculations Result as Pecentage | CMS_DTE_CALC_RES_PCT | DEC (10) | |
| COV_GAP_PCT_M | Calculations Result as Pecentage | CMS_DTE_CALC_RES_PCT | DEC (10) | |
| RBL_MAX_RISK | Maximum Risk | CMS_DTE_RBL_MAXRISK | CURR (17) | |
| RBL_CUR_RISK | Current Risk | CMS_DTE_RBL_CURRRISK | CURR (17) | |
| RESULT_CURR | Calculations Result Currency | CMS_DTE_CALC_RES_CURR | CUKY (5) | |
| RUN_ID | Run ID | CMS_DTE_RUN_ID | CHAR (40) | |
| TIMESTAMP | Change Timestamp | CMS_DTE_CHANGED_AT | DEC (15) |


