PROD

PROD is an SAP database table in S/4HANA. It contains 6 fields.

Fields (6)

KeyField CDS FieldsUsed in Views
KEY BaseUnit MaterialBaseUnit 1
_ProductGroup_2 _ProductGroup_2 1
_ProductType _ProductType 1
AuthorizationGroup AuthorizationGroup 1
ProductGroup ProductGroup 1
ProductType ProductType 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PROD (
    BASEUNIT,
    _PRODUCTGROUP_2,
    _PRODUCTTYPE,
    AUTHORIZATIONGROUP,
    PRODUCTGROUP,
    PRODUCTTYPE,
    PRIMARY KEY (BASEUNIT)
);