T52OCR

Transparent Table Control Table (SAP+Cust)

Reasons for Off-Cycle Payroll Runs

T52OCR is an SAP database table in S/4HANA. Reasons for Off-Cycle Payroll Runs. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
HRPY_PCC_recurrence view left_outer Recurrence Data

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY molga MOLGA HCM Local.
KEY ocrsn PAY_OCRSN Off-cycle reas.
occat PAY_OCCAT Off-cycle cat.
ocbtc PAY_OCBTC OC batch

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Reasons for Off-Cycle Payroll Runs
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T52OCR (
    MOLGA,  -- HCM Local. [MOLGA]
    OCRSN,  -- Off-cycle reas. [PAY_OCRSN]
    OCCAT,  -- Off-cycle cat. [PAY_OCCAT]
    OCBTC,  -- OC batch [PAY_OCBTC]
    PRIMARY KEY (MOLGA, OCRSN)
);