HR Cluster 2 — the payroll results cluster database table (e.g. relation IDs such as RD for domestic payroll results). Its payload (CLUSTD) is stored as compressed, opaque cluster data addressed by a relation-ID/key/cluster-number combination (RELID/SRTFD/SRTF2/CLUSTR), not as readable columns: SAP writes a structured payroll-results internal table into this raw LRAW field via the IMPORT/EXPORT cluster mechanism, and the field contents cannot be interpreted without an ABAP program performing the corresponding IMPORT against the relevant cluster structure (e.g. PCL2's payroll results cluster). A mirror of this table can capture the key fields and the CLUSTD blob as an opaque byte value, but it cannot field-decode wage types, amounts, or any other payroll-result detail — there is no field-level readability without running the original ABAP cluster-import logic. This table is personal data — the cluster blob is, in practice, an employee's full payroll result — and any mirrored copy (key plus opaque blob) must be handled under consent-scoped access controls.
Hover a canonical name to see the legacy SAP field name
| Canonical name | Concept | Description | Data element | Type | Check table |
|---|---|---|---|---|---|
| CLI key | cliens | Client | MANDT | CLNT 3 | — |
| ARE_GLM key | area glomus | Area Identification on Import/Export Database PCL2 — identifies which logical cluster relation (e.g. domestic payroll results) this row's blob belongs to | RELID_PCL2 | CHAR 2 | — |
| CLV_NPS_PER key | clavis numerus personae periodus | PCLx Key — the business key (typically personnel number plus payroll period identifiers) for the clustered record | PCLKEY | CHAR 40 | — |
| CMP_CLV key | campus clavis | Sort Field for PCLx (Duplicate Key) | PCLSRTFD | INT4 10 | — |
| TBL_SGN | tabula signum | Historical Record Flag | HISTO | CHAR 1 | — |
| MUT | mutatus | Changed On | AEDAT | DATS 8 | — |
| USR_NOM | usor nomen | User Name | UNAME | CHAR 12 | — |
| NOM_GLM_TBL | nomen glomus tabula | ABAP: Program Name — the program (typically a payroll driver) that wrote this cluster record | OLD_PROG | CHAR 8 | — |
| VRS_GLM | versio glomus | Version in Cluster Files | PVRSN | CHAR 2 | — |
| GLM_ARE | glomus area | Cluster for PCLx — the cluster-ID sub-selector within the RELID area (e.g. the specific payroll results cluster) | PCLCLUSTR | INT2 5 | — |
| GLM_ONS_OPR | glomus onus operarius | Compressed cluster payload (opaque raw bytes) — this is where an employee's payroll result (wage types, amounts, tax and deduction detail) actually lives, but it is NOT field-decodable without ABAP IMPORT against SAP's payroll-results cluster structure; a mirror can only store this as a binary blob keyed by RELID/SRTFD/SRTF2/CLUSTR, never as individual readable fields | PCLDATA | LRAW 3900 | — |
Foreign keys
| Field | Check table | Check field |
|---|---|---|
CLIENT | T000 | MANDT |