The COMM_CFGOBJTYPE table in SAP ERP or S/4HANA stores Object Type Definition data. There are total 4 fields in COMM_CFGOBJTYPE table. The Object Type Definition 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 COMM_CFGOBJTYPE table. It is in Product Configuration DB (COM_CFG_DB) ABAP package and is part of the Product Configurator (AP-CFG) module.
SAP COMM_CFGOBJTYPE Table Fields
Following is the list of fields that are available in SAP COMM_CFGOBJTYPE table. The primary key fields of the table are TYPE (Object type class ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| TYPE | Object type class ID | COMT_CFGD_OTCLASSID | INT2 (5) | |
| TYPCLASS | Object type class ID | COMT_CFGD_OTCLASSID | INT2 (5) | |
| TYPDESCR | Object type description | COMT_CFGD_OTDESCRIPT | CHAR (32) | |
| TYPEXTNAME | Object type external description | COMT_CFGD_OTEXTDESCRIPT | CHAR (32) |


