FISCDS_MREF_INVOICE

CDS View

Multiple Referenced Invoice

FISCDS_MREF_INVOICE is a CDS View in S/4HANA. Multiple Referenced Invoice. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
fiscds_mref_doc_01 view from Document with Multi-Referenced Invoice

Fields (3)

KeyField CDS FieldsUsed in Views
bukrs bukrs 1
gjahr gjahr 1
xblnr xblnr 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.

-- Multiple Referenced Invoice
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FISCDS_MREF_INVOICE (
    BUKRS,
    GJAHR,
    XBLNR
);