I_DeliveryDocumentType

DDL: I_DELIVERYDOCUMENTTYPE SQL: ILEDELIVDOCTYPE Type: view BASIC

Delivery Document Type

I_DeliveryDocumentType is a Basic CDS View (Dimension) that provides data about "Delivery Document Type" in SAP S/4HANA. It reads from 1 data source (tvlk) and exposes 5 fields with key field DeliveryDocumentType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tvlk tvlk from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DeliveryDocumentTypeText _Text $projection.DeliveryDocumentType = _Text.DeliveryDocumentType

Annotations (14)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey DeliveryDocumentType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Delivery Document Type view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ILEDELIVDOCTYPE view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name DeliveryDocumentType view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY DeliveryDocumentType lfart
SDDocumentCategory vbtyp
PrecedingDocumentRequirement aufer
TradeComplianceIsActive itmac
_Text _Text
@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":""
}
}*/