I_PRODSTRUCVARIANTCHANGESTATE

CDS View

Product Structure Variant Change State

I_PRODSTRUCVARIANTCHANGESTATE is a CDS View in S/4HANA. Product Structure Variant Change State. It contains 5 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ProductStructureVariant view inner COMPOSITE Product Structure Variant
I_ProductStructureVariant_2 view inner COMPOSITE Product Structure Variant

Fields (5)

KeyField CDS FieldsUsed in Views
KEY ProdStrucVariantChgStateIntID ProdStrucVariantChgStateIntID 2
AuthorizationGroup AuthorizationGroup 2
ProdStrucVarChgNmbrDescription ProdStrucVarChgNmbrDescription 2
ProdStrucVariantChangeNumber ProdStrucVariantChangeNumber 2
ProdStrucVarIsMrkdForDeletion ProdStrucVarIsMrkdForDeletion 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.

-- Product Structure Variant Change State
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PRODSTRUCVARIANTCHANGESTATE (
    PRODSTRUCVARIANTCHGSTATEINTID,
    AUTHORIZATIONGROUP,
    PRODSTRUCVARCHGNMBRDESCRIPTION,
    PRODSTRUCVARIANTCHANGENUMBER,
    PRODSTRUCVARISMRKDFORDELETION,
    PRIMARY KEY (PRODSTRUCVARIANTCHGSTATEINTID)
);