UNPKG

grunt-tdevopsui5

Version:

UI5 tools for build/deploy/version managment of ui5 applicaton

923 lines (922 loc) 27.1 kB
<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:DataServices m:DataServiceVersion="2.0"> <Schema Namespace="ZSIMBA_SRV" xml:lang="en" sap:schema-version="1" xmlns="http://schemas.microsoft.com/ado/2008/09/edm" > <EntityType Name="TransferOrderItem" sap:content-version="1" > <Key> <PropertyRef Name="WarehouseNumber" /> <PropertyRef Name="OrderNumber" /> <PropertyRef Name="ItemNumber" /> </Key> <Property Name="WarehouseNumber" Type="Edm.String" Nullable="false" MaxLength="3" sap:label="Warehouse No." sap:creatable="false" sap:updatable="false" /> <Property Name="OrderNumber" Type="Edm.String" Nullable="false" MaxLength="10" sap:creatable="false" sap:updatable="false" /> <Property Name="ItemNumber" Type="Edm.String" Nullable="false" MaxLength="4" sap:label="Tr.order item" sap:creatable="false" sap:updatable="false" /> <Property Name="MaterialNumber" Type="Edm.String" MaxLength="18" sap:label="Material" sap:creatable="false" sap:updatable="false" /> <Property Name="BatchNumber" Type="Edm.String" MaxLength="10" sap:label="Batch" sap:creatable="false" sap:updatable="false" /> <Property Name="StorageBinCode" Type="Edm.String" MaxLength="10" sap:label="Storage Bin" sap:creatable="false" sap:updatable="false" /> <Property Name="Quantity" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="UnitOfMeasure" sap:label="Quantity" sap:creatable="false" sap:updatable="false" sap:sortable="false" /> <Property Name="UnitOfMeasure" Type="Edm.String" MaxLength="3" sap:label="Base Unit" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:semantics="unit-of-measure" /> <Property Name="PickingListNumber" Type="Edm.String" sap:creatable="false" sap:updatable="false" sap:sortable="false" /> <Property Name="StorekeeperId" Type="Edm.String" MaxLength="12" sap:label="Name" sap:creatable="false" sap:updatable="false" sap:sortable="false" /> <Property Name="PickedQuantity" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="UnitOfMeasure" sap:label="Quantity" sap:creatable="false" sap:sortable="false" /> <Property Name="ItemConfirmed" Type="Edm.Boolean" sap:label="Confirmation" sap:creatable="false" /> <Property Name="PlantCode" Type="Edm.String" MaxLength="4" sap:label="Plant" sap:creatable="false" sap:updatable="false" /> <Property Name="StorageLocationCode" Type="Edm.String" MaxLength="4" sap:creatable="false" sap:updatable="false" /> <Property Name="internal_search_string" Type="Edm.String" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" /> <Property Name="internal_sort_string" Type="Edm.String" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" /> <NavigationProperty Name="ToMaterial" Relationship="ZSIMBA_SRV.TransferOrderItemMaterial" FromRole="ToRole_TransferOrderItemMaterial" ToRole="FromRole_TransferOrderItemMaterial" /> <NavigationProperty Name="ToSerialNumber" Relationship="ZSIMBA_SRV.TransferOrderItemSerialNumber" FromRole="FromRole_TransferOrderItemSerialNumber" ToRole="ToRole_TransferOrderItemSerialNumber" /> </EntityType> <EntityType Name="Material" sap:content-version="1" > <Key> <PropertyRef Name="MaterialNumber" /> </Key> <Property Name="MaterialNumber" Type="Edm.String" Nullable="false" MaxLength="18" sap:label="Material" sap:creatable="false" sap:updatable="false" /> <Property Name="MaterialName" Type="Edm.String" MaxLength="40" sap:label="Description" sap:creatable="false" sap:updatable="false" /> <Property Name="Language" Type="Edm.String" MaxLength="2" sap:label="Lang. (ISO)" sap:creatable="false" sap:updatable="false" /> <Property Name="internal_sort_string" Type="Edm.String" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" /> <Property Name="internal_search_string" Type="Edm.String" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" /> </EntityType> <EntityType Name="StorageBin" sap:content-version="1" > <Key> <PropertyRef Name="WarehouseNumber" /> <PropertyRef Name="StorageType" /> <PropertyRef Name="StorageBinCode" /> </Key> <Property Name="WarehouseNumber" Type="Edm.String" Nullable="false" MaxLength="3" sap:label="Warehouse No." sap:creatable="false" sap:updatable="false" /> <Property Name="StorageType" Type="Edm.String" Nullable="false" MaxLength="3" sap:label="Storage Type" sap:creatable="false" sap:updatable="false" /> <Property Name="StorageBinCode" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Storage Bin" sap:creatable="false" sap:updatable="false" /> </EntityType> <EntityType Name="SerialNumber" sap:content-version="1" > <Key> <PropertyRef Name="UniqueItemIdentifier" /> </Key> <Property Name="UniqueItemIdentifier" Type="Edm.String" Nullable="false" MaxLength="72" sap:label="UII" /> <Property Name="MaterialNumber" Type="Edm.String" MaxLength="18" sap:label="Material" /> <Property Name="InternalSerialNumber" Type="Edm.String" MaxLength="18" sap:label="Serial Number" /> <Property Name="PlantCode" Type="Edm.String" MaxLength="4" sap:label="Plant" /> <Property Name="StorageLocationCode" Type="Edm.String" MaxLength="4" sap:label="Stor. Location" /> <Property Name="BatchNumber" Type="Edm.String" MaxLength="10" sap:label="Batch" /> <Property Name="ManufacturerSerialNumber" Type="Edm.String" MaxLength="30" sap:label="ManufSerialNo." /> </EntityType> <EntityType Name="CSOrder" sap:content-version="1" > <Key> <PropertyRef Name="OrderNumber" /> </Key> <Property Name="OrderNumber" Type="Edm.String" Nullable="false" MaxLength="12" sap:label="Order" sap:creatable="false" sap:updatable="false" /> </EntityType> <EntityType Name="CSOrderComponent" sap:content-version="1" > <Key> <PropertyRef Name="ReservationNumber" /> <PropertyRef Name="ReservationItemNumber" /> </Key> <Property Name="OrderNumber" Type="Edm.String" MaxLength="12" sap:label="Order" sap:creatable="false" sap:updatable="false" /> <Property Name="ItemNumber" Type="Edm.String" MaxLength="4" sap:label="Item" sap:creatable="false" sap:updatable="false" /> <Property Name="ItemCategory" Type="Edm.String" MaxLength="1" sap:label="Item Category" sap:creatable="false" sap:updatable="false" /> <Property Name="MaterialNumber" Type="Edm.String" MaxLength="18" sap:label="Material" sap:creatable="false" sap:updatable="false" /> <Property Name="PlantCode" Type="Edm.String" MaxLength="4" sap:label="Plant" sap:creatable="false" sap:updatable="false" /> <Property Name="StorageLocationCode" Type="Edm.String" MaxLength="4" sap:label="Stor. Location" sap:creatable="false" sap:updatable="false" /> <Property Name="BatchNumber" Type="Edm.String" MaxLength="10" sap:label="Batch" sap:creatable="false" sap:updatable="false" /> <Property Name="ReservationNumber" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Reservation" sap:creatable="false" sap:updatable="false" /> <Property Name="ReservationItemNumber" Type="Edm.String" Nullable="false" MaxLength="4" sap:label="Item" sap:creatable="false" sap:updatable="false" /> <Property Name="RequirementQuantity" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="UnitOfMeasure" sap:label="Reqmt Qty" sap:creatable="false" sap:updatable="false" /> <Property Name="UnitOfMeasure" Type="Edm.String" MaxLength="3" sap:label="Base Unit" sap:creatable="false" sap:updatable="false" sap:semantics="unit-of-measure" /> <Property Name="internal_sort_string" Type="Edm.String" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" /> <Property Name="internal_search_string" Type="Edm.String" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" /> <Property Name="WithdrawalQuantity" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="UnitOfMeasure" sap:label="Withdrawal Qty" sap:creatable="false" sap:updatable="false" /> <NavigationProperty Name="ToSerialNumber" Relationship="ZSIMBA_SRV.CSOrderComponentSerialNumber" FromRole="FromRole_CSOrderComponentSerialNumber" ToRole="ToRole_CSOrderComponentSerialNumber" /> <NavigationProperty Name="ToMaterial" Relationship="ZSIMBA_SRV.CSOrderComponentMaterial" FromRole="ToRole_CSOrderComponentMaterial" ToRole="FromRole_CSOrderComponentMaterial" /> </EntityType> <EntityType Name="Plant" sap:content-version="1" > <Key> <PropertyRef Name="PlantCode" /> </Key> <Property Name="PlantCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:label="Plant" sap:creatable="false" sap:updatable="false" /> <Property Name="PlantName" Type="Edm.String" sap:creatable="false" sap:updatable="false" /> </EntityType> <EntityType Name="StorageLocation" sap:content-version="1" > <Key> <PropertyRef Name="PlantCode" /> <PropertyRef Name="StorageLocationCode" /> </Key> <Property Name="PlantCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:label="Plant" sap:creatable="false" sap:updatable="false" /> <Property Name="StorageLocationCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:label="Stor. Location" sap:creatable="false" sap:updatable="false" /> <Property Name="StorageLocationName" Type="Edm.String" sap:creatable="false" sap:updatable="false" /> </EntityType> <EntityType Name="GoodsIssue" sap:content-version="1" > <Key> <PropertyRef Name="DocumentNumber" /> <PropertyRef Name="DocumentYear" /> </Key> <Property Name="DocumentNumber" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Material Doc." sap:updatable="false" /> <Property Name="DocumentYear" Type="Edm.String" Nullable="false" MaxLength="4" sap:label="Mat. Doc. Year" sap:updatable="false" /> <NavigationProperty Name="ToTransferOrderItem" Relationship="ZSIMBA_SRV.GoodsIssueTransferOrderItem" FromRole="FromRole_GoodsIssueTransferOrderItem" ToRole="ToRole_GoodsIssueTransferOrderItem" /> <NavigationProperty Name="ToCSOrderComponent" Relationship="ZSIMBA_SRV.GoodsIssueCSOrderComponent" FromRole="FromRole_GoodsIssueCSOrderComponent" ToRole="ToRole_GoodsIssueCSOrderComponent" /> </EntityType> <EntityType Name="PlantMaterial" sap:content-version="1" > <Key> <PropertyRef Name="MaterialNumber" /> <PropertyRef Name="Plant" /> </Key> <Property Name="MaterialNumber" Type="Edm.String" Nullable="false" MaxLength="18" sap:label="Material" sap:creatable="false" sap:updatable="false" /> <Property Name="Plant" Type="Edm.String" Nullable="false" MaxLength="4" sap:label="Plant" sap:creatable="false" sap:updatable="false" /> <Property Name="BatchManaged" Type="Edm.Boolean" sap:label="BatchManagement" sap:creatable="false" sap:updatable="false" /> <Property Name="Serialized" Type="Edm.Boolean" sap:label="Indicator" sap:creatable="false" sap:updatable="false" /> </EntityType> <Association Name="CSOrderComponentMaterial" sap:content-version="1" > <End Type="ZSIMBA_SRV.Material" Multiplicity="1" Role="FromRole_CSOrderComponentMaterial" /> <End Type="ZSIMBA_SRV.CSOrderComponent" Multiplicity="1" Role="ToRole_CSOrderComponentMaterial" /> <ReferentialConstraint> <Principal Role="FromRole_CSOrderComponentMaterial"> <PropertyRef Name="MaterialNumber" /> </Principal> <Dependent Role="ToRole_CSOrderComponentMaterial"> <PropertyRef Name="MaterialNumber" /> </Dependent> </ReferentialConstraint> </Association> <Association Name="TransferOrderItemMaterial" sap:content-version="1" > <End Type="ZSIMBA_SRV.Material" Multiplicity="1" Role="FromRole_TransferOrderItemMaterial" /> <End Type="ZSIMBA_SRV.TransferOrderItem" Multiplicity="1" Role="ToRole_TransferOrderItemMaterial" /> <ReferentialConstraint> <Principal Role="FromRole_TransferOrderItemMaterial"> <PropertyRef Name="MaterialNumber" /> </Principal> <Dependent Role="ToRole_TransferOrderItemMaterial"> <PropertyRef Name="MaterialNumber" /> </Dependent> </ReferentialConstraint> </Association> <Association Name="TransferOrderItemSerialNumber" sap:content-version="1" > <End Type="ZSIMBA_SRV.TransferOrderItem" Multiplicity="0..1" Role="FromRole_TransferOrderItemSerialNumber" /> <End Type="ZSIMBA_SRV.SerialNumber" Multiplicity="*" Role="ToRole_TransferOrderItemSerialNumber" /> </Association> <Association Name="CSOrderComponentSerialNumber" sap:content-version="1" > <End Type="ZSIMBA_SRV.CSOrderComponent" Multiplicity="0..1" Role="FromRole_CSOrderComponentSerialNumber" /> <End Type="ZSIMBA_SRV.SerialNumber" Multiplicity="*" Role="ToRole_CSOrderComponentSerialNumber" /> </Association> <Association Name="GoodsIssueTransferOrderItem" sap:content-version="1" > <End Type="ZSIMBA_SRV.GoodsIssue" Multiplicity="0..1" Role="FromRole_GoodsIssueTransferOrderItem" /> <End Type="ZSIMBA_SRV.TransferOrderItem" Multiplicity="*" Role="ToRole_GoodsIssueTransferOrderItem" /> </Association> <Association Name="GoodsIssueCSOrderComponent" sap:content-version="1" > <End Type="ZSIMBA_SRV.GoodsIssue" Multiplicity="0..1" Role="FromRole_GoodsIssueCSOrderComponent" /> <End Type="ZSIMBA_SRV.CSOrderComponent" Multiplicity="*" Role="ToRole_GoodsIssueCSOrderComponent" /> </Association> <EntityContainer Name="ZSIMBA_SRV_Entities" m:IsDefaultEntityContainer="true" sap:supported-formats="atom json xlsx" > <EntitySet Name="TransferOrderItemSet" EntityType="ZSIMBA_SRV.TransferOrderItem" sap:creatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="MaterialSet" EntityType="ZSIMBA_SRV.Material" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="StorageBinSet" EntityType="ZSIMBA_SRV.StorageBin" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="SerialNumberSet" EntityType="ZSIMBA_SRV.SerialNumber" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="CSOrderSet" EntityType="ZSIMBA_SRV.CSOrder" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="CSOrderComponentSet" EntityType="ZSIMBA_SRV.CSOrderComponent" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="PlantSet" EntityType="ZSIMBA_SRV.Plant" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="StorageLocationSet" EntityType="ZSIMBA_SRV.StorageLocation" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="GoodsIssueSet" EntityType="ZSIMBA_SRV.GoodsIssue" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <EntitySet Name="PlantMaterialSet" EntityType="ZSIMBA_SRV.PlantMaterial" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1" /> <AssociationSet Name="CSOrderComponentSerialNumberSet" Association="ZSIMBA_SRV.CSOrderComponentSerialNumber" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" > <End EntitySet="CSOrderComponentSet" Role="FromRole_CSOrderComponentSerialNumber" /> <End EntitySet="SerialNumberSet" Role="ToRole_CSOrderComponentSerialNumber" /> </AssociationSet> <AssociationSet Name="GoodsIssueCSOrderComponentSet" Association="ZSIMBA_SRV.GoodsIssueCSOrderComponent" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" > <End EntitySet="GoodsIssueSet" Role="FromRole_GoodsIssueCSOrderComponent" /> <End EntitySet="CSOrderComponentSet" Role="ToRole_GoodsIssueCSOrderComponent" /> </AssociationSet> <AssociationSet Name="TransferOrderItemSerialNumberSet" Association="ZSIMBA_SRV.TransferOrderItemSerialNumber" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" > <End EntitySet="TransferOrderItemSet" Role="FromRole_TransferOrderItemSerialNumber" /> <End EntitySet="SerialNumberSet" Role="ToRole_TransferOrderItemSerialNumber" /> </AssociationSet> <AssociationSet Name="GoodsIssueTransferOrderItemSet" Association="ZSIMBA_SRV.GoodsIssueTransferOrderItem" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" > <End EntitySet="GoodsIssueSet" Role="FromRole_GoodsIssueTransferOrderItem" /> <End EntitySet="TransferOrderItemSet" Role="ToRole_GoodsIssueTransferOrderItem" /> </AssociationSet> <AssociationSet Name="CSOrderComponentMaterialSet" Association="ZSIMBA_SRV.CSOrderComponentMaterial" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" > <End EntitySet="MaterialSet" Role="FromRole_CSOrderComponentMaterial" /> <End EntitySet="CSOrderComponentSet" Role="ToRole_CSOrderComponentMaterial" /> </AssociationSet> <AssociationSet Name="TransferOrderItemMaterialSet" Association="ZSIMBA_SRV.TransferOrderItemMaterial" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" > <End EntitySet="MaterialSet" Role="FromRole_TransferOrderItemMaterial" /> <End EntitySet="TransferOrderItemSet" Role="ToRole_TransferOrderItemMaterial" /> </AssociationSet> </EntityContainer> <atom:link rel="self" href="./sap/opu/odata/sap/ZSIMBA_SRV/$metadata" xmlns:atom="http://www.w3.org/2005/Atom" /> <atom:link rel="latest-version" href="./sap/opu/odata/sap/ZSIMBA_SRV/$metadata" xmlns:atom="http://www.w3.org/2005/Atom" /> </Schema> </edmx:DataServices> </edmx:Edmx>