_CLASS

_CLASS is an SAP database table in S/4HANA. It contains 7 fields.

Fields (7)

KeyField CDS FieldsUsed in Views
KEY Class Class 8
ClassClassfctnAuthGrp ClassClassfctnAuthGrp 1
ClassInternalID ClassInternalID 1
ClassMaintAuthGrp ClassMaintAuthGrp 1
ClassType ClassType 1
FunctionalLocationLabelName FunctionalLocationLabelName 1
TrdClassfctnNmbr TrdClassfctnNmbr 2

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 _CLASS (
    CLASS,
    CLASSCLASSFCTNAUTHGRP,
    CLASSINTERNALID,
    CLASSMAINTAUTHGRP,
    CLASSTYPE,
    FUNCTIONALLOCATIONLABELNAME,
    TRDCLASSFCTNNMBR,
    PRIMARY KEY (CLASS)
);