Model / HR / PCL3

HR — Human Resources

PCL3

11 fields · 4 key · 1 foreign keys · sourced from leanx.eu

HR Cluster 3 — the time-management cluster database table (e.g. time-evaluation results and time-transfer clusters). 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 time-evaluation 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. A mirror of this table can capture the key fields and the CLUSTD blob as an opaque byte value, but it cannot field-decode time pairs, generated absence/attendance quotas, or any other time-evaluation 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 evaluated time-account history — 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 nameConceptDescriptionData elementTypeCheck table
CLI keycliensClientMANDTCLNT 3T000
ARE_IDX_GLM keyarea index glomusArea Indicator on Import/Export Database PCL3 — identifies which logical cluster relation (e.g. time-evaluation results) this row's blob belongs toRELID_PCL3CHAR 2
CLV_NPS_TMP keyclavis numerus personae tempusPCLx Key — the business key (typically personnel number plus time-evaluation period identifiers) for the clustered recordPCLKEYCHAR 40
CMP_CLV keycampus clavisSort Field for PCLx (Duplicate Key)PCLSRTFDINT4 10
TBL_SGNtabula signumHistorical Record FlagHISTOCHAR 1
MUTmutatusChanged OnAEDATDATS 8
USR_NOMusor nomenUser NameUNAMECHAR 12
NOM_TMP_GLMnomen tempus glomusABAP: Program Name — the program (typically the time evaluation driver, RPTIME00) that wrote this cluster recordOLD_PROGCHAR 8
VRS_GLMversio glomusVersion in Cluster FilesPVRSNCHAR 2
GLM_ARE_TMPglomus area tempusCluster for PCLx — the cluster-ID sub-selector within the RELID area (e.g. the specific time-evaluation results cluster)PCLCLUSTRINT2 5
GLM_ONS_OPRglomus onus operariusCompressed cluster payload (opaque raw bytes) — this is where an employee's evaluated time data (time pairs, generated quotas, balances) actually lives, but it is NOT field-decodable without ABAP IMPORT against SAP's time-evaluation cluster structure; a mirror can only store this as a binary blob keyed by RELID/SRTFD/SRTF2/CLUSTR, never as individual readable fieldsPCLDATALRAW 3900

Foreign keys

FieldCheck tableCheck field
CLIENTT000MANDT

View PCL3.yaml in the repository