on 2024 Jan 29 3:23 PM
When i am enabling an offline feature for above given api it throws following error.
Request clarification before answering.
@Jitendra_Kansal78 Here is the meta data
<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:sap="http://www.sap.com/Protocols/SAPData">
<edmx:Reference Uri="https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(Technica..." xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
</edmx:Reference>
<edmx:Reference Uri="https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(Technica..." xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="com.sap.vocabularies.Common.v1" Alias="Common"/>
</edmx:Reference>
<edmx:DataServices m:DataServiceVersion="2.0">
<Schema Namespace="API_OUTBOUND_DELIVERY_SRV" xml:lang="en" sap:schema-version="2" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
<EntityType Name="A_OutbDeliveryItemTextType" sap:label="Outbound Delivery Item Texts" sap:content-version="2">
<Key>
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="DeliveryDocumentItem"/>
<PropertyRef Name="TextElement"/>
<PropertyRef Name="Language"/>
</Key>
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocumentItem" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Item" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TextElement" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Text ID" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" sap:unicode="false" sap:label="Language" sap:updatable="false" sap:sortable="false"/>
<Property Name="TextElementDescription" Type="Edm.String" Nullable="false" MaxLength="30" sap:unicode="false" sap:label="Description" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TextElementText" Type="Edm.String" Nullable="false" sap:unicode="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryLongTextIsFormatted" Type="Edm.Boolean" Nullable="false" sap:unicode="false" sap:label="Truth Value" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</EntityType>
<EntityType Name="A_OutbDeliveryHeaderTextType" sap:label="Outbound Delivery Texts" sap:content-version="2">
<Key>
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="TextElement"/>
<PropertyRef Name="Language"/>
</Key>
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TextElement" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Text ID" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" sap:unicode="false" sap:label="Language" sap:updatable="false" sap:sortable="false"/>
<Property Name="TextElementDescription" Type="Edm.String" Nullable="false" MaxLength="30" sap:unicode="false" sap:label="Description" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TextElementText" Type="Edm.String" Nullable="false" sap:unicode="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryLongTextIsFormatted" Type="Edm.Boolean" Nullable="false" sap:unicode="false" sap:label="Truth Value" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</EntityType>
<EntityType Name="A_HandlingUnitHeaderDeliveryType" sap:label="Handling Unit Headers" sap:content-version="2">
<Key>
<PropertyRef Name="HandlingUnitInternalId"/>
</Key>
<Property Name="CreatedByUser" Type="Edm.String" Nullable="false" MaxLength="12" sap:unicode="false" sap:label="Created By" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CreationDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Created On" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CreationTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Time" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery Document" sap:sortable="false" sap:filterable="false"/>
<Property Name="GrossVolume" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="VolumeUnit" sap:label="Total Volume" sap:sortable="false" sap:filterable="false"/>
<Property Name="GrossWeight" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="WeightUnit" sap:label="Total Weight" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitBaseUnitOfMeasure" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Base Unit" sap:sortable="false" sap:filterable="false" sap:semantics="unit-of-measure"/>
<Property Name="HandlingUnitContentDescription" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Content" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitExternalId" Type="Edm.String" Nullable="false" MaxLength="20" sap:unicode="false" sap:label="Handling Unit" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitExternalIdType" Type="Edm.String" Nullable="false" MaxLength="1" sap:unicode="false" sap:label="ID Type" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitHeight" Type="Edm.Decimal" Nullable="false" Precision="13" Scale="3" sap:unicode="false" sap:unit="HandlingUnitUoMDimension" sap:label="Height" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitInternalId" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Internal HU no." sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitInternalStatus" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="HU status" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitLength" Type="Edm.Decimal" Nullable="false" Precision="13" Scale="3" sap:unicode="false" sap:unit="HandlingUnitUoMDimension" sap:label="Length" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitLowerLevelRefer" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Higher-level HU" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitMaxVolume" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="VolumeUnit" sap:label="Allowed volume" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitMaxWeight" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="WeightUnit" sap:label="Allowed weight" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitNetVolume" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="VolumeUnit" sap:label="Loading Volume" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitSecondExternalId" Type="Edm.String" Nullable="false" MaxLength="20" sap:unicode="false" sap:label="HU ID 2" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitTareVolume" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="HandlingUnitTareVolumeUnit" sap:label="Tare Volume" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitTareVolumeUnit" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Volume Unit" sap:sortable="false" sap:filterable="false" sap:semantics="unit-of-measure"/>
<Property Name="HandlingUnitTareWeight" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="HandlingUnitTareWeightUnit" sap:label="Tare Weight" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitTareWeightUnit" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Unit of Weight" sap:sortable="false" sap:filterable="false" sap:semantics="unit-of-measure"/>
<Property Name="HandlingUnitUoMDimension" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Unit" sap:sortable="false" sap:filterable="false" sap:semantics="unit-of-measure"/>
<Property Name="HandlingUnitWidth" Type="Edm.Decimal" Nullable="false" Precision="13" Scale="3" sap:unicode="false" sap:unit="HandlingUnitUoMDimension" sap:label="Width" sap:sortable="false" sap:filterable="false"/>
<Property Name="LastChangeDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Changed On" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="LastChangedByUser" Type="Edm.String" MaxLength="12" sap:unicode="false" sap:label="Changed By" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="LastChangeTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Time of change" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="NetWeight" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="WeightUnit" sap:label="Loading Weight" sap:sortable="false" sap:filterable="false"/>
<Property Name="PackagingMaterial" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="PackMaterials" sap:sortable="false" sap:filterable="false"/>
<Property Name="PackagingMaterialCategory" Type="Edm.String" Nullable="false" MaxLength="1" sap:unicode="false" sap:label="Pack. Mat. Cat." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PackagingMaterialGroup" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Matl Grp Pckmat" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PackagingMaterialType" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Packag.Mat.Type" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PackingInstructionNumber" Type="Edm.String" Nullable="false" MaxLength="20" sap:unicode="false" sap:label="Packing object" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="ShippingPoint" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Shipping Point" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="VolumeUnit" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Volume Unit" sap:sortable="false" sap:filterable="false" sap:semantics="unit-of-measure"/>
<Property Name="WeightUnit" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Unit of Weight" sap:sortable="false" sap:filterable="false" sap:semantics="unit-of-measure"/>
<!-- <NavigationProperty Name="to_HandlingUnitItemDelivery" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_HuHeader_HuItem" FromRole="FromRole_assoc_HuHeader_HuItem" ToRole="ToRole_assoc_HuHeader_HuItem"/> -->
</EntityType>
<EntityType Name="A_HandlingUnitItemDeliveryType" sap:label="Handling Unit Items" sap:content-version="2">
<Key>
<PropertyRef Name="HandlingUnitInternalId"/>
<PropertyRef Name="HandlingUnitItem"/>
</Key>
<Property Name="Batch" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Batch" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocumentItem" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Item" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitExternalId" Type="Edm.String" Nullable="false" MaxLength="20" sap:unicode="false" sap:label="Handling Unit" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitInternalId" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Internal HU no." sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitItem" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="HU item" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitNestedInternalId" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Lower-level HU" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitNrOfAuxPackgMat" Type="Edm.Int32" Nullable="false" sap:unicode="false" sap:label="No.AuxPckgMatls" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitNumberOfSerialnumb" Type="Edm.Int32" Nullable="false" sap:unicode="false" sap:label="No.serial no." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitQuantity" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="3" sap:unicode="false" sap:unit="HandlingUnitQuantityUnit" sap:label="Packed Quantity" sap:sortable="false" sap:filterable="false"/>
<Property Name="HandlingUnitQuantityUnit" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="UoM of HU item" sap:sortable="false" sap:filterable="false" sap:semantics="unit-of-measure"/>
<Property Name="HandlingUnitTypeOfContent" Type="Edm.String" Nullable="false" MaxLength="1" sap:unicode="false" sap:label="Item type" sap:sortable="false" sap:filterable="false"/>
<Property Name="Material" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Material" sap:sortable="false" sap:filterable="false"/>
<Property Name="MaterialByCustomer" Type="Edm.String" Nullable="false" MaxLength="35" sap:unicode="false" sap:label="Partner mat." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="MaterialName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Description" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SerialNumberProfile" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="SerialNoProfile" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</EntityType>
<EntityType Name="A_OutbDeliveryAddress2Type" sap:label="Outbound Delivery Partner Addresses 2" sap:content-version="2">
<Key>
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="PartnerFunction"/>
</Key>
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="SD Document" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PartnerFunction" Type="Edm.String" Nullable="false" MaxLength="2" sap:unicode="false" sap:label="Partner Functn" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryVersion" Type="Edm.String" Nullable="false" MaxLength="4" ConcurrencyMode="Fixed" sap:unicode="false" sap:label="DLV.Version" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="AdditionalStreetPrefixName" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Street 3" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Address Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="AdditionalStreetSuffixName" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Street 5" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="AddressTimeZone" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Time Zone" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Building" Type="Edm.String" MaxLength="20" sap:unicode="false" sap:label="Building Code" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerName1" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Name" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerName2" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Name 2" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerName3" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Name 3" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerName4" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Name 4" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PersonFamilyName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Last Name" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PersonGivenName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="First Name" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CareOfName" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="c/o" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CityName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="City" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CompanyPostalCode" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Company Post Cd" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CorrespondenceLanguage" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Language" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Country" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Country/Reg." sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="County" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="County" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryServiceNumber" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery Service No." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryServiceTypeCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Delvry Serv Type" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="District" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="District" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="EmailAddress" Type="Edm.String" MaxLength="241" sap:unicode="false" sap:label="Email Address" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="FaxNumber" Type="Edm.String" MaxLength="30" sap:unicode="false" sap:label="Fax" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="FaxNumberExtension" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Extension" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Floor" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Floor" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="FormOfAddress" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Title Key" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HomeCityName" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Different City" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HouseNumber" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="House Number" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HouseNumberSupplementText" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Supplement" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="MobilePhoneNumber" Type="Edm.String" MaxLength="30" sap:unicode="false" sap:label="Telephone" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PhoneNumber" Type="Edm.String" MaxLength="30" sap:unicode="false" sap:label="Telephone" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PhoneNumberExtension" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Extension" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBox" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="PO Box" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxDeviatingCityName" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="PO Box City" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxDeviatingCountry" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="PO Box C/R" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxDeviatingRegion" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="PO Region" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxIsWithoutNumber" Type="Edm.Boolean" sap:unicode="false" sap:label="PO Box w/o No." sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxLobbyName" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="PO Box Lobby" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxPostalCode" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="PO Box Post Cde" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PostalCode" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Postal Code" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PrfrdCommMediumType" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Comm. Method" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Region" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Region" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="RoomNumber" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Room Number" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="StreetName" Type="Edm.String" MaxLength="60" sap:unicode="false" sap:label="Street" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="StreetPrefixName" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Street 2" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="StreetSuffixName" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Street 4" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TaxJurisdiction" Type="Edm.String" Nullable="false" MaxLength="15" sap:unicode="false" sap:label="Tax Jurisdiction" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TransportZone" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Transport Zone" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</EntityType>
<EntityType Name="A_OutbDeliveryItemType" sap:label="Outbound Delivery Items" sap:content-version="2">
<Key>
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="DeliveryDocumentItem"/>
</Key>
<Property Name="ActualDeliveredQtyInBaseUnit" Type="Edm.Decimal" Precision="13" Scale="3" sap:unicode="false" sap:label="Qty (stckp.unt)" sap:creatable="false"/>
<Property Name="ActualDeliveryQuantity" Type="Edm.Decimal" Precision="13" Scale="3" sap:unicode="false" sap:label="Delivery qty"/>
<Property Name="AdditionalCustomerGroup1" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Customer Grp 1" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalCustomerGroup2" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Customer Grp 2" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalCustomerGroup3" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Customer Grp 3" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalCustomerGroup4" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Customer Grp 4" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalCustomerGroup5" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Customer Grp 5" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalMaterialGroup1" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="MaterialGroup 1" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalMaterialGroup2" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="MaterialGroup 2" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalMaterialGroup3" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="MaterialGroup 3" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalMaterialGroup4" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="MaterialGroup 4" sap:creatable="false" sap:updatable="false"/>
<Property Name="AdditionalMaterialGroup5" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="MaterialGroup 5" sap:creatable="false" sap:updatable="false"/>
<Property Name="AlternateProductNumber" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Alt.ProdNr." sap:creatable="false" sap:updatable="false"/>
<Property Name="BaseUnit" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Base Unit" sap:creatable="false" sap:updatable="false" sap:semantics="unit-of-measure"/>
<Property Name="Batch" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Batch" sap:creatable="false"/>
<Property Name="BatchBySupplier" Type="Edm.String" MaxLength="15" sap:unicode="false" sap:label="Supplier Batch" sap:creatable="false" sap:updatable="false"/>
<Property Name="BatchClassification" Type="Edm.String" MaxLength="18" sap:unicode="false" sap:label="Int.object no." sap:creatable="false" sap:updatable="false"/>
<Property Name="BOMExplosion" Type="Edm.String" MaxLength="8" sap:unicode="false" sap:label="BOM expl.number" sap:creatable="false" sap:updatable="false"/>
<Property Name="BusinessArea" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Business Area" sap:creatable="false" sap:updatable="false"/>
<Property Name="ConsumptionPosting" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Consumption" sap:creatable="false" sap:updatable="false"/>
<Property Name="ControllingArea" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="CO Area" sap:creatable="false" sap:updatable="false"/>
<Property Name="CostCenter" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Cost Center" sap:creatable="false" sap:updatable="false"/>
<Property Name="CreatedByUser" Type="Edm.String" MaxLength="12" sap:unicode="false" sap:label="Created By" sap:creatable="false" sap:updatable="false"/>
<Property Name="CreationDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Created On" sap:creatable="false" sap:updatable="false"/>
<Property Name="CreationTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Time" sap:creatable="false" sap:updatable="false"/>
<Property Name="CustEngineeringChgStatus" Type="Edm.String" MaxLength="17" sap:unicode="false" sap:label="Engin. change" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery" sap:updatable="false"/>
<Property Name="DeliveryDocumentItem" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Item" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryDocumentItemCategory" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Item category" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryDocumentItemText" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Description" sap:creatable="false"/>
<Property Name="DeliveryGroup" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Delivery Group" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryQuantityUnit" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Sales Unit" sap:updatable="false" sap:semantics="unit-of-measure"/>
<Property Name="DeliveryRelatedBillingStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Billing Status" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryToBaseQuantityDnmntr" Type="Edm.Decimal" Precision="5" Scale="0" sap:unicode="false" sap:label="Denominat." sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryToBaseQuantityNmrtr" Type="Edm.Decimal" Precision="5" Scale="0" sap:unicode="false" sap:label="Numerator" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryVersion" Type="Edm.String" MaxLength="4" ConcurrencyMode="Fixed" sap:unicode="false" sap:label="DLV.Version" sap:creatable="false" sap:updatable="false"/>
<Property Name="DepartmentClassificationByCust" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Department" sap:creatable="false" sap:updatable="false"/>
<Property Name="DistributionChannel" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Distr. Channel" sap:creatable="false" sap:updatable="false"/>
<Property Name="Division" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Division" sap:creatable="false" sap:updatable="false"/>
<Property Name="EUDeliveryItemARCStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="EU Delivery Item ARC Status" sap:creatable="false"/>
<Property Name="FixedShipgProcgDurationInDays" Type="Edm.Decimal" Precision="5" Scale="2" sap:unicode="false" sap:label="Fixed proc.time" sap:creatable="false" sap:updatable="false"/>
<Property Name="GLAccount" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="G/L Account" sap:creatable="false" sap:updatable="false"/>
<Property Name="GoodsMovementReasonCode" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Reason for mvt." sap:creatable="false" sap:updatable="false"/>
<Property Name="GoodsMovementStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="GoodsMovementSt" sap:creatable="false" sap:updatable="false"/>
<Property Name="GoodsMovementType" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Movement type" sap:creatable="false" sap:updatable="false"/>
<Property Name="HigherLvlItmOfBatSpltItm" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="HigherLevelItemBatch" sap:creatable="false" sap:updatable="false"/>
<Property Name="HigherLevelItem" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="Higher-Lev.Item" sap:creatable="false" sap:updatable="false"/>
<Property Name="InspectionLot" Type="Edm.String" MaxLength="12" sap:unicode="false" sap:label="Inspection Lot" sap:creatable="false" sap:updatable="false"/>
<Property Name="InspectionPartialLot" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="Partial lot" sap:creatable="false" sap:updatable="false"/>
<Property Name="IntercompanyBillingStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Interco. BillSt" sap:creatable="false" sap:updatable="false"/>
<Property Name="InternationalArticleNumber" Type="Edm.String" MaxLength="18" sap:unicode="false" sap:label="EAN/UPC" sap:creatable="false" sap:updatable="false"/>
<Property Name="InventorySpecialStockType" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Special Stock" sap:creatable="false" sap:updatable="false"/>
<Property Name="InventoryValuationType" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Valuation type" sap:creatable="false"/>
<Property Name="IsCompletelyDelivered" Type="Edm.Boolean" sap:unicode="false" sap:label="Deliv. Compl." sap:creatable="false" sap:updatable="false"/>
<Property Name="IsNotGoodsMovementsRelevant" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="No gds movement" sap:creatable="false" sap:updatable="false"/>
<Property Name="IsSeparateValuation" Type="Edm.Boolean" sap:unicode="false" sap:label="Separate val." sap:creatable="false" sap:updatable="false"/>
<Property Name="IssgOrRcvgBatch" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Receiving Batch" sap:creatable="false" sap:updatable="false"/>
<Property Name="IssgOrRcvgMaterial" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Receiving Mat." sap:creatable="false" sap:updatable="false"/>
<Property Name="IssgOrRcvgSpclStockInd" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Sp.ind.st.tfr." sap:creatable="false" sap:updatable="false"/>
<Property Name="IssgOrRcvgStockCategory" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Stock Category" sap:creatable="false" sap:updatable="false"/>
<Property Name="IssgOrRcvgValuationType" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Val. Type Tfr." sap:creatable="false" sap:updatable="false"/>
<Property Name="IssuingOrReceivingPlant" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Receiving plant" sap:creatable="false" sap:updatable="false"/>
<Property Name="IssuingOrReceivingStorageLoc" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Receiving SLoc." sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemBillingBlockReason" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Block" sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemBillingIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item Bill.Data" sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemDeliveryIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item Deliv.Data" sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemGdsMvtIncompletionSts" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item data: GM" sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemGeneralIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item" sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemGrossWeight" Type="Edm.Decimal" Precision="15" Scale="3" sap:unicode="false" sap:label="Gross Weight" sap:creatable="false"/>
<Property Name="ItemIsBillingRelevant" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Relev.for Bill." sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemNetWeight" Type="Edm.Decimal" Precision="15" Scale="3" sap:unicode="false" sap:label="Net Weight" sap:creatable="false"/>
<Property Name="ItemPackingIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="It.data pckgng" sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemPickingIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item data pck/putawy" sap:creatable="false" sap:updatable="false"/>
<Property Name="ItemVolume" Type="Edm.Decimal" Precision="15" Scale="3" sap:unicode="false" sap:label="Volume" sap:creatable="false"/>
<Property Name="ItemVolumeUnit" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Volume Unit" sap:creatable="false" sap:semantics="unit-of-measure"/>
<Property Name="ItemWeightUnit" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Unit of Weight" sap:creatable="false" sap:semantics="unit-of-measure"/>
<Property Name="LastChangeDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Changed On" sap:creatable="false" sap:updatable="false"/>
<Property Name="LoadingGroup" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Loading Group" sap:creatable="false" sap:updatable="false"/>
<Property Name="ManufactureDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Date of Manuf." sap:creatable="false"/>
<Property Name="Material" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="Material" sap:creatable="false" sap:updatable="false"/>
<Property Name="MaterialByCustomer" Type="Edm.String" MaxLength="35" sap:unicode="false" sap:label="Cust. Material" sap:creatable="false"/>
<Property Name="MaterialFreightGroup" Type="Edm.String" MaxLength="8" sap:unicode="false" sap:label="Mat.freight grp" sap:creatable="false" sap:updatable="false"/>
<Property Name="MaterialGroup" Type="Edm.String" MaxLength="9" sap:unicode="false" sap:label="Material Group" sap:creatable="false" sap:updatable="false"/>
<Property Name="MaterialIsBatchManaged" Type="Edm.Boolean" sap:unicode="false" sap:label="Batch Mgmt Rqt" sap:creatable="false" sap:updatable="false"/>
<Property Name="MaterialIsIntBatchManaged" Type="Edm.Boolean" sap:unicode="false" sap:label="Batches" sap:creatable="false" sap:updatable="false"/>
<Property Name="NumberOfSerialNumbers" Type="Edm.Int32" sap:unicode="false" sap:label="No.serial no." sap:creatable="false" sap:updatable="false"/>
<Property Name="OrderID" Type="Edm.String" MaxLength="12" sap:unicode="false" sap:label="Order" sap:creatable="false" sap:updatable="false"/>
<Property Name="OrderItem" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Order item no." sap:creatable="false" sap:updatable="false"/>
<Property Name="OriginalDeliveryQuantity" Type="Edm.Decimal" Precision="13" Scale="3" sap:unicode="false" sap:label="Delivery Qty" sap:creatable="false" sap:updatable="false"/>
<Property Name="OriginallyRequestedMaterial" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="MaterialEntered" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverdelivTolrtdLmtRatioInPct" Type="Edm.Decimal" Precision="3" Scale="1" sap:unicode="false" sap:label="Overdeliv. Tol." sap:creatable="false" sap:updatable="false"/>
<Property Name="PackingStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Packing status" sap:creatable="false" sap:updatable="false"/>
<Property Name="PartialDeliveryIsAllowed" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Part.Dlv./Item" sap:creatable="false" sap:updatable="false"/>
<Property Name="PaymentGuaranteeForm" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="PaytGuarantForm" sap:creatable="false" sap:updatable="false"/>
<Property Name="PickingConfirmationStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Confirmation" sap:creatable="false" sap:updatable="false"/>
<Property Name="PickingControl" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Picking ID" sap:creatable="false" sap:updatable="false"/>
<Property Name="PickingStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Picking status" sap:creatable="false" sap:updatable="false"/>
<Property Name="Plant" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Plant" sap:creatable="false" sap:updatable="false"/>
<Property Name="PrimaryPostingSwitch" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Main posting id" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProductAvailabilityDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Mat.Avail.Date" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProductAvailabilityTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Matl Staging Tme" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProductConfiguration" Type="Edm.String" MaxLength="18" sap:unicode="false" sap:label="Configuration" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProductHierarchyNode" Type="Edm.String" MaxLength="18" sap:unicode="false" sap:label="Prod. Hierarchy" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProfitabilitySegment" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Profit. Segment" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProfitCenter" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Profit Center" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProofOfDeliveryRelevanceCode" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="POD rel. RC/SC" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProofOfDeliveryStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="POD status" sap:creatable="false" sap:updatable="false"/>
<Property Name="QuantityIsFixed" Type="Edm.Boolean" sap:unicode="false" sap:label="Qty. is fixed" sap:creatable="false" sap:updatable="false"/>
<Property Name="ReceivingPoint" Type="Edm.String" MaxLength="25" sap:unicode="false" sap:label="Recv. Point" sap:creatable="false" sap:updatable="false"/>
<Property Name="ReferenceDocumentLogicalSystem" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="PrDocLogSys" sap:creatable="false" sap:updatable="false"/>
<Property Name="ReferenceSDDocument" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Ref. Document" sap:updatable="false"/>
<Property Name="ReferenceSDDocumentCategory" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Prec.Doc.Categ." sap:creatable="false" sap:updatable="false"/>
<Property Name="ReferenceSDDocumentItem" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="Reference Item" sap:updatable="false"/>
<Property Name="RetailPromotion" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Promotion" sap:creatable="false" sap:updatable="false"/>
<Property Name="SalesDocumentItemType" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item Type" sap:creatable="false" sap:updatable="false"/>
<Property Name="SalesGroup" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Sales Group" sap:creatable="false" sap:updatable="false"/>
<Property Name="SalesOffice" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Sales Office" sap:creatable="false" sap:updatable="false"/>
<Property Name="SDDocumentCategory" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Document Cat." sap:creatable="false" sap:updatable="false"/>
<Property Name="SDProcessStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Overall Status" sap:creatable="false" sap:updatable="false"/>
<Property Name="ShelfLifeExpirationDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="SLED/BBD" sap:creatable="false"/>
<Property Name="StatisticsDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Statistics Date" sap:creatable="false" sap:updatable="false"/>
<Property Name="StockType" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Stock Type" sap:creatable="false" sap:updatable="false"/>
<Property Name="StorageBin" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Storage Bin" sap:creatable="false" sap:updatable="false"/>
<Property Name="StorageLocation" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Stor. Location" sap:creatable="false"/>
<Property Name="StorageType" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Storage Type" sap:creatable="false" sap:updatable="false"/>
<Property Name="SubsequentMovementType" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Sub.movmnt type" sap:creatable="false" sap:updatable="false"/>
<Property Name="TransportationGroup" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Trans. Group" sap:creatable="false" sap:updatable="false"/>
<Property Name="UnderdelivTolrtdLmtRatioInPct" Type="Edm.Decimal" Precision="3" Scale="1" sap:unicode="false" sap:label="Underdel. Tol." sap:creatable="false" sap:updatable="false"/>
<Property Name="UnlimitedOverdeliveryIsAllowed" Type="Edm.Boolean" sap:unicode="false" sap:label="Unlimited" sap:creatable="false" sap:updatable="false"/>
<Property Name="VarblShipgProcgDurationInDays" Type="Edm.Decimal" Precision="5" Scale="2" sap:unicode="false" sap:label="Var. proc. time" sap:creatable="false" sap:updatable="false"/>
<Property Name="Warehouse" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Warehouse No." sap:creatable="false" sap:updatable="false"/>
<Property Name="WarehouseActivityStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="WM activ.status" sap:creatable="false" sap:updatable="false"/>
<Property Name="WarehouseStagingArea" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Staging Area" sap:creatable="false" sap:updatable="false"/>
<Property Name="WarehouseStockCategory" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Stock Category" sap:creatable="false" sap:updatable="false"/>
<Property Name="WarehouseStorageBin" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Storage Bin" sap:creatable="false" sap:updatable="false"/>
<NavigationProperty Name="to_SerialDeliveryItem" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Item_Serial" FromRole="FromRole_assoc_Item_Serial" ToRole="ToRole_assoc_Item_Serial"/>
<NavigationProperty Name="to_DocumentFlow" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Item_DocFlow" FromRole="FromRole_assoc_Item_DocFlow" ToRole="ToRole_assoc_Item_DocFlow"/>
<NavigationProperty Name="to_HandlingUnitItemDelivery" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_DeliveryItem_HuItem" FromRole="FromRole_assoc_DeliveryItem_HuItem" ToRole="ToRole_assoc_DeliveryItem_HuItem"/>
<NavigationProperty Name="to_DeliveryDocumentItemText" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Item_Text" FromRole="FromRole_assoc_Item_Text" ToRole="ToRole_assoc_Item_Text"/>
</EntityType>
<EntityType Name="A_OutbDeliveryHeaderType" sap:label="Outbound Delivery Headers" sap:content-version="2">
<Key>
<PropertyRef Name="DeliveryDocument"/>
</Key>
<Property Name="ActualDeliveryRoute" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="Route" sap:creatable="false" sap:updatable="false"/>
<Property Name="Shippinglocationtimezone" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Del. loc. tzone" sap:creatable="false" sap:updatable="false"/>
<Property Name="ActualGoodsMovementDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Actual GI Date" sap:creatable="false"/>
<Property Name="Receivinglocationtimezone" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Rec. time zone" sap:creatable="false" sap:updatable="false"/>
<Property Name="ActualGoodsMovementTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="GI Time" sap:creatable="false" sap:updatable="false"/>
<Property Name="BillingDocumentDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Billing Date" sap:creatable="false" sap:updatable="false"/>
<Property Name="BillOfLading" Type="Edm.String" MaxLength="35" sap:unicode="false" sap:label="Bill of Lading" sap:creatable="false"/>
<Property Name="CompleteDeliveryIsDefined" Type="Edm.Boolean" sap:unicode="false" sap:label="Complete Dlv." sap:creatable="false" sap:updatable="false"/>
<Property Name="ConfirmationTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Confirm. Time" sap:creatable="false" sap:updatable="false"/>
<Property Name="CreatedByUser" Type="Edm.String" MaxLength="12" sap:unicode="false" sap:label="Created By" sap:creatable="false" sap:updatable="false"/>
<Property Name="CreationDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Created On" sap:creatable="false" sap:updatable="false"/>
<Property Name="CreationTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Time" sap:creatable="false" sap:updatable="false"/>
<Property Name="CustomerGroup" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Customer Group" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryBlockReason" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Delivery Block" sap:creatable="false"/>
<Property Name="DeliveryDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Delivery Date" sap:creatable="false"/>
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryDocumentBySupplier" Type="Edm.String" MaxLength="35" sap:unicode="false" sap:label="Ext. Delivery" sap:creatable="false"/>
<Property Name="DeliveryDocumentType" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Delivery Type" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryIsInPlant" Type="Edm.Boolean" sap:unicode="false" sap:label="In Plant" sap:creatable="false" sap:updatable="false"/>
<Property Name="DeliveryPriority" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Delivery Prior." sap:creatable="false"/>
<Property Name="DeliveryTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="TimeOfDelivery" sap:creatable="false"/>
<Property Name="DeliveryVersion" Type="Edm.String" MaxLength="4" ConcurrencyMode="Fixed" sap:unicode="false" sap:label="DLV.Version" sap:creatable="false" sap:updatable="false"/>
<Property Name="DepreciationPercentage" Type="Edm.Decimal" Precision="5" Scale="2" sap:unicode="false" sap:label="Depreciation" sap:creatable="false" sap:updatable="false"/>
<Property Name="DistrStatusByDecentralizedWrhs" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="StatDecntrlWhse" sap:creatable="false" sap:updatable="false"/>
<Property Name="DocumentDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Document Date" sap:creatable="false" sap:updatable="false"/>
<Property Name="ExternalIdentificationType" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Type Ext. Ident" sap:creatable="false" sap:updatable="false"/>
<Property Name="ExternalTransportSystem" Type="Edm.String" MaxLength="5" sap:unicode="false" sap:label="ID Transp.Syst." sap:creatable="false" sap:updatable="false"/>
<Property Name="FactoryCalendarByCustomer" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="FactoryCalendar" sap:creatable="false" sap:updatable="false"/>
<Property Name="GoodsIssueOrReceiptSlipNumber" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="GR/GI Slip No." sap:creatable="false" sap:updatable="false"/>
<Property Name="GoodsIssueTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="GI Time" sap:creatable="false"/>
<Property Name="HandlingUnitInStock" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="HU in Stock" sap:creatable="false" sap:updatable="false"/>
<Property Name="HdrGeneralIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Header Data" sap:creatable="false" sap:updatable="false"/>
<Property Name="HdrGoodsMvtIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Head. Data GM" sap:creatable="false" sap:updatable="false"/>
<Property Name="HeaderBillgIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Header Bill.Dat" sap:creatable="false" sap:updatable="false"/>
<Property Name="HeaderBillingBlockReason" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Billing Block" sap:creatable="false" sap:updatable="false"/>
<Property Name="HeaderDelivIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Header Dlv.Data" sap:creatable="false" sap:updatable="false"/>
<Property Name="HeaderGrossWeight" Type="Edm.Decimal" Precision="15" Scale="3" sap:unicode="false" sap:label="Total Weight" sap:creatable="false"/>
<Property Name="HeaderNetWeight" Type="Edm.Decimal" Precision="15" Scale="3" sap:unicode="false" sap:label="Net Weight" sap:creatable="false"/>
<Property Name="HeaderPackingIncompletionSts" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Head.Data Pckg." sap:creatable="false" sap:updatable="false"/>
<Property Name="HeaderPickgIncompletionStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Head.Data Pck/Putawy" sap:creatable="false" sap:updatable="false"/>
<Property Name="HeaderVolume" Type="Edm.Decimal" Precision="15" Scale="3" sap:unicode="false" sap:label="Volume" sap:creatable="false"/>
<Property Name="HeaderVolumeUnit" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Volume Unit" sap:creatable="false" sap:semantics="unit-of-measure"/>
<Property Name="HeaderWeightUnit" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Unit of Weight" sap:creatable="false" sap:semantics="unit-of-measure"/>
<Property Name="IncotermsClassification" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Incoterms" sap:creatable="false"/>
<Property Name="IncotermsTransferLocation" Type="Edm.String" MaxLength="28" sap:unicode="false" sap:label="Incoterms 2" sap:creatable="false"/>
<Property Name="IntercompanyBillingDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Billing Date" sap:creatable="false" sap:updatable="false"/>
<Property Name="InternalFinancialDocument" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Financ.Doc.No." sap:creatable="false" sap:updatable="false"/>
<Property Name="IsDeliveryForSingleWarehouse" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="ID: Delivery Split" sap:creatable="false" sap:updatable="false"/>
<Property Name="IsExportDelivery" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Export" sap:creatable="false" sap:updatable="false"/>
<Property Name="LastChangeDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Changed On" sap:creatable="false" sap:updatable="false"/>
<Property Name="LastChangedByUser" Type="Edm.String" MaxLength="12" sap:unicode="false" sap:label="Changed By" sap:creatable="false" sap:updatable="false"/>
<Property Name="LoadingDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Loading Date" sap:creatable="false"/>
<Property Name="LoadingPoint" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Loading Point" sap:creatable="false" sap:updatable="false"/>
<Property Name="LoadingTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Loading Time" sap:creatable="false"/>
<Property Name="MeansOfTransport" Type="Edm.String" MaxLength="20" sap:unicode="false" sap:label="Mns of Trans.ID" sap:creatable="false"/>
<Property Name="MeansOfTransportRefMaterial" Type="Edm.String" MaxLength="40" sap:unicode="false" sap:label="MeansTransp." sap:creatable="false" sap:updatable="false"/>
<Property Name="MeansOfTransportType" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="MnsOfTrns Type" sap:creatable="false"/>
<Property Name="OrderCombinationIsAllowed" Type="Edm.Boolean" sap:unicode="false" sap:label="Order Combinat." sap:creatable="false" sap:updatable="false"/>
<Property Name="OrderID" Type="Edm.String" MaxLength="12" sap:unicode="false" sap:label="Order" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallDelivConfStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Confirmed" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallDelivReltdBillgStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Billing Status" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallGoodsMovementStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="TotalGdsMvtStat" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallIntcoBillingStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Totals Status" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallPackingStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Packing Status" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallPickingConfStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Confirmation" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallPickingStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Ovr.Pick.Status" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallProofOfDeliveryStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="POD Status" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallSDProcessStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Overall Status" sap:creatable="false" sap:updatable="false"/>
<Property Name="OverallWarehouseActivityStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="OverallWMStatus" sap:creatable="false" sap:updatable="false"/>
<Property Name="OvrlItmDelivIncompletionSts" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item Deliv.Data" sap:creatable="false" sap:updatable="false"/>
<Property Name="OvrlItmGdsMvtIncompletionSts" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item data: GM" sap:creatable="false" sap:updatable="false"/>
<Property Name="OvrlItmGeneralIncompletionSts" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Item Data" sap:creatable="false" sap:updatable="false"/>
<Property Name="OvrlItmPackingIncompletionSts" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="It.Data Packag." sap:creatable="false" sap:updatable="false"/>
<Property Name="OvrlItmPickingIncompletionSts" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="It.Data Pck/Putaway" sap:creatable="false" sap:updatable="false"/>
<Property Name="PaymentGuaranteeProcedure" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="Paym.Guar.Proc." sap:creatable="false" sap:updatable="false"/>
<Property Name="PickedItemsLocation" Type="Edm.String" MaxLength="20" sap:unicode="false" sap:label="PickedItmLocat." sap:creatable="false" sap:updatable="false"/>
<Property Name="PickingDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Pick Date" sap:creatable="false"/>
<Property Name="PickingTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Picking Time" sap:creatable="false"/>
<Property Name="PlannedGoodsIssueDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="Planned Gds Mvmt" sap:creatable="false"/>
<Property Name="ProofOfDeliveryDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="POD Date" sap:creatable="false" sap:updatable="false"/>
<Property Name="ProposedDeliveryRoute" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="Route" sap:creatable="false"/>
<Property Name="ReceivingPlant" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Receiving Plant" sap:creatable="false" sap:updatable="false"/>
<Property Name="RouteSchedule" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Route Schedule" sap:creatable="false" sap:updatable="false"/>
<Property Name="SalesDistrict" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="Sales District" sap:creatable="false" sap:updatable="false"/>
<Property Name="SalesOffice" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Sales Office" sap:creatable="false" sap:updatable="false"/>
<Property Name="SalesOrganization" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Sales Org." sap:creatable="false" sap:updatable="false"/>
<Property Name="SDDocumentCategory" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Document Cat." sap:creatable="false" sap:updatable="false"/>
<Property Name="ShipmentBlockReason" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="ShpmtBlReason" sap:creatable="false" sap:updatable="false"/>
<Property Name="ShippingCondition" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Shipping Cond." sap:creatable="false" sap:updatable="false"/>
<Property Name="ShippingPoint" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Shipping Point" sap:updatable="false"/>
<Property Name="ShippingType" Type="Edm.String" MaxLength="2" sap:unicode="false" sap:label="Shipping Type" sap:creatable="false" sap:updatable="false"/>
<Property Name="ShipToParty" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Ship-To Party" sap:creatable="false" sap:updatable="false"/>
<Property Name="SoldToParty" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Sold-To Party" sap:creatable="false" sap:updatable="false"/>
<Property Name="SpecialProcessingCode" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Spec.Processing" sap:creatable="false" sap:updatable="false"/>
<Property Name="StatisticsCurrency" Type="Edm.String" MaxLength="5" sap:unicode="false" sap:label="Stats. Currency" sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/>
<Property Name="Supplier" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Supplier" sap:creatable="false" sap:updatable="false"/>
<Property Name="TotalBlockStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Overall Blk St." sap:creatable="false" sap:updatable="false"/>
<Property Name="TotalCreditCheckStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="OverallCredStat" sap:creatable="false" sap:updatable="false"/>
<Property Name="TotalNumberOfPackage" Type="Edm.String" MaxLength="5" sap:unicode="false" sap:label="No. of Packages" sap:creatable="false" sap:updatable="false"/>
<Property Name="TransactionCurrency" Type="Edm.String" MaxLength="5" sap:unicode="false" sap:label="Doc. Currency" sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/>
<Property Name="TransportationGroup" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Trans. Group" sap:creatable="false" sap:updatable="false"/>
<Property Name="TransportationPlanningDate" Type="Edm.DateTime" Precision="7" sap:unicode="false" sap:label="TranspPlngDate" sap:creatable="false"/>
<Property Name="TransportationPlanningStatus" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Trns.Plan.Stat." sap:creatable="false" sap:updatable="false"/>
<Property Name="TransportationPlanningTime" Type="Edm.Time" Precision="0" sap:unicode="false" sap:label="Tr. Plan. Time" sap:creatable="false"/>
<Property Name="UnloadingPointName" Type="Edm.String" MaxLength="25" sap:unicode="false" sap:label="Unloading Point" sap:creatable="false"/>
<Property Name="Warehouse" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Warehouse No." sap:creatable="false" sap:updatable="false"/>
<Property Name="WarehouseGate" Type="Edm.String" MaxLength="3" sap:unicode="false" sap:label="Door for Whse" sap:creatable="false" sap:updatable="false"/>
<Property Name="WarehouseStagingArea" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Staging Area" sap:creatable="false" sap:updatable="false"/>
<NavigationProperty Name="to_DeliveryDocumentText" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Header_Text" FromRole="FromRole_assoc_Header_Text" ToRole="ToRole_assoc_Header_Text"/>
<NavigationProperty Name="to_HandlingUnitHeaderDelivery" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_DeliveryHeader_HuHeader" FromRole="FromRole_assoc_DeliveryHeader_HuHeader" ToRole="ToRole_assoc_DeliveryHeader_HuHeader"/>
<NavigationProperty Name="to_DeliveryDocumentPartner" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Header_Partner" FromRole="FromRole_assoc_Header_Partner" ToRole="ToRole_assoc_Header_Partner"/>
<NavigationProperty Name="to_DeliveryDocumentItem" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Header_Item" FromRole="FromRole_assoc_Header_Item" ToRole="ToRole_assoc_Header_Item"/>
</EntityType>
<EntityType Name="A_OutbDeliveryDocFlowType" sap:label="Outbound Delivery Document Flows" sap:content-version="2">
<Key>
<PropertyRef Name="PrecedingDocument"/>
<PropertyRef Name="PrecedingDocumentItem"/>
<PropertyRef Name="SubsequentDocumentCategory"/>
</Key>
<Property Name="Deliveryversion" Type="Edm.String" MaxLength="4" ConcurrencyMode="Fixed" sap:unicode="false" sap:label="DLV.Version" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PrecedingDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Preceding Doc." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PrecedingDocumentCategory" Type="Edm.String" MaxLength="4" sap:unicode="false" sap:label="Prec.Doc.Categ." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PrecedingDocumentItem" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Preceding Item" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Subsequentdocument" Type="Edm.String" MaxLength="10" sap:unicode="false" sap:label="Follow-on Doc." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="QuantityInBaseUnit" Type="Edm.Decimal" Precision="15" Scale="3" sap:unicode="false" sap:label="Quantity" sap:creatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SubsequentDocumentItem" Type="Edm.String" MaxLength="6" sap:unicode="false" sap:label="Subsequent Item" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SDFulfillmentCalculationRule" Type="Edm.String" MaxLength="1" sap:unicode="false" sap:label="Pos./Negative" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SubsequentDocumentCategory" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Subs.Doc.Categ." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TransferOrderInWrhsMgmtIsConfd" Type="Edm.Boolean" sap:unicode="false" sap:label="Confirmation ID" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</EntityType>
<EntityType Name="A_MaintenanceItemObjectType" sap:label="Outbound Delivery Maintenance Item Object Lists" sap:content-version="2">
<Key>
<PropertyRef Name="MaintenanceItemObject"/>
<PropertyRef Name="MaintenanceItemObjectList"/>
</Key>
<Property Name="Assembly" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Assembly" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Equipment" Type="Edm.String" Nullable="false" MaxLength="18" sap:unicode="false" sap:label="Equipment" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="FunctionalLocation" Type="Edm.String" Nullable="false" MaxLength="30" sap:unicode="false" sap:label="Functional loc." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="MaintenanceItemObject" Type="Edm.Int32" Nullable="false" sap:unicode="false" sap:label="Object counters" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="MaintenanceItemObjectList" Type="Edm.Int64" Nullable="false" sap:unicode="false" sap:label="Object list" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="MaintenanceNotification" Type="Edm.String" Nullable="false" MaxLength="12" sap:unicode="false" sap:label="Notification" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="MaintObjectLocAcctAssgmtNmbr" Type="Edm.String" Nullable="false" MaxLength="12" sap:unicode="false" sap:label="Loc/AccAssmt" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Material" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Material" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SerialNumber" Type="Edm.String" Nullable="false" MaxLength="18" sap:unicode="false" sap:label="Serial Number" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</EntityType>
<EntityType Name="A_SerialNmbrDeliveryType" sap:label="Outbound Delivery Maintenance Item Object List Headers" sap:content-version="2">
<Key>
<PropertyRef Name="MaintenanceItemObjectList"/>
</Key>
<Property Name="DeliveryDate" Type="Edm.DateTime" Nullable="false" Precision="7" sap:unicode="false" sap:label="Date" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocumentItem" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Item" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="MaintenanceItemObjectList" Type="Edm.Int64" Nullable="false" sap:unicode="false" sap:label="Object list" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SDDocumentCategory" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Document Cat." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<NavigationProperty Name="to_MaintenanceItemObject" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Serial_MaintenanceItemObject" FromRole="FromRole_assoc_Serial_MaintenanceItemObject" ToRole="ToRole_assoc_Serial_MaintenanceItemObject"/>
</EntityType>
<EntityType Name="A_OutbDeliveryPartnerType" sap:label="Outbound Delivery Partners" sap:content-version="2">
<Key>
<PropertyRef Name="PartnerFunction"/>
<PropertyRef Name="SDDocument"/>
</Key>
<Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Address Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerAddressUUID" Type="Edm.Guid" Nullable="false" sap:unicode="false" sap:label="GUID of a Business Partner Address" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="RefBusinessPartnerAddressUUID" Type="Edm.Guid" Nullable="false" sap:unicode="false" sap:label="GUID of a Business Partner Address" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="ContactPerson" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Contact Person" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Customer" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PartnerFunction" Type="Edm.String" Nullable="false" MaxLength="2" sap:unicode="false" sap:label="Partner Functn" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Personnel" Type="Edm.String" Nullable="false" MaxLength="8" sap:unicode="false" sap:label="Personnel No." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SDDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="SD Document" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SDDocumentItem" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Item" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Supplier" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<NavigationProperty Name="to_Address2" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Partner_Address2" FromRole="FromRole_assoc_Partner_Address2" ToRole="ToRole_assoc_Partner_Address2"/>
<NavigationProperty Name="to_Address" Relationship="API_OUTBOUND_DELIVERY_SRV.assoc_Partner_Address" FromRole="FromRole_assoc_Partner_Address" ToRole="ToRole_assoc_Partner_Address"/>
</EntityType>
<EntityType Name="A_OutbDeliveryAddressType" sap:label="Outbound Delivery Partner Addresses" sap:content-version="2">
<Key>
<PropertyRef Name="AddressID"/>
<PropertyRef Name="POBox"/>
<PropertyRef Name="POBoxDeviatingCountry"/>
</Key>
<Property Name="AdditionalStreetPrefixName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Street 3" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="AdditionalStreetSuffixName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Street 5" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Address Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="AddressTimeZone" Type="Edm.String" Nullable="false" MaxLength="6" sap:unicode="false" sap:label="Time Zone" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Building" Type="Edm.String" Nullable="false" MaxLength="20" sap:unicode="false" sap:label="Building Code" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerName1" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Name" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerName2" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Name 2" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerName3" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Name 3" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="BusinessPartnerName4" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Name 4" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CareOfName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="c/o" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CityCode" Type="Edm.String" Nullable="false" MaxLength="12" sap:unicode="false" sap:label="City Code" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CityName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="City" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CitySearch" Type="Edm.String" Nullable="false" MaxLength="25" sap:unicode="false" sap:label="City" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CompanyPostalCode" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Company Post Cd" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CorrespondenceLanguage" Type="Edm.String" Nullable="false" MaxLength="2" sap:unicode="false" sap:label="Language" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Country" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Country/Reg." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="County" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="County" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryServiceNumber" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Delivery Service No." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryServiceTypeCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Delvry Serv Type" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="District" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="District" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="FaxNumber" Type="Edm.String" Nullable="false" MaxLength="30" sap:unicode="false" sap:label="Fax" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Floor" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Floor" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="FormOfAddress" Type="Edm.String" Nullable="false" MaxLength="4" sap:unicode="false" sap:label="Title Key" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="FullName" Type="Edm.String" Nullable="false" MaxLength="80" sap:unicode="false" sap:label="Full Name" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HomeCityName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Different City" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HouseNumber" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="House Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="HouseNumberSupplementText" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Supplement" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Nation" Type="Edm.String" Nullable="false" MaxLength="1" sap:unicode="false" sap:label="Address Version" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Person" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Person Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PhoneNumber" Type="Edm.String" Nullable="false" MaxLength="30" sap:unicode="false" sap:label="Telephone" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBox" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="PO Box" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxDeviatingCityName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="PO Box City" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxDeviatingCountry" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="PO Box C/R" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxDeviatingRegion" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="PO Region" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxIsWithoutNumber" Type="Edm.Boolean" Nullable="false" sap:unicode="false" sap:label="PO Box w/o No." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxLobbyName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="PO Box Lobby" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="POBoxPostalCode" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="PO Box Post Cde" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PostalCode" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Postal Code" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="PrfrdCommMediumType" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Comm. Method" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Region" Type="Edm.String" Nullable="false" MaxLength="3" sap:unicode="false" sap:label="Region" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="RoomNumber" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Room Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SearchTerm1" Type="Edm.String" Nullable="false" MaxLength="20" sap:unicode="false" sap:label="Search Term 1" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="StreetName" Type="Edm.String" Nullable="false" MaxLength="60" sap:unicode="false" sap:label="Street" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="StreetPrefixName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Street 2" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="StreetSearch" Type="Edm.String" Nullable="false" MaxLength="25" sap:unicode="false" sap:label="Street" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="StreetSuffixName" Type="Edm.String" Nullable="false" MaxLength="40" sap:unicode="false" sap:label="Street 4" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TaxJurisdiction" Type="Edm.String" Nullable="false" MaxLength="15" sap:unicode="false" sap:label="Tax Jurisdiction" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="TransportZone" Type="Edm.String" Nullable="false" MaxLength="10" sap:unicode="false" sap:label="Transport Zone" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</EntityType>
<ComplexType Name="HuReturn">
<Property Name="SystemMessageIdentification" Type="Edm.String" MaxLength="20" sap:label="Message ID" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageNumber" Type="Edm.String" MaxLength="3" sap:label="Message Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageType" Type="Edm.String" MaxLength="1" sap:label="Message Type" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable1" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable2" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable3" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable4" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocument" Type="Edm.String" MaxLength="10" sap:label="Delivery" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</ComplexType>
<ComplexType Name="CreatedDeliveryItem">
<Property Name="DeliveryDocument" Type="Edm.String" Nullable="false" MaxLength="10" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocumentItem" Type="Edm.String" Nullable="false" MaxLength="6" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</ComplexType>
<ComplexType Name="PickingReport">
<Property Name="SystemMessageIdentification" Type="Edm.String" MaxLength="20" sap:label="Message ID" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageNumber" Type="Edm.String" MaxLength="3" sap:label="Message Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageType" Type="Edm.String" MaxLength="1" sap:label="Message Type" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable1" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable2" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable3" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable4" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Batch" Type="Edm.String" MaxLength="10" sap:label="Batch" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryQuantityUnit" Type="Edm.String" MaxLength="3" sap:label="Sales Unit" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" sap:semantics="unit-of-measure"/>
<Property Name="ActualDeliveryQuantity" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="DeliveryQuantityUnit" sap:label="Delivery Qty" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocumentItemText" Type="Edm.String" MaxLength="40" sap:label="Item Descr." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="Material" Type="Edm.String" MaxLength="40" sap:label="Material" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocumentItem" Type="Edm.String" MaxLength="6" sap:label="Item" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocument" Type="Edm.String" MaxLength="10" sap:label="Delivery" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</ComplexType>
<ComplexType Name="Return">
<Property Name="CollectiveProcessing" Type="Edm.String" MaxLength="10" sap:label="Group" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocument" Type="Edm.String" MaxLength="10" sap:label="SD Document" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="DeliveryDocumentItem" Type="Edm.String" MaxLength="6" sap:label="Item" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="ScheduleLine" Type="Edm.String" MaxLength="4" sap:label="Schedule Line" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CollectiveProcessingMsgCounter" Type="Edm.String" MaxLength="2" sap:label="Counter" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageIdentification" Type="Edm.String" MaxLength="20" sap:label="Message ID" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageNumber" Type="Edm.String" MaxLength="3" sap:label="Message Number" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageType" Type="Edm.String" MaxLength="1" sap:label="Message Type" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable1" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable2" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable3" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="SystemMessageVariable4" Type="Edm.String" MaxLength="50" sap:label="Message var." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
<Property Name="CollectiveProcessingType" Type="Edm.String" MaxLength="1" sap:label="Group Type" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
</ComplexType>
<Association Name="assoc_Serial_MaintenanceItemObject" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_SerialNmbrDeliveryType" Multiplicity="1" Role="FromRole_assoc_Serial_MaintenanceItemObject"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_MaintenanceItemObjectType" Multiplicity="*" Role="ToRole_assoc_Serial_MaintenanceItemObject"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_Serial_MaintenanceItemObject">
<PropertyRef Name="MaintenanceItemObjectList"/>
</Principal>
<Dependent Role="ToRole_assoc_Serial_MaintenanceItemObject">
<PropertyRef Name="MaintenanceItemObjectList"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_Item_Text" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType" Multiplicity="1" Role="FromRole_assoc_Item_Text"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemTextType" Multiplicity="*" Role="ToRole_assoc_Item_Text"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_Item_Text">
<PropertyRef Name="DeliveryDocumentItem"/>
<PropertyRef Name="DeliveryDocument"/>
</Principal>
<Dependent Role="ToRole_assoc_Item_Text">
<PropertyRef Name="DeliveryDocumentItem"/>
<PropertyRef Name="DeliveryDocument"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_DeliveryItem_HuItem" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType" Multiplicity="1" Role="FromRole_assoc_DeliveryItem_HuItem"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_HandlingUnitItemDeliveryType" Multiplicity="*" Role="ToRole_assoc_DeliveryItem_HuItem"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_DeliveryItem_HuItem">
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="DeliveryDocumentItem"/>
</Principal>
<Dependent Role="ToRole_assoc_DeliveryItem_HuItem">
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="DeliveryDocumentItem"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_Item_Serial" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType" Multiplicity="1" Role="FromRole_assoc_Item_Serial"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_SerialNmbrDeliveryType" Multiplicity="0..1" Role="ToRole_assoc_Item_Serial"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_Item_Serial">
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="DeliveryDocumentItem"/>
</Principal>
<Dependent Role="ToRole_assoc_Item_Serial">
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="DeliveryDocumentItem"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_Item_DocFlow" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType" Multiplicity="1" Role="FromRole_assoc_Item_DocFlow"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryDocFlowType" Multiplicity="*" Role="ToRole_assoc_Item_DocFlow"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_Item_DocFlow">
<PropertyRef Name="DeliveryDocument"/>
<PropertyRef Name="DeliveryDocumentItem"/>
</Principal>
<Dependent Role="ToRole_assoc_Item_DocFlow">
<PropertyRef Name="PrecedingDocument"/>
<PropertyRef Name="PrecedingDocumentItem"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_HuHeader_HuItem" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_HandlingUnitHeaderDeliveryType" Multiplicity="1" Role="FromRole_assoc_HuHeader_HuItem"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_HandlingUnitItemDeliveryType" Multiplicity="*" Role="ToRole_assoc_HuHeader_HuItem"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_HuHeader_HuItem">
<PropertyRef Name="HandlingUnitInternalId"/>
</Principal>
<Dependent Role="ToRole_assoc_HuHeader_HuItem">
<PropertyRef Name="HandlingUnitInternalId"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_HuItem_HuHeader" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_HandlingUnitItemDeliveryType" Multiplicity="1" Role="FromRole_assoc_HuItem_HuHeader"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_HandlingUnitHeaderDeliveryType" Multiplicity="1" Role="ToRole_assoc_HuItem_HuHeader"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_HuItem_HuHeader">
<PropertyRef Name="HandlingUnitInternalId"/>
</Principal>
<Dependent Role="ToRole_assoc_HuItem_HuHeader">
<PropertyRef Name="HandlingUnitInternalId"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_Header_Text" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType" Multiplicity="1" Role="FromRole_assoc_Header_Text"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderTextType" Multiplicity="*" Role="ToRole_assoc_Header_Text"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_Header_Text">
<PropertyRef Name="DeliveryDocument"/>
</Principal>
<Dependent Role="ToRole_assoc_Header_Text">
<PropertyRef Name="DeliveryDocument"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_DeliveryHeader_HuHeader" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType" Multiplicity="1" Role="FromRole_assoc_DeliveryHeader_HuHeader"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_HandlingUnitHeaderDeliveryType" Multiplicity="*" Role="ToRole_assoc_DeliveryHeader_HuHeader"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_DeliveryHeader_HuHeader">
<PropertyRef Name="DeliveryDocument"/>
</Principal>
<Dependent Role="ToRole_assoc_DeliveryHeader_HuHeader">
<PropertyRef Name="DeliveryDocument"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_Header_Item" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType" Multiplicity="1" Role="FromRole_assoc_Header_Item"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType" Multiplicity="*" Role="ToRole_assoc_Header_Item"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_Header_Item">
<PropertyRef Name="DeliveryDocument"/>
</Principal>
<Dependent Role="ToRole_assoc_Header_Item">
<PropertyRef Name="DeliveryDocument"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_Header_Partner" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType" Multiplicity="1" Role="FromRole_assoc_Header_Partner"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryPartnerType" Multiplicity="*" Role="ToRole_assoc_Header_Partner"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_Header_Partner">
<PropertyRef Name="DeliveryDocument"/>
</Principal>
<Dependent Role="ToRole_assoc_Header_Partner">
<PropertyRef Name="SDDocument"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_Partner_Address2" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryPartnerType" Multiplicity="1" Role="FromRole_assoc_Partner_Address2"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryAddress2Type" Multiplicity="1" Role="ToRole_assoc_Partner_Address2"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_Partner_Address2">
<PropertyRef Name="PartnerFunction"/>
<PropertyRef Name="SDDocument"/>
</Principal>
<Dependent Role="ToRole_assoc_Partner_Address2">
<PropertyRef Name="PartnerFunction"/>
<PropertyRef Name="DeliveryDocument"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="assoc_Partner_Address" sap:content-version="2">
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryPartnerType" Multiplicity="1" Role="FromRole_assoc_Partner_Address"/>
<End Type="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryAddressType" Multiplicity="1" Role="ToRole_assoc_Partner_Address"/>
</Association>
<EntityContainer Name="API_OUTBOUND_DELIVERY_SRV_Entities" m:IsDefaultEntityContainer="true" sap:supported-formats="atom json xlsx">
<EntitySet Name="A_OutbDeliveryItemText" EntityType="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemTextType" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<EntitySet Name="A_OutbDeliveryHeaderText" EntityType="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderTextType" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<EntitySet Name="A_HandlingUnitHeaderDelivery" EntityType="API_OUTBOUND_DELIVERY_SRV.A_HandlingUnitHeaderDeliveryType" sap:updatable="false" sap:deletable="false" sap:searchable="true" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<EntitySet Name="A_HandlingUnitItemDelivery" EntityType="API_OUTBOUND_DELIVERY_SRV.A_HandlingUnitItemDeliveryType" sap:updatable="false" sap:deletable="false" sap:searchable="true" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<EntitySet Name="A_OutbDeliveryAddress2" EntityType="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryAddress2Type" sap:creatable="false" sap:deletable="false" sap:searchable="true" sap:content-version="2"/>
<EntitySet Name="A_OutbDeliveryItem" EntityType="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType" sap:creatable="false" sap:searchable="true" sap:content-version="2"/>
<EntitySet Name="A_OutbDeliveryHeader" EntityType="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType" sap:searchable="true" sap:content-version="2"/>
<EntitySet Name="A_OutbDeliveryDocFlow" EntityType="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryDocFlowType" sap:creatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<EntitySet Name="A_MaintenanceItemObject" EntityType="API_OUTBOUND_DELIVERY_SRV.A_MaintenanceItemObjectType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<EntitySet Name="A_SerialNmbrDelivery" EntityType="API_OUTBOUND_DELIVERY_SRV.A_SerialNmbrDeliveryType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<EntitySet Name="A_OutbDeliveryPartner" EntityType="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryPartnerType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<EntitySet Name="A_OutbDeliveryAddress" EntityType="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryAddressType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="2"/>
<AssociationSet Name="assoc_DeliveryItem_HuItemSet" Association="API_OUTBOUND_DELIVERY_SRV.assoc_DeliveryItem_HuItem" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryItem" Role="FromRole_assoc_DeliveryItem_HuItem"/>
<End EntitySet="A_HandlingUnitItemDelivery" Role="ToRole_assoc_DeliveryItem_HuItem"/>
</AssociationSet>
<AssociationSet Name="assoc_Item_Serial_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Item_Serial" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryItem" Role="FromRole_assoc_Item_Serial"/>
<End EntitySet="A_SerialNmbrDelivery" Role="ToRole_assoc_Item_Serial"/>
</AssociationSet>
<AssociationSet Name="assoc_Header_Text_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Header_Text" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryHeader" Role="FromRole_assoc_Header_Text"/>
<End EntitySet="A_OutbDeliveryHeaderText" Role="ToRole_assoc_Header_Text"/>
</AssociationSet>
<AssociationSet Name="assoc_DeliveryHeader_HuHeaderSet" Association="API_OUTBOUND_DELIVERY_SRV.assoc_DeliveryHeader_HuHeader" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryHeader" Role="FromRole_assoc_DeliveryHeader_HuHeader"/>
<End EntitySet="A_HandlingUnitHeaderDelivery" Role="ToRole_assoc_DeliveryHeader_HuHeader"/>
</AssociationSet>
<AssociationSet Name="assoc_HuHeader_HuItemSet" Association="API_OUTBOUND_DELIVERY_SRV.assoc_HuHeader_HuItem" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_HandlingUnitHeaderDelivery" Role="FromRole_assoc_HuHeader_HuItem"/>
<End EntitySet="A_HandlingUnitItemDelivery" Role="ToRole_assoc_HuHeader_HuItem"/>
</AssociationSet>
<AssociationSet Name="assoc_HuItem_HuHeader_AssocSet" Association="API_OUTBOUND_DELIVERY_SRV.assoc_HuItem_HuHeader" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_HandlingUnitItemDelivery" Role="FromRole_assoc_HuItem_HuHeader"/>
<End EntitySet="A_HandlingUnitHeaderDelivery" Role="ToRole_assoc_HuItem_HuHeader"/>
</AssociationSet>
<AssociationSet Name="assoc_Partner_Address_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Partner_Address" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryPartner" Role="FromRole_assoc_Partner_Address"/>
<End EntitySet="A_OutbDeliveryAddress" Role="ToRole_assoc_Partner_Address"/>
</AssociationSet>
<AssociationSet Name="assoc_Partner_Address2_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Partner_Address2" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryPartner" Role="FromRole_assoc_Partner_Address2"/>
<End EntitySet="A_OutbDeliveryAddress2" Role="ToRole_assoc_Partner_Address2"/>
</AssociationSet>
<AssociationSet Name="assoc_Header_Item_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Header_Item" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryHeader" Role="FromRole_assoc_Header_Item"/>
<End EntitySet="A_OutbDeliveryItem" Role="ToRole_assoc_Header_Item"/>
</AssociationSet>
<AssociationSet Name="assoc_Header_Partner_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Header_Partner" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryHeader" Role="FromRole_assoc_Header_Partner"/>
<End EntitySet="A_OutbDeliveryPartner" Role="ToRole_assoc_Header_Partner"/>
</AssociationSet>
<AssociationSet Name="assoc_Item_Text_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Item_Text" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryItem" Role="FromRole_assoc_Item_Text"/>
<End EntitySet="A_OutbDeliveryItemText" Role="ToRole_assoc_Item_Text"/>
</AssociationSet>
<AssociationSet Name="assoc_Serial_MaintenanceItemObject_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Serial_MaintenanceItemObject" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_SerialNmbrDelivery" Role="FromRole_assoc_Serial_MaintenanceItemObject"/>
<End EntitySet="A_MaintenanceItemObject" Role="ToRole_assoc_Serial_MaintenanceItemObject"/>
</AssociationSet>
<AssociationSet Name="assoc_Item_DocFlow_Set" Association="API_OUTBOUND_DELIVERY_SRV.assoc_Item_DocFlow" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="2">
<End EntitySet="A_OutbDeliveryItem" Role="FromRole_assoc_Item_DocFlow"/>
<End EntitySet="A_OutbDeliveryDocFlow" Role="ToRole_assoc_Item_DocFlow"/>
</AssociationSet>
<FunctionImport Name="DeleteAllHandlingUnitsFromDelivery" ReturnType="API_OUTBOUND_DELIVERY_SRV.HuReturn" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
</FunctionImport>
<FunctionImport Name="CreateBatchSplitItem" ReturnType="API_OUTBOUND_DELIVERY_SRV.CreatedDeliveryItem" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType">
<Parameter Name="PickQuantityInSalesUOM" Type="Edm.Decimal" Mode="In" Precision="3" Scale="3" Nullable="true" sap:label="Pick quantity"/>
<Parameter Name="Batch" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Batch"/>
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
<Parameter Name="ActualDeliveryQuantity" Type="Edm.Decimal" Mode="In" Precision="3" Scale="3" sap:label="Delivery Qty"/>
<Parameter Name="DeliveryQuantityUnit" Type="Edm.String" Mode="In" MaxLength="3" sap:label="Sales Unit"/>
</FunctionImport>
<FunctionImport Name="PickAndBatchSplitOneItem" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
<Parameter Name="Batch" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Batch"/>
<Parameter Name="SplitQuantity" Type="Edm.Decimal" Mode="In" Precision="3" Scale="3" sap:label="Qty (stckp.unt)"/>
<Parameter Name="SplitQuantityUnit" Type="Edm.String" Mode="In" MaxLength="3" sap:label="Base Unit"/>
</FunctionImport>
<FunctionImport Name="AssignHandlingUnitToDelivery" ReturnType="API_OUTBOUND_DELIVERY_SRV.HuReturn" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="HandlingUnitExternalId" Type="Edm.String" Mode="In" MaxLength="20" sap:label="Handling Unit"/>
</FunctionImport>
<FunctionImport Name="SetPickingQuantityWithBaseQuantity" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="ActualDeliveredQtyInBaseUnit" Type="Edm.Decimal" Mode="In" Precision="3" Scale="3" sap:label="Qty (stckp.unt)"/>
<Parameter Name="BaseUnit" Type="Edm.String" Mode="In" MaxLength="3" sap:label="Base Unit"/>
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
</FunctionImport>
<FunctionImport Name="AddSerialNumberToDeliveryItem" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
<Parameter Name="SerialNumber" Type="Edm.String" Mode="In" MaxLength="18" sap:label="Serial Number"/>
</FunctionImport>
<FunctionImport Name="DeleteSerialNumberFromDeliveryItem" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
<Parameter Name="SerialNumber" Type="Edm.String" Mode="In" MaxLength="18" sap:label="Serial Number"/>
</FunctionImport>
<FunctionImport Name="DeleteAllSerialNumbersFromDeliveryItem" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
</FunctionImport>
<FunctionImport Name="PostGoodsIssue" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
</FunctionImport>
<FunctionImport Name="ReverseGoodsIssue" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.Return)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="ActualGoodsMovementDate" Type="Edm.DateTime" Mode="In" Precision="0" sap:label="Actual GI Date"/>
</FunctionImport>
<FunctionImport Name="ConfirmPickingAllItems" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
</FunctionImport>
<FunctionImport Name="ConfirmPickingOneItem" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
</FunctionImport>
<FunctionImport Name="PickAllItems" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
</FunctionImport>
<FunctionImport Name="PickOneItem" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
</FunctionImport>
<FunctionImport Name="PickOneItemWithSalesQuantity" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="ActualDeliveryQuantity" Type="Edm.Decimal" Mode="In" Precision="3" Scale="3" sap:label="Delivery qty"/>
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
<Parameter Name="DeliveryQuantityUnit" Type="Edm.String" Mode="In" MaxLength="3" sap:label="Sales Unit"/>
</FunctionImport>
<FunctionImport Name="PickOneItemWithBaseQuantity" ReturnType="Collection(API_OUTBOUND_DELIVERY_SRV.PickingReport)" m:HttpMethod="POST" sap:action-for="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType">
<Parameter Name="DeliveryDocument" Type="Edm.String" Mode="In" MaxLength="10" sap:label="Delivery"/>
<Parameter Name="DeliveryDocumentItem" Type="Edm.String" Mode="In" MaxLength="6" sap:label="Item"/>
<Parameter Name="ActualDeliveredQtyInBaseUnit" Type="Edm.Decimal" Mode="In" Precision="3" Scale="3" sap:label="Qty (stckp.unt)"/>
<Parameter Name="BaseUnit" Type="Edm.String" Mode="In" MaxLength="3" sap:label="Base Unit"/>
</FunctionImport>
</EntityContainer>
<Annotation Term="Core.SchemaVersion" String="2.1.0" xmlns="http://docs.oasis-open.org/odata/ns/edm"/>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_OutbDeliveryDocFlow" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.IndexableByKey"/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType/ShippingPoint" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.SAPObjectNodeTypeReference" String="ShippingPoint"/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType/LoadingPoint" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.SAPObjectNodeTypeReference" String="LoadingPoint"/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType/OverallPackingStatus" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.SAPObjectNodeTypeReference" String="OverallPackingStatus"/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryHeaderType/DistrStatusByDecentralizedWrhs" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.SAPObjectNodeTypeReference" String="DistrStatusByDecentralizedWrhs"/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType/PickingControl" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.SAPObjectNodeTypeReference" String="PickingControl"/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.A_OutbDeliveryItemType/ItemIsBillingRelevant" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.SAPObjectNodeTypeReference" String="SDDocItemBillingRelevanceCode"/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_OutbDeliveryHeader" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery headers."/>
<PropertyValue Property="LongDescription" String="Reads all outbound delivery headers. You can narrow down the result by specifying filter conditions."/>
<PropertyValue Property="ReadByKeyRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery headers."/>
<PropertyValue Property="LongDescription" String="Reads all outbound delivery headers. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.InsertRestrictions">
<Record>
<PropertyValue Property="Description" String="Creates outbound deliveries with reference to preceding document."/>
<PropertyValue Property="LongDescription" String="Creates outbound deliveries with reference to a sales order, a stock transport order, or a returns purchase order."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.UpdateRestrictions">
<Record>
<PropertyValue Property="Description" String="Updates outbound delivery headers."/>
<PropertyValue Property="LongDescription" String="Updates outbound delivery headers using the delivery document."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.DeleteRestrictions">
<Record>
<PropertyValue Property="Description" String="Deletes outbound deliveries."/>
<PropertyValue Property="LongDescription" String="Deletes outbound deliveries using the delivery document number."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_DeliveryDocumentText"/>
<PropertyValue Property="InsertRestrictions">
<Record>
<PropertyValue Property="Description" String="Creates outbound delivery header texts."/>
<PropertyValue Property="LongDescription" String="Creates outbound delivery header texts using the delivery document, the text element and the text language."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_DeliveryDocumentText"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads texts of specific outbound delivery header."/>
<PropertyValue Property="LongDescription" String="Reads all texts of a specific outbound delivery header. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_DeliveryDocumentPartner"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads partners of specific outbound delivery header."/>
<PropertyValue Property="LongDescription" String="Reads all partners of a specific outbound delivery header. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_DeliveryDocumentItem"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads items of specific outbound delivery header."/>
<PropertyValue Property="LongDescription" String="Reads all items of a specific outbound delivery header. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_HandlingUnitHeaderDelivery"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads handling units headers of specific outbound delivery header."/>
<PropertyValue Property="LongDescription" String="Reads all handling units headers of a specific outbound delivery header. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_HandlingUnitHeaderDelivery"/>
<PropertyValue Property="InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false"/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_OutbDeliveryItem" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery items."/>
<PropertyValue Property="LongDescription" String="Reads all outbound delivery items. You can narrow down the result by specifying filter conditions."/>
<PropertyValue Property="ReadByKeyRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery items."/>
<PropertyValue Property="LongDescription" String="Reads all outbound delivery items. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.UpdateRestrictions">
<Record>
<PropertyValue Property="Description" String="Updates outbound delivery items."/>
<PropertyValue Property="LongDescription" String="Updates outbound delivery items using the delivery document and the delivery document item."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.DeleteRestrictions">
<Record>
<PropertyValue Property="Description" String="Deletes outbound delivery items."/>
<PropertyValue Property="LongDescription" String="Deletes outbound delivery items using the delivery document number and the delivery document item number."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SerialDeliveryItem"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads maintenance item object list headers of specific outbound delivery item."/>
<PropertyValue Property="LongDescription" String="Reads all maintenance item object list headers of a specific outbound delivery item."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_DocumentFlow"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads document flows of specific outbound delivery item."/>
<PropertyValue Property="LongDescription" String="Reads all document flows of a specific outbound delivery item."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_ValueAddedService"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads value added services of specific outbound delivery item."/>
<PropertyValue Property="LongDescription" String="Reads all value added services of a specific outbound delivery item."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_DeliveryDocumentItemText"/>
<PropertyValue Property="InsertRestrictions">
<Record>
<PropertyValue Property="Description" String="Creates outbound delivery item texts."/>
<PropertyValue Property="LongDescription" String="Creates outbound delivery item texts using the delivery document, the text element and the text language."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_DeliveryDocumentItemText"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads texts of specific outbound delivery item."/>
<PropertyValue Property="LongDescription" String="Reads all texts of a specific outbound delivery item. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_HandlingUnitItemDelivery"/>
<PropertyValue Property="Navigability" EnumMember="Capabilities.NavigationType/None"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_SerialNmbrDelivery" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_MaintenanceItemObject"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads maintenance item object lists of specific outbound delivery maintenance item object list header."/>
<PropertyValue Property="LongDescription" String="Reads all maintenance item object lists of a specific outbound delivery maintenance item object list header including, for example, the serial numbers. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_OutbDeliveryDocFlow" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.UpdateRestrictions">
<Record>
<PropertyValue Property="Description" String="Updates outbound delivery document flows."/>
<PropertyValue Property="LongDescription" String="Updates outbound delivery document flows using the delivery document (PrecedingDocument), the delivery document item (PrecedingDocumentItem) and the subsequent document category Q."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.ReadRestrictions">
<Record>
<PropertyValue Property="ReadByKeyRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery document flows by key."/>
<PropertyValue Property="LongDescription" String="Reads outbound delivery document flows using the delivery document (PrecedingDocument), the delivery document item (PrecedingDocumentItem) and the subsequent document category Q."/>
</Record>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_OutbDeliveryHeaderText" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.InsertRestrictions">
<Record>
<PropertyValue Property="Description" String="Creates outbound delivery header texts."/>
<PropertyValue Property="LongDescription" String="Creates outbound delivery header texts using the delivery document, the text element and the text language."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.DeleteRestrictions">
<Record>
<PropertyValue Property="Description" String="Deletes outbound delivery header texts."/>
<PropertyValue Property="LongDescription" String="Deletes outbound delivery header texts using the delivery document, the text element and the text language."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.UpdateRestrictions">
<Record>
<PropertyValue Property="Description" String="Updates outbound delivery header texts."/>
<PropertyValue Property="LongDescription" String="Updates outbound delivery header texts using the delivery document, the text element and the text language."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.ReadRestrictions">
<Record>
<PropertyValue Property="ReadByKeyRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery header texts by key."/>
<PropertyValue Property="LongDescription" String="Reads outbound delivery header texts using the delivery document, the text element and the text language."/>
</Record>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_OutbDeliveryItemText" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.InsertRestrictions">
<Record>
<PropertyValue Property="Description" String="Creates outbound delivery item texts."/>
<PropertyValue Property="LongDescription" String="Creates outbound delivery item texts using the delivery document, the delivery document item, the text element and the text language."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.DeleteRestrictions">
<Record>
<PropertyValue Property="Description" String="Deletes outbound delivery item texts."/>
<PropertyValue Property="LongDescription" String="Deletes outbound delivery item texts using the delivery document, the delivery document item, the text element and the text language."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.UpdateRestrictions">
<Record>
<PropertyValue Property="Description" String="Updates outbound delivery item texts."/>
<PropertyValue Property="LongDescription" String="Updates outbound delivery item texts using the delivery document, the delivery document item, the text element and the text language."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.ReadRestrictions">
<Record>
<PropertyValue Property="ReadByKeyRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery item texts by key."/>
<PropertyValue Property="LongDescription" String="Reads outbound delivery item texts using the delivery document, the delivery document item, the text element and the text language."/>
</Record>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_OutbDeliveryPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_Address"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads addresses of specific outbound delivery partner."/>
<PropertyValue Property="LongDescription" String="Reads all addresses of a specific outbound delivery partner. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_Address2"/>
<PropertyValue Property="ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads addresses of specific outbound delivery partner."/>
<PropertyValue Property="LongDescription" String="Reads all addresses of a specific outbound delivery partner. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_OutbDeliveryAddress2" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery partner addresses."/>
<PropertyValue Property="LongDescription" String="Reads all outbound delivery partner addresses. You can narrow down the result by specifying filter conditions."/>
<PropertyValue Property="ReadByKeyRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery partner addresses."/>
<PropertyValue Property="LongDescription" String="Reads all outbound delivery partner addresses. You can narrow down the result by specifying filter conditions."/>
</Record>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.UpdateRestrictions">
<Record>
<PropertyValue Property="Description" String="Updates outbound delivery partner addresses."/>
<PropertyValue Property="LongDescription" String="Updates outbound delivery partner addresses using the delivery document and the partner function."/>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_HandlingUnitHeaderDelivery" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery handling unit headers."/>
<PropertyValue Property="LongDescription" String="Reads all handling unit headers. You can narrow down the result by specifying filter conditions."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_HandlingUnitItemDelivery"/>
<PropertyValue Property="Navigability" EnumMember="Capabilities.NavigationType/None"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Capabilities.InsertRestrictions">
<Record>
<PropertyValue Property="Description" String="Creates handling unit headers."/>
<PropertyValue Property="LongDescription" String="Creates handling unit headers using the delivery document."/>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/A_HandlingUnitItemDelivery" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.ReadRestrictions">
<Record>
<PropertyValue Property="Description" String="Reads outbound delivery handling unit items."/>
<PropertyValue Property="LongDescription" String="Reads all handling unit items. You can narrow down the result by specifying filter conditions."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.InsertRestrictions">
<Record>
<PropertyValue Property="Description" String="Creates handling unit items."/>
<PropertyValue Property="LongDescription" String="Creates handling unit items using the delivery document, delivery document item and handling unit header."/>
</Record>
</Annotation>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/PostGoodsIssue" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Posts goods issue for outbound delivery."/>
<Annotation Term="Core.LongDescription" String="Posts goods issue for the outbound delivery."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/ReverseGoodsIssue" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Reverses goods issue for outbound delivery."/>
<Annotation Term="Core.LongDescription" String="Reverses the goods issues for the outbound delivery."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/PickAndBatchSplitOneItem" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Performs batch split and sets picked quantity."/>
<Annotation Term="Core.LongDescription" String="Performs a batch split for the specified delivery item and sets a value for the picked quantity."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/SetPickingQuantityWithBaseQuantity" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Sets picked quantity in base unit of measure for delivery item."/>
<Annotation Term="Core.LongDescription" String="Sets the picked quantity in base unit of measure of the specified delivery item."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/AddSerialNumberToDeliveryItem" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Adds serial number to outbound delivery item."/>
<Annotation Term="Core.LongDescription" String="Adds a serial number to the specified outbound delivery item."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/DeleteSerialNumberFromDeliveryItem" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Deletes serial number from outbound delivery item."/>
<Annotation Term="Core.LongDescription" String="Deletes the specified serial number from the outbound delivery item."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/DeleteAllSerialNumbersFromDeliveryItem" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Deletes all serial numbers from outbound delivery item."/>
<Annotation Term="Core.LongDescription" String="Deletes all serial numbers from the outbound delivery item."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/ConfirmPickingAllItems" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Confirms picked quantity of outbound delivery items."/>
<Annotation Term="Core.LongDescription" String="Confirms the picked quantity of all outbound delivery items."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/ConfirmPickingOneItem" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Confirms picked quantity of outbound delivery item."/>
<Annotation Term="Core.LongDescription" String="Confirms the picked quantity of the specified outbound delivery item."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/PickAllItems" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Takes over delivery quantity as picked quantity for all outbound delivery items."/>
<Annotation Term="Core.LongDescription" String="Takes over the delivery quantity as the picked quantity for all items of the outbound delivery."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/PickOneItem" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Takes over delivery quantity as picked quantity for specified outbound delivery item."/>
<Annotation Term="Core.LongDescription" String="Takes over the delivery quantity as the picked quantity for the specified outbound delivery item."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/PickOneItemWithSalesQuantity" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Sets picked quantity and delivery quantity for outbound delivery item."/>
<Annotation Term="Core.LongDescription" String="Sets the same value for picked quantity and delivery quantity in sales unit of measure for the specified outbound delivery item."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/PickOneItemWithBaseQuantity" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Sets picked quantity and delivery quantity for outbound delivery item."/>
<Annotation Term="Core.LongDescription" String="Sets the same value for picked quantity and delivery quantity in base unit of measure for the specified outbound delivery item."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/CreateBatchSplitItem" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Performs a batch split for the outbound delivery item."/>
<Annotation Term="Core.LongDescription" String="Creates a batch split item and sets a value for the delivery quantity."/>
</Annotations>
<Annotations Target="API_OUTBOUND_DELIVERY_SRV.API_OUTBOUND_DELIVERY_SRV_Entities/DeleteAllHandlingUnitsFromDelivery" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Core.Description" String="Deletes all handling units from outbound delivery."/>
<Annotation Term="Core.LongDescription" String="Deletes all handling units from outbound delivery."/>
</Annotations>
<atom:link rel="self" href="https://mindsetbtpdev-btp-dev-com-delivery-trackapp.cfapps.us10.hana.ondemand.com/DeliveryTrackServi..." xmlns:atom="http://www.w3.org/2005/Atom"/>
<atom:link rel="latest-version" href="https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_OUTBOUND_DELIVERY_SRV;v=2/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/>
</Schema>
</edmx:DataServices>
</edmx:Edmx>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 27 | |
| 14 | |
| 13 | |
| 6 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.