QCERTDOCMATCHPR
Certificate Document Match Proposal
QCERTDOCMATCHPR is an SAP database table in S/4HANA. Certificate Document Match Proposal. It contains 13 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_QltyCertDocMatchPrpsl | view_entity | from | BASIC | Certificate Document Match Proposal |
Fields (13)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | certdocmatch_uuid | qltycertdocmatch_uuid | ||||
| KEY | certdocmatch_proposal_uuid | qltycertdocmatch_proposal_uuid | ||||
| qcert | qccertno | Certificate | ||||
| supplier | lifnum | Supplier | ||||
| material | matnr | Material | ||||
| pur_doc | fis_ebeln | Purchasing Document | ||||
| pur_doc_item | fis_ebelp | Purchasing Doc. Item | ||||
| plant | werks_d | Plant | ||||
| suppplier_batch | lichn | Supplier Batch | ||||
| delivery_note | lfsnr1 | Delivery Note | ||||
| certdocmatch_proposal_type | qltycertdocmatch_proposal_type | |||||
| score | qm_fuzzy_score |
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.
-- Certificate Document Match Proposal
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE QCERTDOCMATCHPR (
CLIENT, -- Client [mandt]
CERTDOCMATCH_UUID, -- qltycertdocmatch_uuid
CERTDOCMATCH_PROPOSAL_UUID, -- qltycertdocmatch_proposal_uuid
QCERT, -- Certificate [qccertno]
SUPPLIER, -- Supplier [lifnum]
MATERIAL, -- Material [matnr]
PUR_DOC, -- Purchasing Document [fis_ebeln]
PUR_DOC_ITEM, -- Purchasing Doc. Item [fis_ebelp]
PLANT, -- Plant [werks_d]
SUPPPLIER_BATCH, -- Supplier Batch [lichn]
DELIVERY_NOTE, -- Delivery Note [lfsnr1]
CERTDOCMATCH_PROPOSAL_TYPE, -- qltycertdocmatch_proposal_type
SCORE, -- qm_fuzzy_score
PRIMARY KEY (CLIENT, CERTDOCMATCH_UUID, CERTDOCMATCH_PROPOSAL_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