The COAT_ATTRIB table in SAP ERP or S/4HANA stores COAT: Project – Possible Attributes data. There are total 7 fields in COAT_ATTRIB table. The COAT: Project – Possible Attributes 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 COAT_ATTRIB table. It is in Business Transaction Events (Open FI) (BBTE) ABAP package and is part of the Basis-Related Help Functions, Appl. Log, Formula Intepreter (CA-GTF-TS-BRHF) module.
SAP COAT_ATTRIB Table Fields
Following is the list of fields that are available in SAP COAT_ATTRIB table. The primary key fields of the table are MANDT (Client ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client ID | SYMANDT | CLNT (3) | |
| TYPE | Attribute Type | ATTRIB_TYPE | CHAR (1) | |
| EXPORT | Attribute Intended for Export | ATTRIB_EXPORT | CHAR (1) | |
| AFILL | Attribute is Filled Automatically | ATTRIB_AFILL | CHAR (1) | |
| MAINTAIN | Attribute Cannot be Manually Changed | ATTRIB_MAINT | CHAR (1) | |
| MUST | Attribute Required Yes/No | ATTRIB_MUST | CHAR (1) | |
| AUTH_GROUP | COAT: Authorization Group for Attributes | ATTRIB_AUTH | COAT_AUTH_GROUP | CHAR (2) |


