The CRMC_PROC_CATTYP table in SAP ERP or S/4HANA stores Defines process type to category type data. There are total 6 fields in CRMC_PROC_CATTYP table. The Defines process type to category type 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_PROC_CATTYP table. It is in CRM Order: General Order Processing (CRM_ORDER) ABAP package and is part of the Basic Functions for Business Transactions (CRM-BTX-BF) module.
SAP CRMC_PROC_CATTYP Table Fields
Following is the list of fields that are available in SAP CRMC_PROC_CATTYP table. The primary key fields of the table are CLIENT (Client), PROCESS_TYPE (Business Transaction Type), CATALOG_TYPE (Catalog Category).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| PROCESS_TYPE | Business Transaction Type | CRMT_PROCESS_TYPE | CRMC_PROC_TYPE | CHAR (4) |
| CATALOG_TYPE | Catalog Category | CRMT_CATALOGTYPE | CHAR (1) | |
| AUTOSUGGEST | Logical Variable | CRMT_BOOLEAN | CHAR (1) | |
| AUTOCOMPLETE | Logical Variable | CRMT_BOOLEAN | CHAR (1) | |
| ITEM_DETERM | Logical Variable | CRMT_BOOLEAN | CHAR (1) |


