The CLS_LINKED_OBJ table in SAP ERP or S/4HANA stores Assignment of an attribute value to a linked object data. There are total 11 fields in CLS_LINKED_OBJ table. The Assignment of an attribute value to a linked object 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 CLS_LINKED_OBJ table. It is in API for Classification Tool Set (SPAK_API_CLASSIFICATION) ABAP package and is part of the Classification Toolset (BC-DWB-UTL-CLS) module.
SAP CLS_LINKED_OBJ Table Fields
Following is the list of fields that are available in SAP CLS_LINKED_OBJ table. The primary key fields of the table are GUID (GUID in ‘CHAR’ Format in Uppercase), TROBJTYPELNK (Object Type), SOBJ_NAMELNK (Object Name in Object Directory), OBJECT_TYPELNK (Object type identifier).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| GUID | GUID in ‘CHAR’ Format in Uppercase | GUID_32 | CHAR (32) | |
| TROBJTYPELNK | Object Type | TROBJTYPE | CHAR (4) | |
| SOBJ_NAMELNK | Object Name in Object Directory | SOBJ_NAME | CHAR (40) | |
| OBJECT_TYPELNK | Object type identifier | PAK_OBJECT_TYPE | CHAR (20) | |
| TROBJTYPE | Object Type | TROBJTYPE | CHAR (4) | |
| SOBJ_NAME | Object Name in Object Directory | SOBJ_NAME | CHAR (40) | |
| OBJECT_TYPE | Object type identifier | PAK_OBJECT_TYPE | CHAR (20) | |
| ATTRIBUTE | Characteristic | CLS_ATTRIBUTE_NAME | CHAR (30) | |
| CHANGED_ON | Last Changed On | AS4DATE | DATS (8) | |
| SET_BY | Last changed by | UNAM | CHAR (12) | |
| TEXT | Short Description of Repository Objects | AS4TEXT | CHAR (60) |


