The BTP_DL_IDXATTRVT table in SAP ERP or S/4HANA stores BTP Index Attribute Values data. There are total 4 fields in BTP_DL_IDXATTRVT table. The BTP Index Attribute Values 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 BTP_DL_IDXATTRVT table. It is in BTP Application Data Layer Basis (BTP_DL) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP BTP_DL_IDXATTRVT Table Fields
Following is the list of fields that are available in SAP BTP_DL_IDXATTRVT table. The primary key fields of the table are GUID (BTP GUID), VALUE (BTP Attribute Value), SPRAS (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| GUID | BTP GUID | BTP_DL_GUID | BTP_DL_IDXATTRV | CHAR (32) |
| VALUE | BTP Attribute Value | BTP_DL_IDXATTR_VALUE | BTP_DL_IDXATTRV | CHAR (32) |
| SPRAS | Language Key | SPRAS | * | LANG (1) |
| TEXT | BTP Attribute Value Textual Description | BTP_DL_IDXATTR_TEXT | CHAR (60) |


