Model / HR / PCL1

HR — Human Resources

PCL1

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

HR Cluster 1 — a generic HR cluster-database table. 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 structured ABAP internal tables 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. A mirror of this table can capture the key fields and the CLUSTD blob as an opaque byte value, but it cannot field-decode the payload — there is no field-level readability without running the original ABAP cluster-import logic against SAP's cluster definitions (e.g. PCL1's relation IDs typically cover applicant/recruitment-related cluster data). This table is personal data — whatever an application stored in the cluster blob may include identifiable employee or applicant details — 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 3
ARE_GLM keyarea glomusArea Identification on Import/Export Database PCL1 — identifies which logical cluster relation (application) this row's blob belongs toRELID_PCL1CHAR 2
CLV_NPS_TBL keyclavis numerus personae tabulaPCLx Key — the business key (e.g. personnel number plus sub-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_GLM_TBLnomen glomus tabulaABAP: Program Name — the program that wrote this cluster recordOLD_PROGCHAR 8
VRS_GLMversio glomusVersion in Cluster FilesPVRSNCHAR 2
GLM_AREglomus areaCluster for PCLx — the cluster-ID sub-selector within the RELID areaPCLCLUSTRINT2 5
GLM_ONS_CMPglomus onus campusCompressed cluster payload (opaque raw bytes) — NOT field-decodable without ABAP IMPORT against SAP's cluster structure definitions; 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 PCL1.yaml in the repository