The COMC_TEXT_O table in SAP ERP or S/4HANA stores Text Object data. There are total 4 fields in COMC_TEXT_O table. The Text Object 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_TEXT_O table. It is in COM: Customizing for Text Processing (COM_TEXT_CUST) ABAP package and is part of the Text Management (CRM-BF-TM) module.
SAP COMC_TEXT_O Table Fields
Following is the list of fields that are available in SAP COMC_TEXT_O table. The primary key fields of the table are CLIENT (Client), OBJECT (Text Object).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| OBJECT | Text Object | COMT_TEXT_TEXTOBJECT | TTXOB | CHAR (10) |
| KEYSTRUCTURE | Key Structure for Text | COMT_TEXT_KEYSTRUCTURE | DD02L | CHAR (30) |
| COMSTRUCTURE | Structure for Communication with Text Processing | COMT_TEXT_COMSTRUCTURE | DD02L | CHAR (30) |


