The COMC_PR_TEXTOBJ table in SAP ERP or S/4HANA stores Text Objects in the Product Master data. There are total 3 fields in COMC_PR_TEXTOBJ table. The Text Objects in the Product Master 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_PR_TEXTOBJ table. It is in Product Master Customizing – General (COM_PRODUCT_CUST) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMC_PR_TEXTOBJ Table Fields
Following is the list of fields that are available in SAP COMC_PR_TEXTOBJ table. The primary key fields of the table are TEXTOBJECT (Text Objects in Product Master).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| TEXTOBJECT | Text Objects in Product Master | COMT_PR_TEXTOBJECT | TTXOB | CHAR (10) |
| ORG_TYPE | Indicator for Organizational Dependency | COMT_PR_ORG_TYPE | * | CHAR (10) |
| SETTYPE_ID | Identification of a Set Type | COMT_FRGTYPE_ID | CHAR (16) |


