SUP_CHK_REQ
SUP Check Request
SUP_CHK_REQ is an SAP database table in S/4HANA. SUP Check Request. It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RevSupProtChkReq | view_entity | from | BASIC | Review Supply Protection Check Request |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | uuid | sup_chk_req_uuid | Check Request UUID | |||
| atpprocdrqmtbasicmethodrequuid | atp_pr_basic_method_req_uuid | Basic Method Request | ||||
| atpcheckuuid | atp_cid | Check ID | ||||
| documentitemid | sup_document_item_id | Document Item ID | ||||
| documentid | sup_document_id | Document ID | ||||
| documenttype | sup_document_type | Document Type | ||||
| restrictedquantity | sup_restricted_quantity | Restricted Quantity | ||||
| unitofmeasure | sup_restricted_quantity_unit | Unit for Rest. Qty |
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.
-- SUP Check Request
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SUP_CHK_REQ (
CLIENT, -- Client [mandt]
UUID, -- Check Request UUID [sup_chk_req_uuid]
ATPPROCDRQMTBASICMETHODREQUUID, -- Basic Method Request [atp_pr_basic_method_req_uuid]
ATPCHECKUUID, -- Check ID [atp_cid]
DOCUMENTITEMID, -- Document Item ID [sup_document_item_id]
DOCUMENTID, -- Document ID [sup_document_id]
DOCUMENTTYPE, -- Document Type [sup_document_type]
RESTRICTEDQUANTITY, -- Restricted Quantity [sup_restricted_quantity]
UNITOFMEASURE, -- Unit for Rest. Qty [sup_restricted_quantity_unit]
PRIMARY KEY (CLIENT, UUID)
);
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