I_DELIVERYDOCUMENTTYPE

CDS View

Delivery Document Type

I_DELIVERYDOCUMENTTYPE is a CDS View in S/4HANA. Delivery Document Type. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
C_DelivTypeNoRefVH view from CONSUMPTION Delivery Document Types without a Reference Value Help
C_DelivTypeRefVH view from CONSUMPTION Delivery Document Types with a Reference Value Help
C_OutboundDeliveryTypeVH view_entity from CONSUMPTION Outbound Delivery Type Value Help
I_DeliveryDocumentTypeStdVH view_entity from COMPOSITE Delivery Document Type
LstMiRteStockDeliveryTypeVH view from Delivery Document Type for Route Stock
P_AR_LengthOfRefDoc view inner COMPOSITE
P_SDDocumentType view union_all BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'DeliveryDocumentType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Delivery Document Type'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: false }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ILEDELIVDOCTYPE'
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #ANALYTICAL_DIMENSION ]
@ObjectModel.modelingPattern: [ #ANALYTICAL_DIMENSION ]
@ObjectModel.sapObjectNodeType.name: 'DeliveryDocumentType'

define view I_DeliveryDocumentType
  as select from tvlk
  
  association [0..*] to I_DeliveryDocumentTypeText as _Text on $projection.DeliveryDocumentType = _Text.DeliveryDocumentType
{ 
      @ObjectModel.text.association: '_Text'
  key lfart as DeliveryDocumentType,

      vbtyp as SDDocumentCategory,

      aufer as PrecedingDocumentRequirement,
      
      @Semantics.booleanIndicator: true
      itmac as TradeComplianceIsActive,
      
      
      //Associations

      
      _Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVLK"
],
"ASSOCIATED":
[
"I_DELIVERYDOCUMENTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/