The CUS_ATRH table in SAP ERP or S/4HANA stores Customizing Attributes – Header Data data. There are total 11 fields in CUS_ATRH table. The Customizing Attributes – Header Data 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 CUS_ATRH table. It is in Attributes for IMG Nodes (S_CUSTOMIZING_ATTRIBUTES) ABAP package and is part of the Implementation Guide (BC-CUS-TOL-IMG) module.
SAP CUS_ATRH Table Fields
Following is the list of fields that are available in SAP CUS_ATRH table. The primary key fields of the table are ATTR_ID (Customizing Attributes).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ATTR_ID | Customizing Attributes | CUS_ATR | CHAR (20) | |
| ROADMAP_ID | Roadmap node identifier | ROADMAP_ID | CHAR (12) | |
| COUNTRY | Country ID | SIMG_C_OPT | CHAR (1) | |
| ACTIVITY | Activity | SIMG_ACT | NUMC (1) | |
| CRITICAL | Critical | SIMG_CRIT | NUMC (1) | |
| EXTENSION | Flag with values ‘ ‘ and ‘X’ | HIER_YESNO | CHAR (1) | |
| COU_SPECIF | Flag with values ‘ ‘ and ‘X’ | HIER_YESNO | CHAR (1) | |
| FUSER | Created By | HIER_FUSER | CHAR (12) | |
| LUSER | Last Changed By | HIER_LUSER | CHAR (12) | |
| FDATETIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | DEC (15) | |
| LDATETIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | DEC (15) |


