P_PT_SimplifiedDelivDocType

DDL: P_PT_SIMPLIFIEDDELIVDOCTYPE Type: view_entity BASIC Package: GLO-LOG-PT

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)

SourceAliasJoin Type
sipt_sdt_obd sipt_sdt_obd from

Annotations (6)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}