P_GEN_LOG_HEADER

CDS View

Log Header

P_GEN_LOG_HEADER is a CDS View in S/4HANA. Log Header. It contains 5 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_CT_LOG_DETAIL view inner BASIC P_CT_LOG_DETAIL
P_GEN_LOG_DETAIL view inner BASIC Generic log Detail

Fields (5)

KeyField CDS FieldsUsed in Views
CnsldtnDimension ConsolidationDimension 1
CnsldtnTaskType CnsldtnTaskType 1
CnsldtnVersion ConsolidationVersion 1
ConsolidationChartOfAccounts ConsolidationChartOfAccounts 1
UpdateMode UpdateMode 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.

-- Log Header
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_GEN_LOG_HEADER (
    CNSLDTNDIMENSION,
    CNSLDTNTASKTYPE,
    CNSLDTNVERSION,
    CONSOLIDATIONCHARTOFACCOUNTS,
    UPDATEMODE
);