I_PRODUCTSTRUCTURENODEBASIC

CDS View

Product Structure Node Basic

I_PRODUCTSTRUCTURENODEBASIC is a CDS View in S/4HANA. Product Structure Node Basic. It contains 3 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_ProductStructureNodeVH view from CONSUMPTION Product Structure Node Value Help
I_ProductStructureNode view from BASIC Product Structure Node
I_ProductStructureNode_2 view from BASIC Product Structure Node
I_ProductStructureNodeVH view from BASIC Product Structure Node Value Help

Fields (3)

KeyField CDS FieldsUsed in Views
ClassInternalID ClassInternalID 2
ProductStructureGnrcObjType ProductStructureGnrcObjType 3
ProductStructureNodeType ProductStructureNodeType 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 Node Basic
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PRODUCTSTRUCTURENODEBASIC (
    CLASSINTERNALID,
    PRODUCTSTRUCTUREGNRCOBJTYPE,
    PRODUCTSTRUCTURENODETYPE
);