I_SUPDMNDOVWBATCHSELECTION

CDS View

Basic view for Assign batches

I_SUPDMNDOVWBATCHSELECTION is a CDS View in S/4HANA. Basic view for Assign batches. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_SupDmndAllDocPhysStk view left_outer COMPOSITE View for Physical Stock
I_SupDmndOvwBatch view left_outer COMPOSITE Basic view for Assign batches

Fields (4)

KeyField CDS FieldsUsed in Views
KEY Batch Batch 1
KEY Material Material 1
KEY Plant Plant 1
StockSegment StockSegment 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.

-- Basic view for Assign batches
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SUPDMNDOVWBATCHSELECTION (
    BATCH,
    MATERIAL,
    PLANT,
    STOCKSEGMENT,
    PRIMARY KEY (BATCH, MATERIAL, PLANT)
);