P_EVTBSDREVRECSALESORDERAPPLOG

CDS View

Headers of application log

P_EVTBSDREVRECSALESORDERAPPLOG is a CDS View in S/4HANA. Headers of application log. It contains 8 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
P_EBRRRevnContrApplLog view_entity union_all COMPOSITE EBRR: Applog headers for Revenue Contract
P_EvtBsdRevnRecgnSlsOrdIssDet view_entity from CONSUMPTION Event based rev. rec. project iss detail
P_EvtBsdRevnRecSalesOrderIss view_entity from CONSUMPTION Event based rev. rec. sales order issue

Fields (8)

KeyField CDS FieldsUsed in Views
KEY ApplicationLog ApplicationLog 2
AccountingPrinciple AccountingPrinciple 1
ApplicationLogHandle ApplicationLogHandle 1
CompanyCode CompanyCode 1
FiscalPeriod FiscalPeriod 2
FiscalYear FiscalYear 2
NumberOfOpenErrorMessages NumberOfOpenErrorMessages 1
Prefix Prefix 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.

-- Headers of application log
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_EVTBSDREVRECSALESORDERAPPLOG (
    APPLICATIONLOG,
    ACCOUNTINGPRINCIPLE,
    APPLICATIONLOGHANDLE,
    COMPANYCODE,
    FISCALPERIOD,
    FISCALYEAR,
    NUMBEROFOPENERRORMESSAGES,
    PREFIX,
    PRIMARY KEY (APPLICATIONLOG)
);