P_PHYSINVTRYNOTPOSTEDBATCH_L1

CDS View

Not posted batch master

P_PHYSINVTRYNOTPOSTEDBATCH_L1 is a CDS View in S/4HANA. Not posted batch master. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_PhysInvtryNotPostedBatch_L2 view_entity from COMPOSITE Not posted batch master

Fields (4)

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

-- Not posted batch master
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PHYSINVTRYNOTPOSTEDBATCH_L1 (
    BATCH,
    MATERIAL,
    PLANT,
    STORAGELOCATION,
    PRIMARY KEY (BATCH, MATERIAL, PLANT, STORAGELOCATION)
);