I_PAREALIGNMENTLOG

CDS View

CO-PA Realignment Log

I_PAREALIGNMENTLOG is a CDS View in S/4HANA. CO-PA Realignment Log. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PaRealignment view from COMPOSITE CO-PA Realignment

Fields (3)

KeyField CDS FieldsUsed in Views
KEY RealignmentRun RealignmentRun 1
RealignmentRunEndDate RealignmentRunEndDate 1
RealignmentRunEndTime RealignmentRunEndTime 1

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.

-- CO-PA Realignment Log
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PAREALIGNMENTLOG (
    REALIGNMENTRUN,
    REALIGNMENTRUNENDDATE,
    REALIGNMENTRUNENDTIME,
    PRIMARY KEY (REALIGNMENTRUN)
);