I_DeliveryDocumentType

DDL: I_DELIVERYDOCUMENTTYPE SQL: ILEDELIVDOCTYPE Type: view BASIC Package: VDM_LE_SHP_COMMON

Delivery Document Type

I_DeliveryDocumentType (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Delivery Document Type · Supply Chain

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 29 fields with key field DeliveryDocumentType. It has 7 associations to related views. It is exposed through 2 OData services (ASQL_F0867A, ASQL_F4557). Part of development package VDM_LE_SHP_COMMON.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessSupply Chain
Application ComponentLE-SHP-GF-2CL
CapabilitiesData Source for Data Extraction,Data Source in SQL Select,Data Source for Defining CDS Entities,Analytical Dimension
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageSupply Chain for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view is the basic interface view for delivery document type.</p> <p>You can use this CDS view to build your own consumption view on top.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
tvlk tvlk from

Associations (7)

CardinalityTargetAliasCondition
[0..*] I_DeliveryDocumentTypeText _Text $projection.DeliveryDocumentType = _Text.DeliveryDocumentType
[1..1] I_SDDocumentCategory _SDDocumentCategory $projection.SDDocumentCategory = _SDDocumentCategory.SDDocumentCategory
[0..1] I_SalesDocumentType _SDDocumentType $projection.DefaultOrderType = _SDDocumentType.SalesDocumentType
[0..1] I_TextDeterminationProcedure _TextDeterminationProcedure $projection.TextDeterminationProcedure = _TextDeterminationProcedure.TextDeterminationProcedure and _TextDeterminationProcedure.TextObjectCategory = 'VBBK'
[0..1] I_PartDeterminationProcedure _PartnerDeterminationProcedure $projection.PartnerDeterminationProcedure = _PartnerDeterminationProcedure.PartnerDeterminationProcedure
[0..1] I_UnitOfMeasure _ExtTransfOfCtrlDateOffsetUnit $projection.ExtTransfOfCtrlDateOffsetUnit = _ExtTransfOfCtrlDateOffsetUnit.UnitOfMeasure
[0..1] I_UnitOfMeasure _IntTransfOfCtrlDateOffsetUnit $projection.IntTransfOfCtrlDateOffsetUnit = _IntTransfOfCtrlDateOffsetUnit.UnitOfMeasure

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 true 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

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F0867A ASQL_F0867A C2 NOT_RELEASED
ASQL_F4557 ASQL_F4557 C2 NOT_RELEASED

Fields (29)

KeyFieldSource TableSource FieldDescription
KEY DeliveryDocumentType lfart Settl Doc Type
SDDocumentCategory vbtyp SD Document Category
PrecedingDocumentRequirement aufer A sales order is required as basis for delivery
TradeComplianceIsActive itmac Trade Compliance is active
NumberRangeForIntIDAssignment numki Number Range of Internal Number Assignment
NumberRangeForExtIDAssignment numke Number Range of External Number Assignment
IncrementItemNumber incpo Item Number Increment of SD Documents
DefaultOrderType daart Default Order Type for Deliveries Without Order Reference
StorageLocationRule reglg Rule for determining the storage location for picking
TextDeterminationProcedure txtgr Text Determination Procedure
RouteDetermination routf New route determination: with or without a check?
DeliveryIsSplitByWarehouse lnspl Perform Delivery Split According to Warehouse Number
DeliveryIsSplitByPartner dsfad Delivery Split for Additional Partners
DeliveryIsPackedAutomatically averp Automatic packing using packing proposal
DelivItmsAreGnrtdForPackggMatl pm_item_gen Generation of Delivery Items for HU Packaging Materials
PartnerDeterminationProcedure pargr Partner Determination Procedure
RescheduleDeliveries neute Reschedule Deliveries
IntTransfOfControlDateOffset int_tocd_offset Offset for Internal Transfer of Control Dates
IntTransfOfCtrlDateOffsetUnit int_tocd_offset_unit Offset Unit for Internal Transfer of Control Dates
ExtTransfOfControlDateOffset ext_tocd_offset Offset for External Transfer of Control Dates
ExtTransfOfCtrlDateOffsetUnit ext_tocd_offset_unit Offset Unit for External Transfer of Control Dates
AR_ElectronicDocDocumentClass j_1adoccls Document Class
_SDDocumentCategory _SDDocumentCategory
_SDDocumentType _SDDocumentType
_TextDeterminationProcedure _TextDeterminationProcedure
_PartnerDeterminationProcedure _PartnerDeterminationProcedure
_ExtTransfOfCtrlDateOffsetUnit _ExtTransfOfCtrlDateOffsetUnit
_IntTransfOfCtrlDateOffsetUnit _IntTransfOfCtrlDateOffsetUnit
_Text _Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_DeliveryDocumentType.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ILEDELIVDOCTYPE

CREATE VIEW I_DeliveryDocumentType AS
SELECT
  lfart AS DeliveryDocumentType,
  vbtyp AS SDDocumentCategory,
  aufer AS PrecedingDocumentRequirement,
  itmac AS TradeComplianceIsActive,
  numki AS NumberRangeForIntIDAssignment,
  numke AS NumberRangeForExtIDAssignment,
  incpo AS IncrementItemNumber,
  daart AS DefaultOrderType,
  reglg AS StorageLocationRule,
  txtgr AS TextDeterminationProcedure,
  routf AS RouteDetermination,
  lnspl AS DeliveryIsSplitByWarehouse,
  dsfad AS DeliveryIsSplitByPartner,
  averp AS DeliveryIsPackedAutomatically,
  pm_item_gen AS DelivItmsAreGnrtdForPackggMatl,
  pargr AS PartnerDeterminationProcedure,
  neute AS RescheduleDeliveries,
  int_tocd_offset AS IntTransfOfControlDateOffset,
  int_tocd_offset_unit AS IntTransfOfCtrlDateOffsetUnit,
  ext_tocd_offset AS ExtTransfOfControlDateOffset,
  ext_tocd_offset_unit AS ExtTransfOfCtrlDateOffsetUnit,
  j_1adoccls AS AR_ElectronicDocDocumentClass
FROM tvlk
LEFT OUTER JOIN I_DeliveryDocumentTypeText AS _Text ON DeliveryDocumentType = _Text.DeliveryDocumentType  -- association [0..*]
LEFT OUTER JOIN I_SDDocumentCategory AS _SDDocumentCategory ON SDDocumentCategory = _SDDocumentCategory.SDDocumentCategory  -- association [1..1]
LEFT OUTER JOIN I_SalesDocumentType AS _SDDocumentType ON DefaultOrderType = _SDDocumentType.SalesDocumentType  -- association [0..1]
LEFT OUTER JOIN I_TextDeterminationProcedure AS _TextDeterminationProcedure ON TextDeterminationProcedure = _TextDeterminationProcedure.TextDeterminationProcedure AND _TextDeterminationProcedure.TextObjectCategory = 'VBBK'  -- association [0..1]
LEFT OUTER JOIN I_PartDeterminationProcedure AS _PartnerDeterminationProcedure ON PartnerDeterminationProcedure = _PartnerDeterminationProcedure.PartnerDeterminationProcedure  -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _ExtTransfOfCtrlDateOffsetUnit ON ExtTransfOfCtrlDateOffsetUnit = _ExtTransfOfCtrlDateOffsetUnit.UnitOfMeasure  -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _IntTransfOfCtrlDateOffsetUnit ON IntTransfOfCtrlDateOffsetUnit = _IntTransfOfCtrlDateOffsetUnit.UnitOfMeasure  -- association [0..1]
;