P_PT_SimplifiedDelivDocType
Document Types for Simplified Deliveries
P_PT_SimplifiedDelivDocType is a Basic CDS View that provides data about "Document Types for Simplified Deliveries" in SAP S/4HANA. It reads from 1 data source (sipt_sdt_obd) and exposes 2 fields with key field DeliveryDocumentType. Part of development package GLO-LOG-PT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sipt_sdt_obd | sipt_sdt_obd | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Document Types for Simplified Deliveries | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DeliveryDocumentType | lead_doctype | ||
| SpecialDocumentType | special_type |
@VDM.private: true
@VDM.viewType: #BASIC
@EndUserText.label: 'Document Types for Simplified Deliveries'
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #M,
dataClass: #CUSTOMIZING
}
define view entity P_PT_SimplifiedDelivDocType as select from sipt_sdt_obd
{
key lead_doctype as DeliveryDocumentType,
special_type as SpecialDocumentType
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA