RTST_CPR_COUNT
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_StoreProductRFIDCount | view | from | BASIC | Store Product RFID Count |
Fields (19)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| 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)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA