The COMM_CFGNETBLOB table in SAP ERP or S/4HANA stores BLOBed Dependency Nets data. There are total 8 fields in COMM_CFGNETBLOB table. The BLOBed Dependency Nets 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_CFGNETBLOB table. It is in Product Configuration DB (COM_CFG_DB) ABAP package and is part of the Product Configurator (AP-CFG) module.
SAP COMM_CFGNETBLOB Table Fields
Following is the list of fields that are available in SAP COMM_CFGNETBLOB table. The primary key fields of the table are MANDT (Client), KBID (Internal identifier of a knowledge base), NETID (Internal identifier of a model element), STATNR (State counter).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| KBID | Internal identifier of a knowledge base | COMT_CFGD_KBID | INT4 (10) | |
| NETID | Internal identifier of a model element | COMT_CFGD_ID | INT4 (10) | |
| STATNR | State counter | COMT_CFGD_STATNR | INT2 (5) | |
| COBLKC | BLOB Block Count | COMT_CFGD_BLOBBLKC | INT2 (5) | |
| COL | BLOB Length | COMT_CFGD_BLOBL | INT4 (10) | |
| COBLKL | BLOB Block Length | COMT_CFGD_BLOBBLKL | INT2 (5) | |
| COBLK | BLOB Block | COMT_CFGD_BLOBBLK | LRAW (2550) |


