The COMC_SCHEME_T table in SAP ERP or S/4HANA stores Numbering Scheme Description data. There are total 4 fields in COMC_SCHEME_T table. The Numbering Scheme Description 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 COMC_SCHEME_T table. It is in Product Master Customizing – Hierarchy and categories (COM_HIERARCHY_CUST) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMC_SCHEME_T Table Fields
Following is the list of fields that are available in SAP COMC_SCHEME_T table. The primary key fields of the table are CLIENT (Client), SCHEME_ID (Numbering Scheme), LANGU (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| SCHEME_ID | Numbering Scheme | COMT_SCHEME_ID | COMC_SCHEME | CHAR (10) |
| LANGU | Language Key | SPRAS | T002 | LANG (1) |
| SCHEME_TEXT | Numbering Scheme Description | COMT_SCHEME_TEXT | CHAR (40) |


