The BDSREPR2 table in SAP ERP or S/4HANA stores BDS: Relationship Attributes data. There are total 6 fields in BDSREPR2 table. The BDS: Relationship 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 BDSREPR2 table. It is in SAP Knowledge Provider Business Document Service (SBDS) ABAP package and is part of the Business Document Service (BC-SRV-BDS) module.
SAP BDSREPR2 Table Fields
Following is the list of fields that are available in SAP BDSREPR2 table. The primary key fields of the table are OBJECT_ID (ID for documents and relations), PROP_NAME (Attribute of a document or a relationship), PROP_INDEX (KPro: General counter (uniqueness in DB)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECT_ID | ID for documents and relations | SDOK_DOCID | BDSRE2 | CHAR (32) |
| PROP_NAME | Attribute of a document or a relationship | SDOK_PROPN | SDOKPROP | CHAR (25) |
| PROP_INDEX | KPro: General counter (uniqueness in DB) | SDOK_INDX | NUMC (5) | |
| IO_CLASS | Document class | SDOK_CLASS | * | CHAR (10) |
| PROP_VALUE | Attribute Value | SDOK_PROPV | CHAR (64) | |
| PROP_SECI | Attribute feature (shortened) | SDOK_PROPI | CHAR (12) |


