I_CMMDTYHDGTGTQTASTSOBJECTTYPE

CDS View

Commodity Hdg Spec Status Object Type

I_CMMDTYHDGTGTQTASTSOBJECTTYPE is a CDS View in S/4HANA. Commodity Hdg Spec Status Object Type. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CmmdtyHdgTgtQtaStatusObject view_entity from BASIC Hedge Target Quota Status Object Type

Fields (2)

KeyField CDS FieldsUsed in Views
KEY CmmdtyHedgeTargetQuotaStatusID CmmdtyHedgeTargetQuotaStatusID 1
ObjectType MaintObjectCategory 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.

-- Commodity Hdg Spec Status Object Type
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CMMDTYHDGTGTQTASTSOBJECTTYPE (
    CMMDTYHEDGETARGETQUOTASTATUSID,
    OBJECTTYPE,
    PRIMARY KEY (CMMDTYHEDGETARGETQUOTASTATUSID)
);