I_STOREPRODUCTRFIDCOUNTNUMBERS

CDS View

Store Product RFID Count Numbers

I_STOREPRODUCTRFIDCOUNTNUMBERS is a CDS View in S/4HANA. Store Product RFID Count Numbers. It contains 3 fields.

Fields (3)

KeyField CDS FieldsUsed in Views
NumberOfCountedItems NumberOfCountedItems 1
NumberOfMissingItems NumberOfMissingItems 1
NumberOfSurplusItems NumberOfSurplusItems 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.

-- Store Product RFID Count Numbers
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_STOREPRODUCTRFIDCOUNTNUMBERS (
    NUMBEROFCOUNTEDITEMS,
    NUMBEROFMISSINGITEMS,
    NUMBEROFSURPLUSITEMS
);