The CRMTEXTID table in SAP ERP or S/4HANA stores Mapping of Text IDs Between R/3 and CRM data. There are total 5 fields in CRMTEXTID table. The Mapping of Text IDs Between R/3 and CRM 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 CRMTEXTID table. It is in CRM Customer Master Data Exchange (CCCI) ABAP package and is part of the Customer Master (LO-MD-BP-CM) module.
SAP CRMTEXTID Table Fields
Following is the list of fields that are available in SAP CRMTEXTID table. The primary key fields of the table are CLIENT (Client), R3OBJECT (Texts: R/3 Application Objects Mapped with CRM), R3ID (Text ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| R3OBJECT | Texts: R/3 Application Objects Mapped with CRM | CRMR3TXTOB | CHAR (10) | |
| R3ID | Text ID | TDID | TTXID | CHAR (4) |
| CRMOBJECT | Texts: CRM Application Objects Mapped with R/3 | CRMTXTOBJ | CHAR (10) | |
| CRMID | R3A-BP: Text ID | GB_TDID | CHAR (4) |


