The CRMC_TAX_GRP_T table in SAP ERP or S/4HANA stores Tax Groups: Texts data. There are total 4 fields in CRMC_TAX_GRP_T table. The Tax Groups: Texts 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 CRMC_TAX_GRP_T table. It is in External Tax Determination – Global Functions (CRM_TAX) ABAP package and is part of the Tax Determination (CRM-BF-TAX) module.
SAP CRMC_TAX_GRP_T Table Fields
Following is the list of fields that are available in SAP CRMC_TAX_GRP_T table. The primary key fields of the table are CLIENT (Client), LANGU (Language Key of Description), TAX_GROUP (Tax Group).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| LANGU | Language Key of Description | CRMT_LANGUAGE | T002 | LANG (1) |
| TAX_GROUP | Tax Group | CRMT_TAX_GRP | CRMC_TAX_GRP | CHAR (20) |
| TAX_GROUP_TEXT | Tax Group Description | CRMT_TAX_GRP_TEXT | CHAR (40) |


