DPR_PRIORITY_T
Description of priority
DPR_PRIORITY_T is an SAP database table in S/4HANA. Description of priority. It contains 4 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_DevProjectPriorityCodeText | view_entity | from | BASIC | Dev Project Priority Code - Text |
| I_EntProjectPriorityCodeText | view | from | BASIC | Priority for Enterprise Projects - Text |
| I_PPM_PriorityText | view | from | BASIC | Text for Project Element Priorities |
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.
-- Description of priority
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DPR_PRIORITY_T (
CLIENT, -- Client [mandt]
LANGUAGE, -- Language [langu]
PRIORITY, -- Priority [dpr_tv_priority_cust]
TEXT, -- Name [dpr_tv_text]
PRIMARY KEY (CLIENT, LANGUAGE, PRIORITY)
);
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