FAC_AUDIT_Z3_MATERIAL_CHGDOC_B

CDS View

Material Change Document Base

FAC_AUDIT_Z3_MATERIAL_CHGDOC_B is a CDS View in S/4HANA. Material Change Document Base. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
FAC_AUDIT_Z3_MATERIAL_CHGDOC view from Material Change Document

Fields (1)

KeyField CDS FieldsUsed in Views
KEY Material Material 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.

-- Material Change Document Base
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FAC_AUDIT_Z3_MATERIAL_CHGDOC_B (
    MATERIAL,
    PRIMARY KEY (MATERIAL)
);