The CRMD_STOCK table in SAP ERP or S/4HANA stores Rough stock information data. There are total 10 fields in CRMD_STOCK table. The Rough stock information 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 CRMD_STOCK table. It is in Product Variants – Configuration Data (CRM_CONFIG_PROD) ABAP package and is part of the Product Configuration (CRM-BF-CFG) module.
SAP CRMD_STOCK Table Fields
Following is the list of fields that are available in SAP CRMD_STOCK table. The primary key fields of the table are MANDT (Client), GUID (Internal Unique ID of Product).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| GUID | Internal Unique ID of Product | COMT_PRODUCT_GUID | RAW (16) | |
| PRODUCT_GUID | Internal Unique ID of Product | COMT_PRODUCT_GUID | RAW (16) | |
| PRODUCT_ID | Product ID | COMT_PRODUCT_ID | CHAR (40) | |
| SALES_ORG | Sales Organization ID | CRMT_SALES_ORG | CHAR (14) | |
| DIST_CHANNEL | Distribution Channel | CRMT_DISTRIBUTION_CHANNEL | CHAR (2) | |
| DIVISION | Division | CRMT_DIVISION | CHAR (2) | |
| STOCK_INDICATOR | rough stock indicator | CRMT_STOCK_INDICATOR | CHAR (1) | |
| LAST_CHANGED | Date of Last Change | AEDAT | DATS (8) | |
| LOGSYS | Logical system | LOGSYS | CHAR (10) |


