I_SEGMENTATIONVALDCOMBINATIONS

CDS View

Segment Value Combinations

I_SEGMENTATIONVALDCOMBINATIONS is a CDS View in S/4HANA. Segment Value Combinations. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_ATPRlvtProductMRPAreaSegment view_entity inner CONSUMPTION Product Availability per Segment
I_SegmentationValidCombination view from BASIC Segment Value Combinations
I_SegmentationValueVH view_entity from BASIC Valid Segmentation Values

Fields (1)

KeyField CDS FieldsUsed in Views
KEY ProductSegmentationValueCode ProductSegmentationValueCode 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.

-- Segment Value Combinations
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SEGMENTATIONVALDCOMBINATIONS (
    PRODUCTSEGMENTATIONVALUECODE,
    PRIMARY KEY (PRODUCTSEGMENTATIONVALUECODE)
);