C_FR_BOPECOCUBE

CDS View

BOP Reporting France - ECO Format

C_FR_BOPECOCUBE is a CDS View in S/4HANA. BOP Reporting France - ECO Format. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_FR_BOPECOQry view from CONSUMPTION BOP Reporting France - ECO Format

Fields (3)

KeyField CDS FieldsUsed in Views
KEY CAItemIsDoubtful CAItemIsDoubtful 1
KEY CAItemIsOffsetting CAItemIsOffsetting 1
KEY CARepetitionItemNumber CARepetitionItemNumber 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.

-- BOP Reporting France - ECO Format
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE C_FR_BOPECOCUBE (
    CAITEMISDOUBTFUL,
    CAITEMISOFFSETTING,
    CAREPETITIONITEMNUMBER,
    PRIMARY KEY (CAITEMISDOUBTFUL, CAITEMISOFFSETTING, CAREPETITIONITEMNUMBER)
);