RTST_CPR_COUNT

Transparent Table Application Table

Store Product RFID Count

RTST_CPR_COUNT is an SAP database table in S/4HANA. Store Product RFID Count. It contains 19 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_StoreProductRFIDCount view from BASIC Store Product RFID Count

Fields (19)

KeyField Data ElementDescription DomainTypeLength
KEY client abap.clnt
KEY storeproductrfidcountuuid rtst_cpr_count_uuid Count ID
store werks_d Plant
storagelocation lgort_d Location
numberofexpecteditems abap.int4
numberofsubmitteditems abap.int4
numberofsubmittedmissingitems abap.int4
numberofsubmittedsurplusitems abap.int4
notpostednrofsubmdmissingitems abap.int4
notpostednrofsubmdsurplusitems abap.int4
skippednrofsubmdmissingitems abap.int4
skippednrofsubmdsurplusitems abap.int4
unprocessedsalesareconsidered xfeld Checkbox
storeproductrfidcntprocgstatus rtst_cpr_processing_status Processing Status
storeprodrfidcntexprtndtetme timestamp Time Stamp
creationdatetime timestamp Time Stamp
createdbyuser syuname User Name
submissiondatetime timestamp Time Stamp
submittedbyuser syuname User Name

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
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE RTST_CPR_COUNT (
    CLIENT,                          -- abap.clnt
    STOREPRODUCTRFIDCOUNTUUID,       -- Count ID [rtst_cpr_count_uuid]
    STORE,                           -- Plant [werks_d]
    STORAGELOCATION,                 -- Location [lgort_d]
    NUMBEROFEXPECTEDITEMS,           -- abap.int4
    NUMBEROFSUBMITTEDITEMS,          -- abap.int4
    NUMBEROFSUBMITTEDMISSINGITEMS,   -- abap.int4
    NUMBEROFSUBMITTEDSURPLUSITEMS,   -- abap.int4
    NOTPOSTEDNROFSUBMDMISSINGITEMS,  -- abap.int4
    NOTPOSTEDNROFSUBMDSURPLUSITEMS,  -- abap.int4
    SKIPPEDNROFSUBMDMISSINGITEMS,    -- abap.int4
    SKIPPEDNROFSUBMDSURPLUSITEMS,    -- abap.int4
    UNPROCESSEDSALESARECONSIDERED,   -- Checkbox [xfeld]
    STOREPRODUCTRFIDCNTPROCGSTATUS,  -- Processing Status [rtst_cpr_processing_status]
    STOREPRODRFIDCNTEXPRTNDTETME,    -- Time Stamp [timestamp]
    CREATIONDATETIME,                -- Time Stamp [timestamp]
    CREATEDBYUSER,                   -- User Name [syuname]
    SUBMISSIONDATETIME,              -- Time Stamp [timestamp]
    SUBMITTEDBYUSER,                 -- User Name [syuname]
    PRIMARY KEY (CLIENT, STOREPRODUCTRFIDCOUNTUUID)
);