-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI_BUSINESS_PARTNER.edmx
More file actions
1 lines (1 loc) · 416 KB
/
API_BUSINESS_PARTNER.edmx
File metadata and controls
1 lines (1 loc) · 416 KB
1
<?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://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_AGGREGATION',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="Org.OData.Aggregation.V1" Alias="Aggregation"/></edmx:Reference><edmx:Reference Uri="https://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_ANALYTICS',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="com.sap.vocabularies.Analytics.v1" Alias="Analytics"/></edmx:Reference><edmx:Reference Uri="https://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CAPABILITIES',Version='0001',SAP__Origin='LOCAL')/$value" 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://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CODELIST',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="com.sap.vocabularies.CodeList.v1" Alias="SAP__CodeList"/></edmx:Reference><edmx:Reference Uri="https://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMON',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="com.sap.vocabularies.Common.v1" Alias="Common"/></edmx:Reference><edmx:Reference Uri="https://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMUNICATION',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="com.sap.vocabularies.Communication.v1" Alias="Communication"/></edmx:Reference><edmx:Reference Uri="https://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_MEASURES',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/></edmx:Reference><edmx:Reference Uri="https://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_PERSONALDATA',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="com.sap.vocabularies.PersonalData.v1" Alias="PersonalData"/></edmx:Reference><edmx:Reference Uri="https://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_UI',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="com.sap.vocabularies.UI.v1" Alias="UI"/></edmx:Reference><edmx:Reference Uri="https://host:port/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_VALIDATION',Version='0001',SAP__Origin='LOCAL')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="Org.OData.Validation.V1" Alias="Validation"/></edmx:Reference><edmx:DataServices m:DataServiceVersion="2.0"><Schema Namespace="API_BUSINESS_PARTNER" xml:lang="en" sap:schema-version="1" xmlns="http://schemas.microsoft.com/ado/2008/09/edm"><EntityType Name="A_AddressEmailAddressType" sap:label="Email Address" sap:content-version="1"><Key><PropertyRef Name="AddressID"/><PropertyRef Name="Person"/><PropertyRef Name="OrdinalNumber"/></Key><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="Person" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Person Number"/><Property Name="OrdinalNumber" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="NonNegative" sap:label="Sequence Number"/><Property Name="IsDefaultEmailAddress" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Standard addr." sap:quickinfo="Flag: this address is the default address"/><Property Name="EmailAddress" Type="Edm.String" MaxLength="241" sap:label="Email Address"/><Property Name="SearchEmailAddress" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="E-Mail Address" sap:quickinfo="E-Mail Address Search Field" sap:creatable="false" sap:updatable="false"/><Property Name="AddressCommunicationRemarkText" Type="Edm.String" MaxLength="50" sap:label="Notes" sap:quickinfo="Communication link notes"/></EntityType><EntityType Name="A_AddressFaxNumberType" sap:label="Fax Number" sap:content-version="1"><Key><PropertyRef Name="AddressID"/><PropertyRef Name="Person"/><PropertyRef Name="OrdinalNumber"/></Key><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="Person" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Person Number"/><Property Name="OrdinalNumber" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="NonNegative" sap:label="Sequence Number"/><Property Name="IsDefaultFaxNumber" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Standard No." sap:quickinfo="Standard Sender Address in this Communication Type"/><Property Name="FaxCountry" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Country/Region" sap:quickinfo="Country/Region for Telephone/Fax Number"/><Property Name="FaxNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Fax" sap:quickinfo="Fax Number: Dialing Code+Number"/><Property Name="FaxNumberExtension" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Extension" sap:quickinfo="Fax no.: Extension"/><Property Name="InternationalFaxNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Fax Number" sap:quickinfo="Complete Number: Dialing Code+Number+Extension"/><Property Name="AddressCommunicationRemarkText" Type="Edm.String" MaxLength="50" sap:label="Notes" sap:quickinfo="Communication link notes"/></EntityType><EntityType Name="A_AddressHomePageURLType" sap:label="Home Page URL" sap:content-version="1"><Key><PropertyRef Name="AddressID"/><PropertyRef Name="Person"/><PropertyRef Name="OrdinalNumber"/><PropertyRef Name="ValidityStartDate"/><PropertyRef Name="IsDefaultURLAddress"/></Key><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="Person" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Person Number"/><Property Name="OrdinalNumber" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="NonNegative" sap:label="Sequence Number"/><Property Name="ValidityStartDate" Type="Edm.DateTime" Nullable="false" Precision="0" sap:display-format="Date" sap:label="from" sap:quickinfo="Valid-from date - in current Release only 00010101 possible"/><Property Name="IsDefaultURLAddress" Type="Edm.Boolean" Nullable="false" sap:display-format="UpperCase" sap:label="Standard addr." sap:quickinfo="Flag: this address is the default address"/><Property Name="SearchURLAddress" Type="Edm.String" MaxLength="50" sap:display-format="UpperCase" sap:label="URI address" sap:quickinfo="URI address search field"/><Property Name="AddressCommunicationRemarkText" Type="Edm.String" MaxLength="50" sap:label="Notes" sap:quickinfo="Communication link notes"/><Property Name="URLFieldLength" Type="Edm.Int16" sap:label="URI length" sap:quickinfo="URI field length"/><Property Name="WebsiteURL" Type="Edm.String" MaxLength="2048" sap:label="URI" sap:quickinfo="Universal Resource Identifier (URI)"/></EntityType><EntityType Name="A_AddressPhoneNumberType" sap:label="Phone Number" sap:content-version="1"><Key><PropertyRef Name="AddressID"/><PropertyRef Name="Person"/><PropertyRef Name="OrdinalNumber"/></Key><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="Person" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Person Number"/><Property Name="OrdinalNumber" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="NonNegative" sap:label="Sequence Number"/><Property Name="DestinationLocationCountry" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Country/Region" sap:quickinfo="Country/Region for Telephone/Fax Number"/><Property Name="IsDefaultPhoneNumber" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Standard No." sap:quickinfo="Standard Sender Address in this Communication Type"/><Property Name="PhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Telephone" sap:quickinfo="Telephone No.: Dialing Code + Number"/><Property Name="PhoneNumberExtension" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Extension" sap:quickinfo="Telephone no.: Extension"/><Property Name="InternationalPhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Telephone Number" sap:quickinfo="Complete Number: Dialing Code+Number+Extension"/><Property Name="PhoneNumberType" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Mobile phone" sap:quickinfo="Indicator: Telephone is a Mobile Telephone"/><Property Name="AddressCommunicationRemarkText" Type="Edm.String" MaxLength="50" sap:label="Notes" sap:quickinfo="Communication link notes"/></EntityType><EntityType Name="A_BPAddrDepdntIntlLocNumberType" sap:label="Business Partner Address-Dependent ILN" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="AddressID"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="InternationalLocationNumber1" Type="Edm.String" MaxLength="7" sap:display-format="NonNegative" sap:label="Int. location no. 1" sap:quickinfo="International location number (part 1)"/><Property Name="InternationalLocationNumber2" Type="Edm.String" MaxLength="5" sap:display-format="NonNegative" sap:label="Int. location no. 2" sap:quickinfo="International location number (Part 2)"/><Property Name="InternationalLocationNumber3" Type="Edm.String" MaxLength="1" sap:display-format="NonNegative" sap:label="Check digit" sap:quickinfo="Check digit for the international location number"/></EntityType><EntityType Name="A_BPContactToAddressType" sap:label="Contact Person Address" sap:content-version="1"><Key><PropertyRef Name="RelationshipNumber"/><PropertyRef Name="BusinessPartnerCompany"/><PropertyRef Name="BusinessPartnerPerson"/><PropertyRef Name="ValidityEndDate"/><PropertyRef Name="AddressID"/></Key><Property Name="RelationshipNumber" Type="Edm.String" Nullable="false" MaxLength="12" sap:display-format="UpperCase" sap:label="BP Relationship No." sap:quickinfo="BP Relationship Number"/><Property Name="BusinessPartnerCompany" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusinessPartnerPerson" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="ValidityEndDate" Type="Edm.DateTime" Nullable="false" Precision="0" sap:display-format="Date" sap:label="Valid To" sap:quickinfo="Validity Date (Valid To)"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="AddressNumber" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="AdditionalStreetPrefixName" Type="Edm.String" MaxLength="40" sap:label="Street 3"/><Property Name="AdditionalStreetSuffixName" Type="Edm.String" MaxLength="40" sap:label="Street 5"/><Property Name="AddressTimeZone" Type="Edm.String" MaxLength="6" sap:display-format="UpperCase" sap:label="Time Zone" sap:quickinfo="Address Time Zone"/><Property Name="CareOfName" Type="Edm.String" MaxLength="40" sap:label="c/o" sap:quickinfo="c/o name"/><Property Name="CityCode" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="City Code" sap:quickinfo="City code for city/street file"/><Property Name="CityName" Type="Edm.String" MaxLength="40" sap:label="City"/><Property Name="CompanyPostalCode" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Company Postal Code" sap:quickinfo="Company Postal Code (for Large Customers)"/><Property Name="Country" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Country/Region Key"/><Property Name="County" Type="Edm.String" MaxLength="40" sap:label="County"/><Property Name="DeliveryServiceNumber" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Delivery Service No." sap:quickinfo="Number of Delivery Service"/><Property Name="DeliveryServiceTypeCode" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Delvry Serv Type" sap:quickinfo="Type of Delivery Service"/><Property Name="District" Type="Edm.String" MaxLength="40" sap:label="District"/><Property Name="FormOfAddress" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Title Key" sap:quickinfo="Form-of-Address Key" sap:creatable="false" sap:updatable="false"/><Property Name="FullName" Type="Edm.String" MaxLength="80" sap:label="Full Name" sap:quickinfo="Full name of a party (Bus. Partner, Org. Unit, Doc. address)" sap:creatable="false" sap:updatable="false"/><Property Name="HomeCityName" Type="Edm.String" MaxLength="40" sap:label="Different City" sap:quickinfo="City (different from postal city)"/><Property Name="HouseNumber" Type="Edm.String" MaxLength="10" sap:label="House Number"/><Property Name="HouseNumberSupplementText" Type="Edm.String" MaxLength="10" sap:label="Supplement" sap:quickinfo="House number supplement"/><Property Name="Language" Type="Edm.String" MaxLength="2" sap:label="Language Key"/><Property Name="POBox" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="PO Box"/><Property Name="POBoxDeviatingCityName" Type="Edm.String" MaxLength="40" sap:label="PO Box City" sap:quickinfo="PO Box city"/><Property Name="POBoxDeviatingCountry" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="PO Box Ctry/Region" sap:quickinfo="PO Box of Country/Region"/><Property Name="POBoxDeviatingRegion" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="PO Box Region" sap:quickinfo="Region for PO Box (Country/Region, State, Province, ...)"/><Property Name="POBoxIsWithoutNumber" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="PO Box w/o No." sap:quickinfo="Flag: PO Box Without Number"/><Property Name="POBoxLobbyName" Type="Edm.String" MaxLength="40" sap:label="PO Box Lobby"/><Property Name="POBoxPostalCode" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="PO Box Postal Code"/><Property Name="Person" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Person Number" sap:creatable="false" sap:updatable="false"/><Property Name="PostalCode" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Postal Code" sap:quickinfo="City Postal Code"/><Property Name="PrfrdCommMediumType" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Comm. Method" sap:quickinfo="Communication Method (Key) (Business Address Services)"/><Property Name="Region" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Region" sap:quickinfo="Region (State, Province, County)"/><Property Name="StreetName" Type="Edm.String" MaxLength="60" sap:label="Street"/><Property Name="StreetPrefixName" Type="Edm.String" MaxLength="40" sap:label="Street 2"/><Property Name="StreetSuffixName" Type="Edm.String" MaxLength="40" sap:label="Street 4"/><Property Name="TaxJurisdiction" Type="Edm.String" MaxLength="15" sap:display-format="UpperCase" sap:label="Tax Jurisdiction"/><Property Name="TransportZone" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Transportation Zone" sap:quickinfo="Transportation zone to or from which the goods are delivered"/><Property Name="AddressRepresentationCode" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Address Version" sap:quickinfo="Version ID for International Addresses"/><Property Name="ContactRelationshipFunction" Type="Edm.String" MaxLength="40" sap:label="Function"/><Property Name="ContactRelationshipDepartment" Type="Edm.String" MaxLength="40" sap:label="Department"/><Property Name="Floor" Type="Edm.String" MaxLength="10" sap:label="Floor" sap:quickinfo="Floor in building"/><Property Name="ContactPersonBuilding" Type="Edm.String" MaxLength="10" sap:label="Building code" sap:quickinfo="Building (number or code)"/><Property Name="RoomNumber" Type="Edm.String" MaxLength="10" sap:label="Room Number" sap:quickinfo="Room or Apartment Number"/><Property Name="ContactPersonPrfrdCommMedium" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Comm. Method" sap:quickinfo="Communication Method (Key) (Business Address Services)"/><Property Name="CorrespondenceShortName" Type="Edm.String" MaxLength="10" sap:label="Short name" sap:quickinfo="Short name for correspondence"/><Property Name="InhouseMail" Type="Edm.String" MaxLength="10" sap:label="Internal mail" sap:quickinfo="Internal Mail Postal Code"/><NavigationProperty Name="to_EmailAddress" Relationship="API_BUSINESS_PARTNER.assoc_76A1D4C9690D91482219A96E6133DCA1" FromRole="FromRole_assoc_76A1D4C9690D91482219A96E6133DCA1" ToRole="ToRole_assoc_76A1D4C9690D91482219A96E6133DCA1"/><NavigationProperty Name="to_FaxNumber" Relationship="API_BUSINESS_PARTNER.assoc_EC8BD55FE296CB9F7E96A12A10A83C8A" FromRole="FromRole_assoc_EC8BD55FE296CB9F7E96A12A10A83C8A" ToRole="ToRole_assoc_EC8BD55FE296CB9F7E96A12A10A83C8A"/><NavigationProperty Name="to_MobilePhoneNumber" Relationship="API_BUSINESS_PARTNER.assoc_A30D7A481BC8C28A25685BA876365019" FromRole="FromRole_assoc_A30D7A481BC8C28A25685BA876365019" ToRole="ToRole_assoc_A30D7A481BC8C28A25685BA876365019"/><NavigationProperty Name="to_PhoneNumber" Relationship="API_BUSINESS_PARTNER.assoc_E5744DCC3F8BA081306832D86DBAE35B" FromRole="FromRole_assoc_E5744DCC3F8BA081306832D86DBAE35B" ToRole="ToRole_assoc_E5744DCC3F8BA081306832D86DBAE35B"/><NavigationProperty Name="to_URLAddress" Relationship="API_BUSINESS_PARTNER.assoc_313909BAAED14CA9CB4829C648286478" FromRole="FromRole_assoc_313909BAAED14CA9CB4829C648286478" ToRole="ToRole_assoc_313909BAAED14CA9CB4829C648286478"/></EntityType><EntityType Name="A_BPContactToFuncAndDeptType" sap:label="Function and Department" sap:content-version="1"><Key><PropertyRef Name="RelationshipNumber"/><PropertyRef Name="BusinessPartnerCompany"/><PropertyRef Name="BusinessPartnerPerson"/><PropertyRef Name="ValidityEndDate"/></Key><Property Name="RelationshipNumber" Type="Edm.String" Nullable="false" MaxLength="12" sap:display-format="UpperCase" sap:label="BP Relationship No." sap:quickinfo="BP Relationship Number"/><Property Name="BusinessPartnerCompany" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusinessPartnerPerson" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="ValidityEndDate" Type="Edm.DateTime" Nullable="false" Precision="0" sap:display-format="Date" sap:label="Valid To" sap:quickinfo="Validity Date (Valid To)"/><Property Name="ContactPersonFunction" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Function" sap:quickinfo="Function of partner"/><Property Name="ContactPersonDepartment" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Department"/><Property Name="PhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Telephone" sap:quickinfo="Telephone No.: Dialing Code + Number"/><Property Name="PhoneNumberExtension" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Extension" sap:quickinfo="Telephone no.: Extension"/><Property Name="FaxNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Fax" sap:quickinfo="Fax Number: Dialing Code+Number"/><Property Name="FaxNumberExtension" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Extension" sap:quickinfo="Fax no.: Extension"/><Property Name="EmailAddress" Type="Edm.String" MaxLength="241" sap:label="Email Address"/><Property Name="RelationshipCategory" Type="Edm.String" MaxLength="6" sap:display-format="UpperCase" sap:label="Relationship Cat." sap:quickinfo="Business Partner Relationship Category"/></EntityType><EntityType Name="A_BPCreditWorthinessType" sap:label="Credit Worthiness" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusPartCreditStanding" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Credit Standing"/><Property Name="BPCreditStandingStatus" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Stat.Cred.Stndg Info" sap:quickinfo="Status of Credit Standing Information"/><Property Name="CreditRatingAgency" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Cred.Stndg Inst" sap:quickinfo="Institute Providing Credit Standing Information" sap:creatable="false" sap:updatable="false"/><Property Name="BPCreditStandingComment" Type="Edm.String" MaxLength="50" sap:label="Credit Standing Text" sap:quickinfo="Additional Credit Standing Information" sap:creatable="false" sap:updatable="false"/><Property Name="BPCreditStandingDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Dt.Cred. Stndg Info." sap:quickinfo="Date of Credit Standing Information" sap:creatable="false" sap:updatable="false"/><Property Name="BPCreditStandingRating" Type="Edm.String" MaxLength="3" sap:label="Rating" sap:creatable="false" sap:updatable="false"/><Property Name="BPLegalProceedingStatus" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="Status of Leg. Proc." sap:quickinfo="Status of Legal Proceedings"/><Property Name="BPLglProceedingInitiationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Date of Legal Proc." sap:quickinfo="Date of Initiation of Legal Proceedings"/><Property Name="BusinessPartnerIsUnderOath" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Affidavit"/><Property Name="BusinessPartnerOathDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Date of affidavit"/><Property Name="BusinessPartnerIsBankrupt" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Bankruptcy Proceed." sap:quickinfo="Launch Bankruptcy Proceedings"/><Property Name="BusinessPartnerBankruptcyDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Bankruptcy Pr. Date" sap:quickinfo="Commencement Date of Bankruptcy Proceedings"/><Property Name="BPForeclosureIsInitiated" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Foreclosure"/><Property Name="BPForeclosureDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Date of foreclosure"/><Property Name="BPCrdtWrthnssAccessChkIsActive" Type="Edm.String" MaxLength="1" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="A_BPFinancialServicesExtnType" sap:label="Financial Services Details" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusinessPartnerIsVIP" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="VIP Business Partner" sap:quickinfo="Business Partner Is VIP"/><Property Name="TradingPartner" Type="Edm.String" MaxLength="6" sap:display-format="UpperCase" sap:label="Trading Partner No." sap:quickinfo="Company ID of Trading Partner"/><Property Name="FactoryCalendar" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Factory calendar"/><Property Name="BusinessPartnerOfficeCountry" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="C/R of Reg. Office" sap:quickinfo="Country/Region of Registered Office"/><Property Name="BusinessPartnerOfficeRegion" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Region" sap:quickinfo="Region of Registered Office"/><Property Name="BPRegisteredOfficeName" Type="Edm.String" MaxLength="35" sap:label="Registered Office"/><Property Name="BPBalanceSheetCurrency" Type="Edm.String" MaxLength="5" sap:display-format="UpperCase" sap:label="Bal. Sheet Currency" sap:quickinfo="Balance Sheet Currency" sap:semantics="currency-code"/><Property Name="BPLastCptlIncrAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Capital increase" sap:quickinfo="Amount of last capital increase"/><Property Name="BPLastCapitalIncreaseYear" Type="Edm.String" MaxLength="4" sap:display-format="NonNegative" sap:label="Year" sap:quickinfo="Year of Last Capital Increase"/><Property Name="BPBalanceSheetDisplayType" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Bal.Sheet Disp." sap:quickinfo="Balance Sheet Display"/><Property Name="BusinessPartnerCitizenship" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Citizenship"/><Property Name="BPMaritalPropertyRegime" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="Marital prop. regime" sap:quickinfo="Marital property regime"/><Property Name="BusinessPartnerIncomeCurrency" Type="Edm.String" MaxLength="5" sap:display-format="UpperCase" sap:label="Currency" sap:quickinfo="Currency of Net Income" sap:semantics="currency-code"/><Property Name="BPNumberOfChildren" Type="Edm.Decimal" Precision="2" Scale="0" sap:label="Children" sap:quickinfo="Number of Children Belonging to the Business Partner"/><Property Name="BPNumberOfHouseholdMembers" Type="Edm.Decimal" Precision="2" Scale="0" sap:label="Household Members" sap:quickinfo="Number of People Living in the Household"/><Property Name="BPAnnualNetIncAmtInIncomeCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BusinessPartnerIncomeCurrency" sap:label="Net Annual Income"/><Property Name="BPMonthlyNetIncAmtInIncomeCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BusinessPartnerIncomeCurrency" sap:label="Monthly Net Income" sap:quickinfo="Monthly Net Income of Business Partner"/><Property Name="BPAnnualNetIncomeYear" Type="Edm.String" MaxLength="4" sap:display-format="NonNegative" sap:label="Year" sap:quickinfo="Year of Net Annual Income"/><Property Name="BPMonthlyNetIncomeMonth" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="Month" sap:quickinfo="Calendar Month of Monthly Net Income"/><Property Name="BPMonthlyNetIncomeYear" Type="Edm.String" MaxLength="4" sap:display-format="NonNegative" sap:label="Year" sap:quickinfo="Year of Monthly Net Income"/><Property Name="BPPlaceOfDeathName" Type="Edm.String" MaxLength="40" sap:label="Place of Death" sap:quickinfo="Name of Place of Death of Natural Person"/><Property Name="CustomerIsUnwanted" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Undesirable Customer"/><Property Name="UndesirabilityReason" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Reason Undes." sap:quickinfo="Reason for Undesirability"/><Property Name="UndesirabilityComment" Type="Edm.String" MaxLength="35" sap:label="Comment" sap:quickinfo="Comment on Undesirability"/><Property Name="LastCustomerContactDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Last Cust. Contact" sap:quickinfo="Date of Last Customer Contact"/><Property Name="BPGroupingCharacter" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Grouping Charact." sap:quickinfo="Grouping Character"/><Property Name="BPLetterSalutation" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="Salutation"/><Property Name="BusinessPartnerTargetGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Target Group"/><Property Name="BusinessPartnerEmployeeGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Employee Group"/><Property Name="BusinessPartnerIsEmployee" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Employee"/><Property Name="BPTermnBusRelationsBankDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="End Date" sap:quickinfo="Termination Date for Business Relations with the Bank"/></EntityType><EntityType Name="A_BPFinancialServicesReportingType" sap:label="Financial Services Reporting" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BPIsNonResident" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Non-Resident" sap:quickinfo="Non-Resident According to Paragraph 4 AWG"/><Property Name="BPNonResidencyStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Non-Resident Since" sap:quickinfo="Start of Non-Residency According to Paragraph 4 AWG"/><Property Name="BPIsMultimillionLoanRecipient" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Multimillion Loan" sap:quickinfo="Recipient of Multimillion Loan According to Paragraph 14 GBA"/><Property Name="BPLoanReportingBorrowerNumber" Type="Edm.String" MaxLength="8" sap:display-format="UpperCase" sap:label="Borrower Number" sap:quickinfo="Borrower Number for Reporting a Loan According to GBA"/><Property Name="BPLoanRptgBorrowerEntityNumber" Type="Edm.String" MaxLength="8" sap:display-format="UpperCase" sap:label="Borr. Entity No." sap:quickinfo="Borrower Entity Number Used to Report Loan acc. to GBA"/><Property Name="BPCreditStandingReview" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="GBA Information" sap:quickinfo="Credit Standing Review According to Paragraph 18 GBA"/><Property Name="BPCreditStandingReviewDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Cred.Stand.Rev.Dat" sap:quickinfo="Date of Credit Standing Review According to Paragraph 18 GBA"/><Property Name="BusinessPartnerLoanToManager" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="Manag.Loan Recipient" sap:quickinfo="Loan to Manager According to Paragraph 15 German Banking Act"/><Property Name="BPCompanyRelationship" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Org. Relation." sap:quickinfo="Organization Relationship"/><Property Name="BPLoanReportingCreditorNumber" Type="Edm.String" MaxLength="8" sap:display-format="UpperCase" sap:label="Creditor Number" sap:quickinfo="Creditor Number for Reporting a Loan According to GBA"/><Property Name="BPOeNBIdentNumber" Type="Edm.String" MaxLength="11" sap:display-format="UpperCase" sap:label="(OeNB) Ident Number"/><Property Name="BPOeNBTargetGroup" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="OeNB Target Grp" sap:quickinfo="Target Group According to OeNB"/><Property Name="BPOeNBIdentNumberAssigned" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Assign Ident Number" sap:quickinfo="Assign (OeNB) Ident Number"/><Property Name="BPOeNBInstituteNumber" Type="Edm.String" MaxLength="7" sap:display-format="UpperCase" sap:label="OeNB Inst. No." sap:quickinfo="Institute Number According to OeNB"/><Property Name="BusinessPartnerIsOeNBInstitute" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="OeNB Rep.Instit." sap:quickinfo="Institute Subject to Austrian Reg. Reporting Requirements"/><Property Name="BusinessPartnerGroup" Type="Edm.String" MaxLength="15" sap:label="Group ID"/><Property Name="BPGroupAssignmentCategory" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Grp Assignment Cat." sap:quickinfo="Group Assignment Category"/><Property Name="BusinessPartnerGroupName" Type="Edm.String" MaxLength="50" sap:label="Group Name"/><Property Name="BusinessPartnerLegalEntity" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Legal Entity" sap:quickinfo="Legal Entity for Business Partner"/><Property Name="BPGerAstRglnRestrictedAstQuota" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Par.4/2 AR" sap:quickinfo="Business Partner Acc. to Para. 4, Sec. 2 of Asset Regulation"/><Property Name="BusinessPartnerDebtorGroup" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Debtor Group" sap:quickinfo="Debtor Group According to German Law (BerVersV, Template 5)"/><Property Name="BusinessPartnerBusinessPurpose" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Business Purpose" sap:quickinfo="Category of Business Purpose"/><Property Name="BusinessPartnerRiskGroup" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Risk Group"/><Property Name="BPRiskGroupingDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Grouping Date" sap:quickinfo="Date of Risk Grouping"/><Property Name="BPHasGroupAffiliation" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Group Affiliation" sap:quickinfo="Group Affiliation Exists"/><Property Name="BPIsMonetaryFinInstitution" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Mon. Fin. Instit." sap:quickinfo="Monetary Financial Institution"/><Property Name="BPCrdtStandingReviewIsRequired" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="GBA Para.18 Relevant" sap:quickinfo="Obligation to Submit to Credit Standing Review - Para.18 GBA"/><Property Name="BPLoanMonitoringIsRequired" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Lge-Scale Loan Mon." sap:quickinfo="Large-Scale Loan Monitoring According to Paragraph 13b GBA"/><Property Name="BPHasCreditingRelief" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Crediting Relief" sap:quickinfo="Crediting Relief in Accordance with Paragraph 13/3 GBA"/><Property Name="BPInvestInRstrcdAstIsAuthzd" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Para. 2(1)18b GAR" sap:quickinfo="Authorized Acc. to Para. 2(1)18b of German Asset Regulation"/><Property Name="BPCentralBankCountryRegion" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="SCB Cntry/Reg. Ind." sap:quickinfo="Numeric Code for State Central Bank Country/Region Indicator"/></EntityType><EntityType Name="A_BPFiscalYearInformationType" sap:label="Fiscal Year Information" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="BusinessPartnerFiscalYear"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusinessPartnerFiscalYear" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="NonNegative" sap:label="Fiscal year"/><Property Name="BPBalanceSheetCurrency" Type="Edm.String" MaxLength="5" sap:display-format="UpperCase" sap:label="Bal. Sheet Currency" sap:quickinfo="Balance Sheet Currency" sap:semantics="currency-code"/><Property Name="BPAnnualStockholderMeetingDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Ann.Stckhold.Meeting" sap:quickinfo="Date of Annual Stockholders Meeting"/><Property Name="BPFiscalYearStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Fisc.Year Start Date" sap:quickinfo="Fiscal Year Start Date"/><Property Name="BPFiscalYearEndDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Fiscal Year End" sap:quickinfo="Fiscal Year End Date"/><Property Name="BPFiscalYearIsClosed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Year-End Closing"/><Property Name="BPFiscalYearClosingDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Year-End Closing" sap:quickinfo="Year-End Closing Date for Fiscal Year"/><Property Name="BPFsclYrCnsldtdFinStatementDte" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Cons.Fin.Statements" sap:quickinfo="Date of Consolidated Financial Statements of Group Company"/><Property Name="BPCapitalStockAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Capital Stock" sap:quickinfo="Amount of Authorized Capital Stock for Company"/><Property Name="BPIssdStockCptlAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Issued Stock Capital" sap:quickinfo="Amount of Issued Stock Capital for Company"/><Property Name="BPPartcipnCertAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Part.Certs Outstand." sap:quickinfo="Amount of Participation Certificates Outstanding for Company"/><Property Name="BPEquityCapitalAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Equity capital" sap:quickinfo="Amount of Equity Capital for Company"/><Property Name="BPGrossPremiumAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Gross Premium"/><Property Name="BPNetPremiumAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Net Premium"/><Property Name="BPAnnualSalesAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Annual sales" sap:quickinfo="Amount of Annual Sales for Company"/><Property Name="BPAnnualNetIncAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Annual Net Income" sap:quickinfo="Amount of Annual Net Income/Net Loss for Company"/><Property Name="BPDividendDistrAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Dividend" sap:quickinfo="Dividend/Profit Distribution Amount for Company"/><Property Name="BPDebtRatioInYears" Type="Edm.Decimal" Precision="6" Scale="3" sap:label="Debt ratio" sap:quickinfo="Debt Ratio in Years"/><Property Name="BPAnnualPnLAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Reported Profit" sap:quickinfo="Amount of Annual Profit/Loss for Organization"/><Property Name="BPBalSheetTotalAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Balance Sheet Total" sap:quickinfo="Amount of Balance Sheet Total for Company"/><Property Name="BPNumberOfEmployees" Type="Edm.String" MaxLength="7" sap:display-format="NonNegative" sap:label="Number of Employees" sap:quickinfo="Number of Employees in Company"/><Property Name="BPCptlReserveAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Capital Reserve" sap:quickinfo="Amount of Capital Reserve for Company"/><Property Name="BPLglRevnRsrvAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Legal Revenue Res." sap:quickinfo="Amount of Legal Revenue Reserves for Company"/><Property Name="RevnRsrvOwnStkAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Rev.Reserves.OwnSt." sap:quickinfo="Revenue Reserves for Own Stock"/><Property Name="BPStatryReserveAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Statutory Reserve" sap:quickinfo="Amount of Statutory Revenue Reserve for Company"/><Property Name="BPOthRevnRsrvAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Other Revenue Res." sap:quickinfo="Amount of Other Revenue Reserves for Company"/><Property Name="BPPnLCarryfwdAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="P/L Carried Fwd" sap:quickinfo="Amount of Profit/Loss Carried Forward for Company"/><Property Name="BPSuborddLbltyAmtInBalShtCrcy" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="BPBalanceSheetCurrency" sap:label="Subord. Liabilities" sap:quickinfo="Amount of Subordinated Liabilities for Company"/><Property Name="BPRetOnTotalCptlEmpldInPercent" Type="Edm.Decimal" Precision="5" Scale="2" sap:label="Return on Tot.Cap." sap:quickinfo="Return on Total Capital Employed for Company in Percent"/><Property Name="BPDebtClearancePeriodInYears" Type="Edm.Decimal" Precision="5" Scale="2" sap:label="Debt Clearance Per." sap:quickinfo="Debt Clearance Period in Years"/><Property Name="BPFinancingCoeffInPercent" Type="Edm.Decimal" Precision="5" Scale="2" sap:label="Financing Coeff." sap:quickinfo="Financing Coefficient for Company in Percent"/><Property Name="BPEquityRatioInPercent" Type="Edm.Decimal" Precision="5" Scale="2" sap:label="Equity Ratio" sap:quickinfo="Equity Ratio of Company in Percent"/></EntityType><EntityType Name="A_BPRelationshipType" sap:label="Business Partner Relationship" sap:content-version="1"><Key><PropertyRef Name="RelationshipNumber"/><PropertyRef Name="BusinessPartner1"/><PropertyRef Name="BusinessPartner2"/><PropertyRef Name="ValidityEndDate"/></Key><Property Name="RelationshipNumber" Type="Edm.String" Nullable="false" MaxLength="12" sap:display-format="UpperCase" sap:label="BP Relationship No." sap:quickinfo="BP Relationship Number"/><Property Name="BusinessPartner1" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusinessPartner2" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="ValidityEndDate" Type="Edm.DateTime" Nullable="false" Precision="0" sap:display-format="Date" sap:label="Valid To" sap:quickinfo="Validity Date (Valid To)"/><Property Name="ValidityStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Valid From" sap:quickinfo="Validity Date (Valid From)"/><Property Name="IsStandardRelationship" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Standard" sap:quickinfo="Standard Relationship"/><Property Name="RelationshipCategory" Type="Edm.String" MaxLength="6" sap:display-format="UpperCase" sap:label="Relationship Cat." sap:quickinfo="Business Partner Relationship Category"/><Property Name="BPRelationshipType" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Relationship type" sap:quickinfo="Business partner relationship type"/><Property Name="CreatedByUser" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Created By" sap:quickinfo="User who created the object" sap:creatable="false" sap:updatable="false"/><Property Name="CreationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Created On" sap:quickinfo="Date on which the object was created" sap:creatable="false" sap:updatable="false"/><Property Name="CreationTime" Type="Edm.Time" Precision="0" sap:label="Created at" sap:quickinfo="Time at which the object was created" sap:creatable="false" sap:updatable="false"/><Property Name="LastChangedByUser" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Changed by" sap:quickinfo="Last user to change object" sap:creatable="false" sap:updatable="false"/><Property Name="LastChangeDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Changed on" sap:quickinfo="Date when object was last changed" sap:creatable="false" sap:updatable="false"/><Property Name="LastChangeTime" Type="Edm.Time" Precision="0" sap:label="Changed at" sap:quickinfo="Time at which object was last changed" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="A_BuPaAddressUsageType" sap:label="Address Usage" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="ValidityEndDate"/><PropertyRef Name="AddressUsage"/><PropertyRef Name="AddressID"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="ValidityEndDate" Type="Edm.DateTimeOffset" Nullable="false" Precision="0" sap:label="Valid To" sap:quickinfo="Validity End of a Business Partner Address Usage"/><Property Name="AddressUsage" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Type"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="ValidityStartDate" Type="Edm.DateTimeOffset" Precision="0" sap:label="Valid From" sap:quickinfo="Validity Start of a Business Partner Address Usage"/><Property Name="StandardUsage" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Standard Usage" sap:quickinfo="Indicator: Standard Address Usage"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/></EntityType><EntityType Name="A_BuPaIdentificationType" sap:label="Identification" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="BPIdentificationType"/><PropertyRef Name="BPIdentificationNumber"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BPIdentificationType" Type="Edm.String" Nullable="false" MaxLength="6" sap:display-format="UpperCase" sap:label="Identification Type"/><Property Name="BPIdentificationNumber" Type="Edm.String" Nullable="false" MaxLength="60" sap:display-format="UpperCase" sap:label="ID Number" sap:quickinfo="Identification Number"/><Property Name="BPIdnNmbrIssuingInstitute" Type="Edm.String" MaxLength="40" sap:label="Responsible Institn" sap:quickinfo="Responsible Institution for ID Number"/><Property Name="BPIdentificationEntryDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Entry date" sap:quickinfo="Date of Entry for ID Number"/><Property Name="Country" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Country/Region" sap:quickinfo="Country/Region in Which ID Number is Valid or Was Assigned"/><Property Name="Region" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Region" sap:quickinfo="Region (State, Province, County)"/><Property Name="ValidityStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Valid from" sap:quickinfo="Validity Start for ID Number"/><Property Name="ValidityEndDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Valid To" sap:quickinfo="Validity End for ID Number"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/></EntityType><EntityType Name="A_BuPaIndustryType" sap:label="Industry" sap:content-version="1"><Key><PropertyRef Name="IndustrySector"/><PropertyRef Name="IndustrySystemType"/><PropertyRef Name="BusinessPartner"/></Key><Property Name="IndustrySector" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Industry"/><Property Name="IndustrySystemType" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Industry System"/><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="IsStandardIndustry" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Standard Industry" sap:quickinfo="Industry is Standard for BP in Industry System"/><Property Name="IndustryKeyDescription" Type="Edm.String" MaxLength="100" sap:label="Description"/></EntityType><EntityType Name="A_BusinessPartnerType" sap:label="Business Partner" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="Customer" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number" sap:creatable="false" sap:updatable="false"/><Property Name="Supplier" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier" sap:creatable="false" sap:updatable="false"/><Property Name="AcademicTitle" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Academic Title 1" sap:quickinfo="Academic Title: Key"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/><Property Name="BusinessPartnerCategory" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="BP Category" sap:quickinfo="Business Partner Category"/><Property Name="BusinessPartnerFullName" Type="Edm.String" MaxLength="81" sap:creatable="false" sap:updatable="false"/><Property Name="BusinessPartnerGrouping" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Grouping" sap:quickinfo="Business Partner Grouping"/><Property Name="BusinessPartnerName" Type="Edm.String" MaxLength="81" sap:creatable="false" sap:updatable="false"/><Property Name="BusinessPartnerUUID" Type="Edm.Guid" sap:label="BP GUID" sap:quickinfo="Business Partner GUID" sap:creatable="false" sap:updatable="false"/><Property Name="CorrespondenceLanguage" Type="Edm.String" MaxLength="2" sap:label="Correspondence lang." sap:quickinfo="Business Partner: Correspondence Language"/><Property Name="CreatedByUser" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Created By" sap:quickinfo="User who created the object" sap:creatable="false" sap:updatable="false"/><Property Name="CreationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Created On" sap:quickinfo="Date on which the object was created" sap:creatable="false" sap:updatable="false"/><Property Name="CreationTime" Type="Edm.Time" Precision="0" sap:label="Created at" sap:quickinfo="Time at which the object was created" sap:creatable="false" sap:updatable="false"/><Property Name="FirstName" Type="Edm.String" MaxLength="40" sap:label="First Name" sap:quickinfo="First Name of Business Partner (Person)"/><Property Name="FormOfAddress" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Title Key" sap:quickinfo="Form-of-Address Key"/><Property Name="Industry" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Industry sector"/><Property Name="InternationalLocationNumber1" Type="Edm.String" MaxLength="7" sap:display-format="NonNegative" sap:label="Int. location no. 1" sap:quickinfo="International location number (part 1)"/><Property Name="InternationalLocationNumber2" Type="Edm.String" MaxLength="5" sap:display-format="NonNegative" sap:label="Int. location no. 2" sap:quickinfo="International location number (Part 2)"/><Property Name="IsFemale" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Female" sap:quickinfo="Selection: Business partner is female"/><Property Name="IsMale" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Male" sap:quickinfo="Selection: Business partner is male"/><Property Name="IsNaturalPerson" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Natural Person" sap:quickinfo="Business Partner Is a Natural Person Under the Tax Laws"/><Property Name="IsSexUnknown" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Unknown" sap:quickinfo="Selection: Sex of business partner is not known"/><Property Name="GenderCodeName" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Gender" sap:quickinfo="Gender of Business Partner (Person)"/><Property Name="Language" Type="Edm.String" MaxLength="2" sap:label="Language" sap:quickinfo="Business partner: Language"/><Property Name="LastChangeDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Changed on" sap:quickinfo="Date when object was last changed" sap:creatable="false" sap:updatable="false"/><Property Name="LastChangeTime" Type="Edm.Time" Precision="0" sap:label="Changed at" sap:quickinfo="Time at which object was last changed" sap:creatable="false" sap:updatable="false"/><Property Name="LastChangedByUser" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Changed by" sap:quickinfo="Last user to change object" sap:creatable="false" sap:updatable="false"/><Property Name="LastName" Type="Edm.String" MaxLength="40" sap:label="Last Name" sap:quickinfo="Last Name of Business Partner (Person)"/><Property Name="LegalForm" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Legal form" sap:quickinfo="BP: Legal form of organization"/><Property Name="OrganizationBPName1" Type="Edm.String" MaxLength="40" sap:label="Name 1" sap:quickinfo="Name 1 of organization"/><Property Name="OrganizationBPName2" Type="Edm.String" MaxLength="40" sap:label="Name 2" sap:quickinfo="Name 2 of organization"/><Property Name="OrganizationBPName3" Type="Edm.String" MaxLength="40" sap:label="Name 3" sap:quickinfo="Name 3 of organization"/><Property Name="OrganizationBPName4" Type="Edm.String" MaxLength="40" sap:label="Name 4" sap:quickinfo="Name 4 of organization"/><Property Name="OrganizationFoundationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Date founded" sap:quickinfo="Date organization founded"/><Property Name="OrganizationLiquidationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Liquidation date" sap:quickinfo="Liquidation date of organization"/><Property Name="SearchTerm1" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="Search Term 1" sap:quickinfo="Search Term 1 for Business Partner"/><Property Name="SearchTerm2" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="Search Term 2" sap:quickinfo="Search Term 2 for Business Partner"/><Property Name="AdditionalLastName" Type="Edm.String" MaxLength="40" sap:label="Other Last Name" sap:quickinfo="Other Last Name of a Person"/><Property Name="BirthDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Date of Birth" sap:quickinfo="Date of Birth of Business Partner"/><Property Name="BusinessPartnerBirthDateStatus" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Birth Date Status" sap:quickinfo="Date of Birth: Status"/><Property Name="BusinessPartnerBirthplaceName" Type="Edm.String" MaxLength="40" sap:label="Birthplace" sap:quickinfo="Birthplace of business partner"/><Property Name="BusinessPartnerDeathDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Death date" sap:quickinfo="Date of death of business partner"/><Property Name="BusinessPartnerIsBlocked" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Central Block" sap:quickinfo="Central Block for Business Partner"/><Property Name="BusinessPartnerType" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="BP Type" sap:quickinfo="Business Partner Type"/><Property Name="ETag" Type="Edm.String" MaxLength="26" sap:creatable="false" sap:updatable="false"/><Property Name="GroupBusinessPartnerName1" Type="Edm.String" MaxLength="40" sap:label="Name 1" sap:quickinfo="Name 1 (group)"/><Property Name="GroupBusinessPartnerName2" Type="Edm.String" MaxLength="40" sap:label="Name 2" sap:quickinfo="Name 2 (group)"/><Property Name="IndependentAddressID" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number" sap:creatable="false" sap:updatable="false"/><Property Name="InternationalLocationNumber3" Type="Edm.String" MaxLength="1" sap:display-format="NonNegative" sap:label="Check digit" sap:quickinfo="Check digit for the international location number"/><Property Name="MiddleName" Type="Edm.String" MaxLength="40" sap:label="Middle Name" sap:quickinfo="Middle Name or Second Forename of a Person"/><Property Name="NameCountry" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Ctry/Reg. for Format" sap:quickinfo="Country/Region for Name Format Rule"/><Property Name="NameFormat" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Name Format" sap:quickinfo="Name format"/><Property Name="PersonFullName" Type="Edm.String" MaxLength="80" sap:label="Full Name"/><Property Name="PersonNumber" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Person Number" sap:creatable="false" sap:updatable="false"/><Property Name="IsMarkedForArchiving" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Archiving Flag" sap:quickinfo="Central Archiving Flag"/><Property Name="BusinessPartnerIDByExtSystem" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="External BP Number" sap:quickinfo="Business Partner Number in External System"/><Property Name="BusinessPartnerPrintFormat" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Print Format" sap:quickinfo="Business Partner Print Format"/><Property Name="BusinessPartnerOccupation" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Occupation" sap:quickinfo="Occupation/group"/><Property Name="BusPartMaritalStatus" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Marital Status" sap:quickinfo="Marital Status of Business Partner"/><Property Name="BusPartNationality" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Nationality"/><Property Name="BusinessPartnerBirthName" Type="Edm.String" MaxLength="40" sap:label="Name at Birth" sap:quickinfo="Name at birth of business partner"/><Property Name="BusinessPartnerSupplementName" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Name Supplement" sap:quickinfo="Name supplement, e.g. noble title (key)"/><Property Name="NaturalPersonEmployerName" Type="Edm.String" MaxLength="35" sap:label="Employer" sap:quickinfo="Name of Employer of a Natural Person"/><Property Name="LastNamePrefix" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Prefix Key" sap:quickinfo="Name Prefix (Key)"/><Property Name="LastNameSecondPrefix" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="2nd prefix" sap:quickinfo="2nd name prefix (key)"/><Property Name="Initials" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Initials" sap:quickinfo=""Middle Initial" or personal initials"/><Property Name="TradingPartner" Type="Edm.String" MaxLength="6" sap:display-format="UpperCase" sap:label="Trading Partner No." sap:quickinfo="Company ID of Trading Partner"/><NavigationProperty Name="to_BPCreditWorthiness" Relationship="API_BUSINESS_PARTNER.assoc_1ADA0F38B6E8F2188803152EB26F8A0E" FromRole="FromRole_assoc_1ADA0F38B6E8F2188803152EB26F8A0E" ToRole="ToRole_assoc_1ADA0F38B6E8F2188803152EB26F8A0E"/><NavigationProperty Name="to_BPFinServicesReporting" Relationship="API_BUSINESS_PARTNER.assoc_D1846B86BBE9806988ECC0DBA57B14F4" FromRole="FromRole_assoc_D1846B86BBE9806988ECC0DBA57B14F4" ToRole="ToRole_assoc_D1846B86BBE9806988ECC0DBA57B14F4"/><NavigationProperty Name="to_BPFiscalYearInformation" Relationship="API_BUSINESS_PARTNER.assoc_24633CE2A304AC368B84393856DE88B5" FromRole="FromRole_assoc_24633CE2A304AC368B84393856DE88B5" ToRole="ToRole_assoc_24633CE2A304AC368B84393856DE88B5"/><NavigationProperty Name="to_BPRelationship" Relationship="API_BUSINESS_PARTNER.assoc_27938E55BE3C51172D240DC88BFDACA0" FromRole="FromRole_assoc_27938E55BE3C51172D240DC88BFDACA0" ToRole="ToRole_assoc_27938E55BE3C51172D240DC88BFDACA0"/><NavigationProperty Name="to_BuPaIdentification" Relationship="API_BUSINESS_PARTNER.assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7" FromRole="FromRole_assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7" ToRole="ToRole_assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7"/><NavigationProperty Name="to_BuPaIndustry" Relationship="API_BUSINESS_PARTNER.assoc_91BCE13588BD3046353CD68D3098C2E5" FromRole="FromRole_assoc_91BCE13588BD3046353CD68D3098C2E5" ToRole="ToRole_assoc_91BCE13588BD3046353CD68D3098C2E5"/><NavigationProperty Name="to_BusinessPartner" Relationship="API_BUSINESS_PARTNER.assoc_CD2960C1F310581C4BB59BAFF3C68466" FromRole="FromRole_assoc_CD2960C1F310581C4BB59BAFF3C68466" ToRole="ToRole_assoc_CD2960C1F310581C4BB59BAFF3C68466"/><NavigationProperty Name="to_BusinessPartnerAddress" Relationship="API_BUSINESS_PARTNER.assoc_6247ED959B75350E6EA6CEDD2CBEC7E7" FromRole="FromRole_assoc_6247ED959B75350E6EA6CEDD2CBEC7E7" ToRole="ToRole_assoc_6247ED959B75350E6EA6CEDD2CBEC7E7"/><NavigationProperty Name="to_BusinessPartnerBank" Relationship="API_BUSINESS_PARTNER.assoc_05F0DA10FFAB2836605571E5ABB6E5B9" FromRole="FromRole_assoc_05F0DA10FFAB2836605571E5ABB6E5B9" ToRole="ToRole_assoc_05F0DA10FFAB2836605571E5ABB6E5B9"/><NavigationProperty Name="to_BusinessPartnerContact" Relationship="API_BUSINESS_PARTNER.assoc_02AC1AF45478434AAB93B18ECA2FB863" FromRole="FromRole_assoc_02AC1AF45478434AAB93B18ECA2FB863" ToRole="ToRole_assoc_02AC1AF45478434AAB93B18ECA2FB863"/><NavigationProperty Name="to_BusinessPartnerRating" Relationship="API_BUSINESS_PARTNER.assoc_155A43CB320962DAD7CDFDF2221E7E7D" FromRole="FromRole_assoc_155A43CB320962DAD7CDFDF2221E7E7D" ToRole="ToRole_assoc_155A43CB320962DAD7CDFDF2221E7E7D"/><NavigationProperty Name="to_BusinessPartnerRole" Relationship="API_BUSINESS_PARTNER.assoc_FB863C7C69262D926CE14CA6A50667DB" FromRole="FromRole_assoc_FB863C7C69262D926CE14CA6A50667DB" ToRole="ToRole_assoc_FB863C7C69262D926CE14CA6A50667DB"/><NavigationProperty Name="to_BusinessPartnerTax" Relationship="API_BUSINESS_PARTNER.assoc_DADC7016DBB892642F90D68E0E47B6E8" FromRole="FromRole_assoc_DADC7016DBB892642F90D68E0E47B6E8" ToRole="ToRole_assoc_DADC7016DBB892642F90D68E0E47B6E8"/><NavigationProperty Name="to_BusPartAddrDepdntTaxNmbr" Relationship="API_BUSINESS_PARTNER.assoc_C546491A9F4C5AC472041B7C874F1DF3" FromRole="FromRole_assoc_C546491A9F4C5AC472041B7C874F1DF3" ToRole="ToRole_assoc_C546491A9F4C5AC472041B7C874F1DF3"/><NavigationProperty Name="to_Customer" Relationship="API_BUSINESS_PARTNER.assoc_80838433DCE8E16AA7C9031C32896631" FromRole="FromRole_assoc_80838433DCE8E16AA7C9031C32896631" ToRole="ToRole_assoc_80838433DCE8E16AA7C9031C32896631"/><NavigationProperty Name="to_Supplier" Relationship="API_BUSINESS_PARTNER.assoc_7256A9801E68AE14E59054C2738099F1" FromRole="FromRole_assoc_7256A9801E68AE14E59054C2738099F1" ToRole="ToRole_assoc_7256A9801E68AE14E59054C2738099F1"/></EntityType><EntityType Name="A_BusinessPartnerAddressType" sap:label="Address" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="AddressID"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="ValidityStartDate" Type="Edm.DateTimeOffset" Precision="0" sap:label="Valid From" sap:quickinfo="Validity Start of a Business Partner Address"/><Property Name="ValidityEndDate" Type="Edm.DateTimeOffset" Precision="0" sap:label="Valid To" sap:quickinfo="Validity End of a Business Partner Address"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/><Property Name="AddressUUID" Type="Edm.Guid" sap:label="GUID of a Business Partner Address" sap:heading="" sap:creatable="false" sap:updatable="false"/><Property Name="AdditionalStreetPrefixName" Type="Edm.String" MaxLength="40" sap:label="Street 3"/><Property Name="AdditionalStreetSuffixName" Type="Edm.String" MaxLength="40" sap:label="Street 5"/><Property Name="AddressTimeZone" Type="Edm.String" MaxLength="6" sap:display-format="UpperCase" sap:label="Time Zone" sap:quickinfo="Address Time Zone"/><Property Name="CareOfName" Type="Edm.String" MaxLength="40" sap:label="c/o" sap:quickinfo="c/o name"/><Property Name="CityCode" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="City Code" sap:quickinfo="City code for city/street file"/><Property Name="CityName" Type="Edm.String" MaxLength="40" sap:label="City"/><Property Name="CompanyPostalCode" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Company Postal Code" sap:quickinfo="Company Postal Code (for Large Customers)"/><Property Name="Country" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Country/Region Key"/><Property Name="County" Type="Edm.String" MaxLength="40" sap:label="County"/><Property Name="DeliveryServiceNumber" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Delivery Service No." sap:quickinfo="Number of Delivery Service"/><Property Name="DeliveryServiceTypeCode" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Delvry Serv Type" sap:quickinfo="Type of Delivery Service"/><Property Name="District" Type="Edm.String" MaxLength="40" sap:label="District"/><Property Name="FormOfAddress" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Title Key" sap:quickinfo="Form-of-Address Key" sap:creatable="false" sap:updatable="false"/><Property Name="FullName" Type="Edm.String" MaxLength="80" sap:label="Full Name" sap:quickinfo="Full name of a party (Bus. Partner, Org. Unit, Doc. address)" sap:creatable="false" sap:updatable="false"/><Property Name="HomeCityName" Type="Edm.String" MaxLength="40" sap:label="Different City" sap:quickinfo="City (different from postal city)"/><Property Name="HouseNumber" Type="Edm.String" MaxLength="10" sap:label="House Number"/><Property Name="HouseNumberSupplementText" Type="Edm.String" MaxLength="10" sap:label="Supplement" sap:quickinfo="House number supplement"/><Property Name="Language" Type="Edm.String" MaxLength="2" sap:label="Language Key"/><Property Name="POBox" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="PO Box"/><Property Name="POBoxDeviatingCityName" Type="Edm.String" MaxLength="40" sap:label="PO Box City" sap:quickinfo="PO Box city"/><Property Name="POBoxDeviatingCountry" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="PO Box Ctry/Region" sap:quickinfo="PO Box of Country/Region"/><Property Name="POBoxDeviatingRegion" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="PO Box Region" sap:quickinfo="Region for PO Box (Country/Region, State, Province, ...)"/><Property Name="POBoxIsWithoutNumber" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="PO Box w/o No." sap:quickinfo="Flag: PO Box Without Number"/><Property Name="POBoxLobbyName" Type="Edm.String" MaxLength="40" sap:label="PO Box Lobby"/><Property Name="POBoxPostalCode" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="PO Box Postal Code"/><Property Name="Person" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Person Number" sap:creatable="false" sap:updatable="false"/><Property Name="PostalCode" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Postal Code" sap:quickinfo="City Postal Code"/><Property Name="PrfrdCommMediumType" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Comm. Method" sap:quickinfo="Communication Method (Key) (Business Address Services)"/><Property Name="Region" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Region" sap:quickinfo="Region (State, Province, County)"/><Property Name="StreetName" Type="Edm.String" MaxLength="60" sap:label="Street"/><Property Name="StreetPrefixName" Type="Edm.String" MaxLength="40" sap:label="Street 2"/><Property Name="StreetSuffixName" Type="Edm.String" MaxLength="40" sap:label="Street 4"/><Property Name="TaxJurisdiction" Type="Edm.String" MaxLength="15" sap:display-format="UpperCase" sap:label="Tax Jurisdiction"/><Property Name="TransportZone" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Transportation Zone" sap:quickinfo="Transportation zone to or from which the goods are delivered"/><Property Name="AddressIDByExternalSystem" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="External Address No." sap:quickinfo="Address number in external system"/><Property Name="CountyCode" Type="Edm.String" MaxLength="8" sap:display-format="UpperCase" sap:label="County code" sap:quickinfo="County code for county"/><Property Name="TownshipCode" Type="Edm.String" MaxLength="8" sap:display-format="UpperCase" sap:label="Township code" sap:quickinfo="Township code for Township"/><Property Name="TownshipName" Type="Edm.String" MaxLength="40" sap:label="Township"/><NavigationProperty Name="to_AddressUsage" Relationship="API_BUSINESS_PARTNER.assoc_091DBA85F5FE3E747FC3884B40B4EBFD" FromRole="FromRole_assoc_091DBA85F5FE3E747FC3884B40B4EBFD" ToRole="ToRole_assoc_091DBA85F5FE3E747FC3884B40B4EBFD"/><NavigationProperty Name="to_BPAddrDepdntIntlLocNumber" Relationship="API_BUSINESS_PARTNER.assoc_E3AF841788C2ADA1293E0580F118D4CA" FromRole="FromRole_assoc_E3AF841788C2ADA1293E0580F118D4CA" ToRole="ToRole_assoc_E3AF841788C2ADA1293E0580F118D4CA"/><NavigationProperty Name="to_EmailAddress" Relationship="API_BUSINESS_PARTNER.assoc_B21DC96A1904D36E94FBE84771BD7E99" FromRole="FromRole_assoc_B21DC96A1904D36E94FBE84771BD7E99" ToRole="ToRole_assoc_B21DC96A1904D36E94FBE84771BD7E99"/><NavigationProperty Name="to_FaxNumber" Relationship="API_BUSINESS_PARTNER.assoc_43B546339886BBB6ED35EA7CA84FB32B" FromRole="FromRole_assoc_43B546339886BBB6ED35EA7CA84FB32B" ToRole="ToRole_assoc_43B546339886BBB6ED35EA7CA84FB32B"/><NavigationProperty Name="to_MobilePhoneNumber" Relationship="API_BUSINESS_PARTNER.assoc_60DDA2597182EA56C114908472D2FB81" FromRole="FromRole_assoc_60DDA2597182EA56C114908472D2FB81" ToRole="ToRole_assoc_60DDA2597182EA56C114908472D2FB81"/><NavigationProperty Name="to_PhoneNumber" Relationship="API_BUSINESS_PARTNER.assoc_35D5A40C930BECE699C4526B1B1F8D1C" FromRole="FromRole_assoc_35D5A40C930BECE699C4526B1B1F8D1C" ToRole="ToRole_assoc_35D5A40C930BECE699C4526B1B1F8D1C"/><NavigationProperty Name="to_URLAddress" Relationship="API_BUSINESS_PARTNER.assoc_24C290CBC7FE69574AD9D79A5C631212" FromRole="FromRole_assoc_24C290CBC7FE69574AD9D79A5C631212" ToRole="ToRole_assoc_24C290CBC7FE69574AD9D79A5C631212"/></EntityType><EntityType Name="A_BusinessPartnerBankType" sap:label="Bank" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="BankIdentification"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BankIdentification" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Bank Details ID"/><Property Name="BankCountryKey" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Bank Country/Region" sap:quickinfo="Country/Region Key of Bank"/><Property Name="BankName" Type="Edm.String" MaxLength="60" sap:label="Bank Name" sap:quickinfo="Name of Financial Institution" sap:creatable="false" sap:updatable="false"/><Property Name="BankNumber" Type="Edm.String" MaxLength="15" sap:display-format="UpperCase" sap:label="Bank Key"/><Property Name="SWIFTCode" Type="Edm.String" MaxLength="11" sap:display-format="UpperCase" sap:label="SWIFT/BIC" sap:quickinfo="SWIFT/BIC for International Payments" sap:creatable="false" sap:updatable="false"/><Property Name="BankControlKey" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Bank Control Key"/><Property Name="BankAccountHolderName" Type="Edm.String" MaxLength="60" sap:label="Account Holder" sap:quickinfo="Account Holder Name"/><Property Name="BankAccountName" Type="Edm.String" MaxLength="40" sap:label="Account Name" sap:quickinfo="Name of Bank Account"/><Property Name="ValidityStartDate" Type="Edm.DateTimeOffset" Precision="0" sap:label="Valid From" sap:quickinfo="Validity Start of Business Partner Bank Details"/><Property Name="ValidityEndDate" Type="Edm.DateTimeOffset" Precision="0" sap:label="Valid To" sap:quickinfo="Validity End of Business Partner Bank Details"/><Property Name="IBAN" Type="Edm.String" MaxLength="34" sap:display-format="UpperCase" sap:label="IBAN" sap:quickinfo="IBAN (International Bank Account Number)"/><Property Name="IBANValidityStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="IBAN Valid From" sap:quickinfo="Validity Start of IBAN"/><Property Name="BankAccount" Type="Edm.String" MaxLength="18" sap:display-format="UpperCase" sap:label="Bank Account" sap:quickinfo="Bank Account Number"/><Property Name="BankAccountReferenceText" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="Reference Details" sap:quickinfo="Reference Details for Bank Details"/><Property Name="CollectionAuthInd" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Collect.author." sap:quickinfo="Indicator: Collection Authorization"/><Property Name="CityName" Type="Edm.String" MaxLength="35" sap:label="City" sap:creatable="false" sap:updatable="false"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/></EntityType><EntityType Name="A_BusinessPartnerContactType" sap:label="Contact" sap:content-version="1"><Key><PropertyRef Name="RelationshipNumber"/><PropertyRef Name="BusinessPartnerCompany"/><PropertyRef Name="BusinessPartnerPerson"/><PropertyRef Name="ValidityEndDate"/></Key><Property Name="RelationshipNumber" Type="Edm.String" Nullable="false" MaxLength="12" sap:display-format="UpperCase" sap:label="BP Relationship No." sap:quickinfo="BP Relationship Number"/><Property Name="BusinessPartnerCompany" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusinessPartnerPerson" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="ValidityEndDate" Type="Edm.DateTime" Nullable="false" Precision="0" sap:display-format="Date" sap:label="Valid To" sap:quickinfo="Validity Date (Valid To)"/><Property Name="ValidityStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Valid From" sap:quickinfo="Validity Date (Valid From)"/><Property Name="IsStandardRelationship" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Standard" sap:quickinfo="Standard Relationship"/><Property Name="RelationshipCategory" Type="Edm.String" MaxLength="6" sap:display-format="UpperCase" sap:label="Relationship Cat." sap:quickinfo="Business Partner Relationship Category"/><NavigationProperty Name="to_ContactAddress" Relationship="API_BUSINESS_PARTNER.assoc_68C6FA4D5F974F8BBFCA5D234FA05107" FromRole="FromRole_assoc_68C6FA4D5F974F8BBFCA5D234FA05107" ToRole="ToRole_assoc_68C6FA4D5F974F8BBFCA5D234FA05107"/><NavigationProperty Name="to_ContactRelationship" Relationship="API_BUSINESS_PARTNER.assoc_ABC4A572A4A8802D97BA70498CCE4A4E" FromRole="FromRole_assoc_ABC4A572A4A8802D97BA70498CCE4A4E" ToRole="ToRole_assoc_ABC4A572A4A8802D97BA70498CCE4A4E"/></EntityType><EntityType Name="A_BusinessPartnerRatingType" sap:label="Ratings" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="BusinessPartnerRatingProcedure"/><PropertyRef Name="BPRatingValidityEndDate"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusinessPartnerRatingProcedure" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Rating Procedure"/><Property Name="BPRatingValidityEndDate" Type="Edm.DateTime" Nullable="false" Precision="0" sap:display-format="Date" sap:label="Rating Valid To" sap:quickinfo="Valid-to Date for Rating"/><Property Name="BusinessPartnerRatingGrade" Type="Edm.String" MaxLength="10" sap:label="Rating"/><Property Name="BusinessPartnerRatingTrend" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Trend"/><Property Name="BPRatingValidityStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Rating Valid From" sap:quickinfo="Valid-from Date for Rating"/><Property Name="BPRatingCreationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Rated On" sap:quickinfo="Entered-on Date for Rating"/><Property Name="BusinessPartnerRatingComment" Type="Edm.String" MaxLength="60" sap:label="Text" sap:quickinfo="Text for Ratings"/><Property Name="BusinessPartnerRatingIsAllowed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Rating Allowed"/><Property Name="BPRatingIsValidOnKeyDate" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Rating Valid" sap:quickinfo="Business Partner Rating is valid on Key Date"/><Property Name="BusinessPartnerRatingKeyDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Access Date" sap:quickinfo="Key Date of Accessing Business Partner Rating Data"/><Property Name="BusinessPartnerRatingIsExpired" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Rating is Expired" sap:quickinfo="Rating Validity is Expired according to Permitted Period"/></EntityType><EntityType Name="A_BusinessPartnerRoleType" sap:label="Role" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="BusinessPartnerRole"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BusinessPartnerRole" Type="Edm.String" Nullable="false" MaxLength="6" sap:display-format="UpperCase" sap:label="BP Role"/><Property Name="ValidFrom" Type="Edm.DateTimeOffset" Precision="0" sap:label="Valid From" sap:quickinfo="Validity Start of a BP Role"/><Property Name="ValidTo" Type="Edm.DateTimeOffset" Precision="0" sap:label="Valid To" sap:quickinfo="Validity End of a BP Role"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/></EntityType><EntityType Name="A_BusinessPartnerTaxNumberType" sap:label="Tax Number" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="BPTaxType"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="BPTaxType" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Tax Number Category"/><Property Name="BPTaxNumber" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="Tax number" sap:quickinfo="Business Partner Tax Number"/><Property Name="BPTaxLongNumber" Type="Edm.String" MaxLength="60" sap:display-format="UpperCase" sap:label="Tax Number Long" sap:quickinfo="Business Partner Tax Number"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/></EntityType><EntityType Name="A_BusPartAddrDepdntTaxNmbrType" sap:label="Business Partner Address Dependent Tax Numbers" sap:content-version="1"><Key><PropertyRef Name="BusinessPartner"/><PropertyRef Name="AddressID"/><PropertyRef Name="BPTaxType"/></Key><Property Name="BusinessPartner" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Business Partner" sap:quickinfo="Business Partner Number"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number"/><Property Name="BPTaxType" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Tax Number Category"/><Property Name="BPTaxNumber" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="Tax number" sap:quickinfo="Business Partner Tax Number"/><Property Name="BPTaxLongNumber" Type="Edm.String" MaxLength="60" sap:display-format="UpperCase" sap:label="Tax Number Long" sap:quickinfo="Business Partner Tax Number"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/></EntityType><EntityType Name="A_CustAddrDepdntExtIdentifierType" sap:label="Customer Address Dependent External Identifier" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="AddressID"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number" sap:quickinfo="Business Partner Address Number (from BUT020)"/><Property Name="CustomerExternalRefID" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Customer ID External" sap:quickinfo="Customer Identifier for External System"/></EntityType><EntityType Name="A_CustAddrDepdntInformationType" sap:label="Customer Address Dependent Infomation" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="AddressID"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number" sap:quickinfo="Business Partner Address Number (from BUT020)"/><Property Name="ExpressTrainStationName" Type="Edm.String" MaxLength="25" sap:label="Express station" sap:quickinfo="Express train station"/><Property Name="TrainStationName" Type="Edm.String" MaxLength="25" sap:label="Train station"/><Property Name="CityCode" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="City Code"/><Property Name="County" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="County Code"/></EntityType><EntityType Name="A_CustomerType" sap:label="Customer" sap:content-version="1"><Key><PropertyRef Name="Customer"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/><Property Name="BillingIsBlockedForCustomer" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Billing Block" sap:quickinfo="Central Billing Block for Customer"/><Property Name="CreatedByUser" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Created by" sap:quickinfo="Name of Person who Created the Object" sap:creatable="false" sap:updatable="false"/><Property Name="CreationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Created On" sap:quickinfo="Record Created On" sap:creatable="false" sap:updatable="false"/><Property Name="CustomerAccountGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Account Group" sap:quickinfo="Customer Account Group"/><Property Name="CustomerClassification" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Customer Classific." sap:quickinfo="Customer Classification"/><Property Name="CustomerFullName" Type="Edm.String" MaxLength="220" sap:display-format="UpperCase" sap:label="Customer Name" sap:quickinfo="Customer Full Name" sap:creatable="false" sap:updatable="false"/><Property Name="CustomerName" Type="Edm.String" MaxLength="80" sap:label="Name of Customer" sap:creatable="false" sap:updatable="false"/><Property Name="DeliveryIsBlocked" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Delivery block" sap:quickinfo="Central delivery block for the customer"/><Property Name="FreeDefinedAttribute01" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Attribute 1"/><Property Name="FreeDefinedAttribute02" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Attribute 2"/><Property Name="FreeDefinedAttribute03" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Attribute 3"/><Property Name="FreeDefinedAttribute04" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Attribute 4"/><Property Name="FreeDefinedAttribute05" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Attribute 5"/><Property Name="FreeDefinedAttribute06" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Attribute 6"/><Property Name="FreeDefinedAttribute07" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Attribute 7"/><Property Name="FreeDefinedAttribute08" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Attribute 8"/><Property Name="FreeDefinedAttribute09" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Attribute 9"/><Property Name="FreeDefinedAttribute10" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Attribute 10"/><Property Name="NFPartnerIsNaturalPerson" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Natural Person"/><Property Name="OrderIsBlockedForCustomer" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Order Block" sap:quickinfo="Central Order Block for Customer"/><Property Name="PostingIsBlocked" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Posting Block" sap:quickinfo="Central Posting Block"/><Property Name="Supplier" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier"/><Property Name="CustomerCorporateGroup" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Group Key"/><Property Name="FiscalAddress" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Fiscal address" sap:quickinfo="Account number of the master record with the fiscal address"/><Property Name="Industry" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Industry" sap:quickinfo="Industry key" sap:creatable="false" sap:updatable="false"/><Property Name="IndustryCode1" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Industry Code 1"/><Property Name="IndustryCode2" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Industry Code 2"/><Property Name="IndustryCode3" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Industry Code 3"/><Property Name="IndustryCode4" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Industry Code 4"/><Property Name="IndustryCode5" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Industry Code 5"/><Property Name="InternationalLocationNumber1" Type="Edm.String" MaxLength="7" sap:display-format="NonNegative" sap:label="Int. location no. 1" sap:quickinfo="International location number (part 1)" sap:creatable="false" sap:updatable="false"/><Property Name="InternationalLocationNumber2" Type="Edm.String" MaxLength="5" sap:display-format="NonNegative" sap:label="Int. location no. 2" sap:quickinfo="International location number (Part 2)" sap:creatable="false" sap:updatable="false"/><Property Name="InternationalLocationNumber3" Type="Edm.String" MaxLength="1" sap:display-format="NonNegative" sap:label="Check digit" sap:quickinfo="Check digit for the international location number" sap:creatable="false" sap:updatable="false"/><Property Name="NielsenRegion" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Nielsen Indicator" sap:quickinfo="Nielsen ID"/><Property Name="ResponsibleType" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Tax Type"/><Property Name="TaxNumber1" Type="Edm.String" MaxLength="16" sap:display-format="UpperCase" sap:label="Tax Number 1" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumber2" Type="Edm.String" MaxLength="11" sap:display-format="UpperCase" sap:label="Tax Number 2" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumber3" Type="Edm.String" MaxLength="18" sap:display-format="UpperCase" sap:label="Tax Number 3" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumber4" Type="Edm.String" MaxLength="18" sap:display-format="UpperCase" sap:label="Tax Number 4" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumber5" Type="Edm.String" MaxLength="60" sap:display-format="UpperCase" sap:label="Tax Number 5" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumberType" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Tax Number Type"/><Property Name="VATRegistration" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="VAT Registration No." sap:quickinfo="VAT Registration Number"/><Property Name="DeletionIndicator" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Deletion Flag" sap:quickinfo="Central Deletion Flag for Master Record"/><Property Name="ExpressTrainStationName" Type="Edm.String" MaxLength="25" sap:label="Express station" sap:quickinfo="Express train station"/><Property Name="TrainStationName" Type="Edm.String" MaxLength="25" sap:label="Train station"/><Property Name="CityCode" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="City Code"/><Property Name="County" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="County Code"/><NavigationProperty Name="to_CustAddrDepdntExtIdentifier" Relationship="API_BUSINESS_PARTNER.assoc_8CB6FAD20F28B2231218990D2E4F2F43" FromRole="FromRole_assoc_8CB6FAD20F28B2231218990D2E4F2F43" ToRole="ToRole_assoc_8CB6FAD20F28B2231218990D2E4F2F43"/><NavigationProperty Name="to_CustAddrDepdntInformation" Relationship="API_BUSINESS_PARTNER.assoc_754D8331595A092718B0DFC52065EE7B" FromRole="FromRole_assoc_754D8331595A092718B0DFC52065EE7B" ToRole="ToRole_assoc_754D8331595A092718B0DFC52065EE7B"/><NavigationProperty Name="to_CustomerCompany" Relationship="API_BUSINESS_PARTNER.assoc_BB9464C0EE976A75A05F937B73A26763" FromRole="FromRole_assoc_BB9464C0EE976A75A05F937B73A26763" ToRole="ToRole_assoc_BB9464C0EE976A75A05F937B73A26763"/><NavigationProperty Name="to_CustomerSalesArea" Relationship="API_BUSINESS_PARTNER.assoc_70A8B5CCADF265E097DC86BC7B699B31" FromRole="FromRole_assoc_70A8B5CCADF265E097DC86BC7B699B31" ToRole="ToRole_assoc_70A8B5CCADF265E097DC86BC7B699B31"/><NavigationProperty Name="to_CustomerTaxGrouping" Relationship="API_BUSINESS_PARTNER.assoc_0DE5F89839F0BD9497F35D85212F05CE" FromRole="FromRole_assoc_0DE5F89839F0BD9497F35D85212F05CE" ToRole="ToRole_assoc_0DE5F89839F0BD9497F35D85212F05CE"/><NavigationProperty Name="to_CustomerText" Relationship="API_BUSINESS_PARTNER.assoc_301BF3C95F38823A34CFF6B5A5EF3514" FromRole="FromRole_assoc_301BF3C95F38823A34CFF6B5A5EF3514" ToRole="ToRole_assoc_301BF3C95F38823A34CFF6B5A5EF3514"/><NavigationProperty Name="to_CustomerUnloadingPoint" Relationship="API_BUSINESS_PARTNER.assoc_384B40303CD3100ABADBF0437EB49163" FromRole="FromRole_assoc_384B40303CD3100ABADBF0437EB49163" ToRole="ToRole_assoc_384B40303CD3100ABADBF0437EB49163"/><NavigationProperty Name="to_CustUnldgPtAddrDepdntInfo" Relationship="API_BUSINESS_PARTNER.assoc_880A633B2255DEBB46E031A2E3CEE1FF" FromRole="FromRole_assoc_880A633B2255DEBB46E031A2E3CEE1FF" ToRole="ToRole_assoc_880A633B2255DEBB46E031A2E3CEE1FF"/></EntityType><EntityType Name="A_CustomerCompanyType" sap:label="Customer Company" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="CompanyCode"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="CompanyCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Company Code"/><Property Name="APARToleranceGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Tolerance group" sap:quickinfo="Tolerance group for the business partner/G/L account"/><Property Name="AccountByCustomer" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Account at customer" sap:quickinfo="Our account number at customer"/><Property Name="AccountingClerk" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Clerk Abbrev." sap:quickinfo="Accounting Clerk Abbreviation"/><Property Name="AccountingClerkFaxNumber" Type="Edm.String" MaxLength="31" sap:label="Acctg clerk's fax" sap:quickinfo="Accounting clerk's fax number at the customer/vendor"/><Property Name="AccountingClerkInternetAddress" Type="Edm.String" MaxLength="130" sap:label="Clrk's internet add." sap:quickinfo="Internet address of partner company clerk"/><Property Name="AccountingClerkPhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Acct.clerks tel.no." sap:quickinfo="Accounting clerk's telephone number at business partner"/><Property Name="AlternativePayerAccount" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Alternative payer" sap:quickinfo="Account number of an alternative payer"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/><Property Name="CollectiveInvoiceVariant" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Coll.invoice variant" sap:quickinfo="Collective invoice variant"/><Property Name="CustomerAccountNote" Type="Edm.String" MaxLength="30" sap:label="Account memo" sap:quickinfo="Memo"/><Property Name="CustomerHeadOffice" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Head Office" sap:quickinfo="Head Office Account Number (in branch accounts)"/><Property Name="CustomerSupplierClearingIsUsed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Clearing with vendor" sap:quickinfo="Indicator: Clearing between customer and vendor ?"/><Property Name="HouseBank" Type="Edm.String" MaxLength="5" sap:display-format="UpperCase" sap:label="House Bank" sap:quickinfo="Short Key for a House Bank"/><Property Name="InterestCalculationCode" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Interest Indicator"/><Property Name="InterestCalculationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Last key date" sap:quickinfo="Key date of the last interest calculation"/><Property Name="IntrstCalcFrequencyInMonths" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="Int.Calc.Freq." sap:quickinfo="Interest Calculation Frequency in Months"/><Property Name="IsToBeLocallyProcessed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Local processing" sap:quickinfo="Indicator: Local processing?"/><Property Name="ItemIsToBePaidSeparately" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Individual pmnt" sap:quickinfo="Indicator: Pay all items separately ?"/><Property Name="LayoutSortingRule" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Sort Key" sap:quickinfo="Key for Sorting According to Assignment Numbers"/><Property Name="PaymentBlockingReason" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Payment block" sap:quickinfo="Block Key for Payment"/><Property Name="PaymentMethodsList" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Payment Methods" sap:quickinfo="List of Respected Payment Methods"/><Property Name="PaymentTerms" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Terms of Payment" sap:quickinfo="Terms of Payment Key"/><Property Name="PaytAdviceIsSentbyEDI" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Pmnt advice by EDI" sap:quickinfo="Indicator: Send Payment Advices by EDI"/><Property Name="PhysicalInventoryBlockInd" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Co.code post.block" sap:quickinfo="Posting block for company code"/><Property Name="ReconciliationAccount" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Reconciliation Acct" sap:quickinfo="Reconciliation Account in General Ledger"/><Property Name="RecordPaymentHistoryIndicator" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Record pmnt history" sap:quickinfo="Indicator: Record Payment History ?"/><Property Name="UserAtCustomer" Type="Edm.String" MaxLength="15" sap:label="User at customer"/><Property Name="DeletionIndicator" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Co.Cde Deletion Flag" sap:quickinfo="Deletion Flag for Master Record (Company Code Level)"/><Property Name="CashPlanningGroup" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Planning group"/><Property Name="KnownOrNegotiatedLeave" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Knwn/negotiat.leave" sap:quickinfo="Short Key for Known/Negotiated Leave"/><Property Name="ValueAdjustmentKey" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Value Adjustment" sap:quickinfo="Value Adjustment Key"/><Property Name="CustomerAccountGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Account Group" sap:quickinfo="Customer Account Group"/><NavigationProperty Name="to_CompanyText" Relationship="API_BUSINESS_PARTNER.assoc_B60166D8890DDF85A7D581A0BB2D1255" FromRole="FromRole_assoc_B60166D8890DDF85A7D581A0BB2D1255" ToRole="ToRole_assoc_B60166D8890DDF85A7D581A0BB2D1255"/><NavigationProperty Name="to_CustomerDunning" Relationship="API_BUSINESS_PARTNER.assoc_8273BE5CD7CC24B836264946436461DA" FromRole="FromRole_assoc_8273BE5CD7CC24B836264946436461DA" ToRole="ToRole_assoc_8273BE5CD7CC24B836264946436461DA"/><NavigationProperty Name="to_WithHoldingTax" Relationship="API_BUSINESS_PARTNER.assoc_65B2B550EF37ECC341EC132360E3D0A8" FromRole="FromRole_assoc_65B2B550EF37ECC341EC132360E3D0A8" ToRole="ToRole_assoc_65B2B550EF37ECC341EC132360E3D0A8"/></EntityType><EntityType Name="A_CustomerCompanyTextType" sap:label="Customer Company Text" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="CompanyCode"/><PropertyRef Name="Language"/><PropertyRef Name="LongTextID"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number" sap:creatable="false" sap:updatable="false"/><Property Name="CompanyCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Company Code"/><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" sap:label="Language" sap:quickinfo="Language key"/><Property Name="LongTextID" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Text ID"/><Property Name="LongText" Type="Edm.String" sap:label="String" sap:heading="" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/></EntityType><EntityType Name="A_CustomerDunningType" sap:label="Customer Dunning" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="CompanyCode"/><PropertyRef Name="DunningArea"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="CompanyCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Company Code"/><Property Name="DunningArea" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Dunning Area"/><Property Name="DunningBlock" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Dunning Block"/><Property Name="DunningLevel" Type="Edm.String" MaxLength="1" sap:display-format="NonNegative" sap:label="Dunning Level"/><Property Name="DunningProcedure" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Dunning Procedure"/><Property Name="DunningRecipient" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Dunn.recipient" sap:quickinfo="Account number of the dunning recipient"/><Property Name="LastDunnedOn" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Last Dunned" sap:quickinfo="Date of Last Dunning Notice"/><Property Name="LegDunningProcedureOn" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Legal dunn.proc.from" sap:quickinfo="Date of the legal dunning proceedings"/><Property Name="DunningClerk" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Dunning clerk"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/><Property Name="CustomerAccountGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Account Group" sap:quickinfo="Customer Account Group"/></EntityType><EntityType Name="A_CustomerSalesAreaType" sap:label="Sales Area" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="SalesOrganization"/><PropertyRef Name="DistributionChannel"/><PropertyRef Name="Division"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="SalesOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Sales Organization"/><Property Name="DistributionChannel" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Distribution Channel"/><Property Name="Division" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Division"/><Property Name="AccountByCustomer" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Account at customer" sap:quickinfo="Shipper's (Our) Account Number at the Customer or Vendor"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization Group"/><Property Name="BillingIsBlockedForCustomer" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="BBlock for SlsA" sap:quickinfo="Billing block for customer (sales and distribution)"/><Property Name="CompleteDeliveryIsDefined" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Complete Delivery" sap:quickinfo="Complete Delivery Defined for Each Sales Order?"/><Property Name="CreditControlArea" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Credit Control Area"/><Property Name="Currency" Type="Edm.String" MaxLength="5" sap:display-format="UpperCase" sap:label="Currency" sap:semantics="currency-code"/><Property Name="CustIsRlvtForSettlmtMgmt" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Settlement Mgmt." sap:quickinfo="Indicator: Relevant for Settlement Management"/><Property Name="CustomerABCClassification" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="ABC Classification" sap:quickinfo="Customer classification (ABC analysis)"/><Property Name="CustomerAccountAssignmentGroup" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Acct Assmt Grp Cust." sap:quickinfo="Account Assignment Group for Customer"/><Property Name="CustomerGroup" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Customer Group"/><Property Name="CustomerIsRebateRelevant" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Rebate" sap:quickinfo="Indicator: Customer Is Rebate-Relevant"/><Property Name="CustomerPaymentTerms" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Terms of Payment" sap:quickinfo="Terms of Payment Key"/><Property Name="CustomerPriceGroup" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Customer Price Group"/><Property Name="CustomerPricingProcedure" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Cust.Pric.Procedure" sap:quickinfo="Customer Classification for Pricing Procedure Determination"/><Property Name="CustProdProposalProcedure" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="PP customer proced." sap:quickinfo="Customer procedure for product proposal"/><Property Name="DeliveryIsBlockedForCustomer" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="DelBlckSalesAr." sap:quickinfo="Customer delivery block (sales area)"/><Property Name="DeliveryPriority" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="Delivery Priority"/><Property Name="IncotermsClassification" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Incoterms" sap:quickinfo="Incoterms (Part 1)"/><Property Name="IncotermsLocation2" Type="Edm.String" MaxLength="70" sap:label="Incoterms Location 2"/><Property Name="IncotermsVersion" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Incoterms Version"/><Property Name="IncotermsLocation1" Type="Edm.String" MaxLength="70" sap:label="Incoterms Location 1"/><Property Name="IncotermsSupChnLoc1AddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="IncotermsSupChnLoc2AddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="IncotermsSupChnDvtgLocAddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="DeletionIndicator" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Del.ID SlsArea" sap:quickinfo="Deletion flag for customer (sales level)"/><Property Name="IncotermsTransferLocation" Type="Edm.String" MaxLength="28" sap:label="Incoterms (Part 2)"/><Property Name="InspSbstHasNoTimeOrQuantity" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Price determination" sap:quickinfo="Relevant for price determination ID"/><Property Name="InvoiceDate" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Invoicing Dates" sap:quickinfo="Invoice Dates (Calendar Identification)"/><Property Name="ItemOrderProbabilityInPercent" Type="Edm.String" MaxLength="3" sap:display-format="NonNegative" sap:label="Order Probability" sap:quickinfo="Order Probability of the Item"/><Property Name="ManualInvoiceMaintIsRelevant" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Man. Invoice Maint." sap:quickinfo="Manual Invoice Maintenance"/><Property Name="MaxNmbrOfPartialDelivery" Type="Edm.Decimal" Precision="1" Scale="0" sap:label="Max.Part.Deliveries" sap:quickinfo="Maximum Number of Partial Deliveries Allowed Per Item"/><Property Name="OrderCombinationIsAllowed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Order Combination" sap:quickinfo="Order Combination Indicator"/><Property Name="OrderIsBlockedForCustomer" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Ord.blk:sls ar." sap:quickinfo="Customer order block (sales area)"/><Property Name="OverdelivTolrtdLmtRatioInPct" Type="Edm.Decimal" Precision="3" Scale="1" sap:label="Overdeliv. Tolerance" sap:quickinfo="Overdelivery Tolerance"/><Property Name="PartialDeliveryIsAllowed" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Partial Deliv./Item" sap:quickinfo="Partial Delivery at Item Level"/><Property Name="PriceListType" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Price List Type"/><Property Name="ProductUnitGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Unit of Measure Grp" sap:quickinfo="Unit of Measure Group"/><Property Name="ProofOfDeliveryTimeValue" Type="Edm.Decimal" Precision="6" Scale="2" sap:label="POD timeframe" sap:quickinfo="Timeframe for Confirmation of POD"/><Property Name="SalesGroup" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Sales Group"/><Property Name="SalesItemProposal" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Item proposal"/><Property Name="SalesOffice" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Sales Office"/><Property Name="ShippingCondition" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Shipping Conditions"/><Property Name="SlsDocIsRlvtForProofOfDeliv" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Relevant for POD" sap:quickinfo="Relevant for POD processing"/><Property Name="SlsUnlmtdOvrdelivIsAllwd" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Unlimited Tolerance" sap:quickinfo="Unlimited Overdelivery Allowed"/><Property Name="SupplyingPlant" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Delivering Plant" sap:quickinfo="Delivering Plant (Own or External)"/><Property Name="SalesDistrict" Type="Edm.String" MaxLength="6" sap:display-format="UpperCase" sap:label="Sales District"/><Property Name="UnderdelivTolrtdLmtRatioInPct" Type="Edm.Decimal" Precision="3" Scale="1" sap:label="Underdel. Tolerance" sap:quickinfo="Underdelivery Tolerance"/><Property Name="InvoiceListSchedule" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Invoice List Sched." sap:quickinfo="Invoice List Schedule (calendar identification)"/><Property Name="ExchangeRateType" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Exchange Rate Type"/><Property Name="AdditionalCustomerGroup1" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Customer Group 1"/><Property Name="AdditionalCustomerGroup2" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Customer Group 2"/><Property Name="AdditionalCustomerGroup3" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Customer Group 3"/><Property Name="AdditionalCustomerGroup4" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Customer Group 4"/><Property Name="AdditionalCustomerGroup5" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Customer Group 5"/><Property Name="PaymentGuaranteeProcedure" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Paymt guarant. proc." sap:quickinfo="Customer payment guarantee procedure"/><Property Name="CustomerAccountGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Account Group" sap:quickinfo="Customer Account Group"/><NavigationProperty Name="to_PartnerFunction" Relationship="API_BUSINESS_PARTNER.assoc_3747E462BFFBB3127682A67959ECC8AA" FromRole="FromRole_assoc_3747E462BFFBB3127682A67959ECC8AA" ToRole="ToRole_assoc_3747E462BFFBB3127682A67959ECC8AA"/><NavigationProperty Name="to_SalesAreaTax" Relationship="API_BUSINESS_PARTNER.assoc_49CF1243367384CB6C19B5648CA1F817" FromRole="FromRole_assoc_49CF1243367384CB6C19B5648CA1F817" ToRole="ToRole_assoc_49CF1243367384CB6C19B5648CA1F817"/><NavigationProperty Name="to_SalesAreaText" Relationship="API_BUSINESS_PARTNER.assoc_46D370A62F67996B992AE7C09589BEAD" FromRole="FromRole_assoc_46D370A62F67996B992AE7C09589BEAD" ToRole="ToRole_assoc_46D370A62F67996B992AE7C09589BEAD"/><NavigationProperty Name="to_SlsAreaAddrDepdntInfo" Relationship="API_BUSINESS_PARTNER.assoc_B4BA0E8783B446CC7EF60849B258E475" FromRole="FromRole_assoc_B4BA0E8783B446CC7EF60849B258E475" ToRole="ToRole_assoc_B4BA0E8783B446CC7EF60849B258E475"/></EntityType><EntityType Name="A_CustomerSalesAreaTaxType" sap:label="Sales Area Tax" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="SalesOrganization"/><PropertyRef Name="DistributionChannel"/><PropertyRef Name="Division"/><PropertyRef Name="DepartureCountry"/><PropertyRef Name="CustomerTaxCategory"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="SalesOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Sales Organization"/><Property Name="DistributionChannel" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="RefDistCh-Cust/Mat." sap:quickinfo="Reference distrib.channel for cust.and material masters"/><Property Name="Division" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Division"/><Property Name="DepartureCountry" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="UpperCase" sap:label="Departure Ctry/Reg." sap:quickinfo="Departure Country/Region (from which the goods are sent)"/><Property Name="CustomerTaxCategory" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Tax Condition Type" sap:quickinfo="Tax Condition Type (Sales Tax, Value-Added Tax,...)"/><Property Name="CustomerTaxClassification" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Tax Classification" sap:quickinfo="Tax classification for customer"/><NavigationProperty Name="to_SlsAreaAddrDepdntTax" Relationship="API_BUSINESS_PARTNER.assoc_BB7AFCF7553248CCDE0F049CC1262C28" FromRole="FromRole_assoc_BB7AFCF7553248CCDE0F049CC1262C28" ToRole="ToRole_assoc_BB7AFCF7553248CCDE0F049CC1262C28"/></EntityType><EntityType Name="A_CustomerSalesAreaTextType" sap:label="Customer Sales Area Text" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="SalesOrganization"/><PropertyRef Name="DistributionChannel"/><PropertyRef Name="Division"/><PropertyRef Name="Language"/><PropertyRef Name="LongTextID"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number" sap:creatable="false" sap:updatable="false"/><Property Name="SalesOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Sales Organization"/><Property Name="DistributionChannel" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Distribution Channel"/><Property Name="Division" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Division"/><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" sap:label="Language" sap:quickinfo="Language key"/><Property Name="LongTextID" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Text ID"/><Property Name="LongText" Type="Edm.String" sap:label="String" sap:heading="" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/></EntityType><EntityType Name="A_CustomerTaxGroupingType" sap:label="Customer Tax Grouping" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="CustomerTaxGroupingCode"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number" sap:creatable="false" sap:updatable="false"/><Property Name="CustomerTaxGroupingCode" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="UpperCase" sap:label="Tax category" sap:quickinfo="Category indicator for tax codes"/><Property Name="CustTaxGrpExemptionCertificate" Type="Edm.String" MaxLength="15" sap:display-format="UpperCase" sap:label="Exempt. Number" sap:quickinfo="Number of exemption certificate"/><Property Name="CustTaxGroupExemptionRate" Type="Edm.Decimal" Precision="5" Scale="2" sap:label="Exemption Rate" sap:quickinfo="Exemption rate"/><Property Name="CustTaxGroupExemptionStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Exempted from" sap:quickinfo="Start date of exemption"/><Property Name="CustTaxGroupExemptionEndDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Exempted until" sap:quickinfo="End date of exemption"/><Property Name="CustTaxGroupSubjectedStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="subjected from" sap:quickinfo="Subjected from"/><Property Name="CustTaxGroupSubjectedEndDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="subjected until" sap:quickinfo="Subjected until"/></EntityType><EntityType Name="A_CustomerTextType" sap:label="Customer Text" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="Language"/><PropertyRef Name="LongTextID"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number" sap:creatable="false" sap:updatable="false"/><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" sap:label="Language" sap:quickinfo="Language key"/><Property Name="LongTextID" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Text ID"/><Property Name="LongText" Type="Edm.String" sap:label="String" sap:heading="" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/></EntityType><EntityType Name="A_CustomerUnloadingPointType" sap:label="Customer Unloading Point" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="UnloadingPointName"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="UnloadingPointName" Type="Edm.String" Nullable="false" MaxLength="25" sap:label="Unloading Point"/><Property Name="CustomerFactoryCalenderCode" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Cust.fact.calendar" sap:quickinfo="Customer's factory calendar"/><Property Name="BPGoodsReceivingHoursCode" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Goods receiving hrs" sap:quickinfo="Goods receiving hours ID (default value)"/><Property Name="IsDfltBPUnloadingPoint" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Default unloading pt" sap:quickinfo="Default unloading point"/><Property Name="MondayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Monday" sap:quickinfo="Goods receipt times: Monday morning from ..."/><Property Name="MondayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Monday" sap:quickinfo="Goods receiving hours: Monday morning until ..."/><Property Name="MondayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Monday" sap:quickinfo="Goods receiving hours: Monday afternoon from ..."/><Property Name="MondayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Monday" sap:quickinfo="Goods receiving hours: Monday afternoon until ..."/><Property Name="TuesdayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Tuesday" sap:quickinfo="Goods receiving hours: Tuesday morning from..."/><Property Name="TuesdayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Tuesday" sap:quickinfo="Goods receipt times: Tuesday morning until ..."/><Property Name="TuesdayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Tuesday" sap:quickinfo="Goods receiving hours: Tuesday afternoon from ..."/><Property Name="TuesdayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Tuesday" sap:quickinfo="Goods receiving hours: Tuesday afternoon until ..."/><Property Name="WednesdayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Wednesday" sap:quickinfo="Goods receiving hours: Wednesday morning from ..."/><Property Name="WednesdayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Wednesday" sap:quickinfo="Goods receiving hours: Wednesday morning until ..."/><Property Name="WednesdayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Wednesday" sap:quickinfo="Goods receiving hours: Wednesday afternoon from ..."/><Property Name="WednesdayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Wednesday" sap:quickinfo="Goods receiving hours: Wednesday afternoon until ..."/><Property Name="ThursdayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Thursday" sap:quickinfo="Goods receiving hours: Thursday morning from ..."/><Property Name="ThursdayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Thursday" sap:quickinfo="Goods receiving hours: Thursday morning until ..."/><Property Name="ThursdayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Thursday" sap:quickinfo="Goods receiving hours: Thursday afternoon from ..."/><Property Name="ThursdayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Thursday" sap:quickinfo="Goods receiving hours: Thursday afternoon until..."/><Property Name="FridayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Friday" sap:quickinfo="Goods receiving hours: Friday morning from ..."/><Property Name="FridayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Friday" sap:quickinfo="Goods receiving hours: Friday morning until ..."/><Property Name="FridayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Friday" sap:quickinfo="Goods receiving hours: Friday afternoon from ..."/><Property Name="FridayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Friday" sap:quickinfo="Goods receiving hours: Friday afternoon until ..."/><Property Name="SaturdayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Saturday" sap:quickinfo="Goods receiving hours: Saturday morning from ..."/><Property Name="SaturdayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Saturday" sap:quickinfo="Goods receiving hours: Saturday morning from ..."/><Property Name="SaturdayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Saturday" sap:quickinfo="Goods receiving hours: Saturday afternoon from ..."/><Property Name="SaturdayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Saturday" sap:quickinfo="Goods receiving hours: Saturday afternoon until ..."/><Property Name="SundayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Sunday" sap:quickinfo="Goods receiving hours: Sunday morning from ..."/><Property Name="SundayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Sunday" sap:quickinfo="Goods receiving hours: Sunday morning until ..."/><Property Name="SundayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Sunday" sap:quickinfo="Goods receiving hours: Sunday afternoon from ..."/><Property Name="SundayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Sunday" sap:quickinfo="Goods receiving hours: Sunday afternoon until ..."/></EntityType><EntityType Name="A_CustomerWithHoldingTaxType" sap:label="Withholding Tax" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="CompanyCode"/><PropertyRef Name="WithholdingTaxType"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="CompanyCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Company Code"/><Property Name="WithholdingTaxType" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Withholding Tax Type" sap:quickinfo="Indicator for Withholding Tax Type"/><Property Name="WithholdingTaxCode" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="W/tax code" sap:quickinfo="Withholding tax code"/><Property Name="WithholdingTaxAgent" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="With/tax agent" sap:quickinfo="Indicator: Withholding tax agent?"/><Property Name="ObligationDateBegin" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="W/tax obligated from" sap:quickinfo="Obligated to withhold tax from"/><Property Name="ObligationDateEnd" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Oblig.to w/tax until" sap:quickinfo="Obligated to withhold tax until"/><Property Name="WithholdingTaxNumber" Type="Edm.String" MaxLength="16" sap:display-format="UpperCase" sap:label="W/tax number" sap:quickinfo="Withholding tax identification number"/><Property Name="WithholdingTaxCertificate" Type="Edm.String" MaxLength="25" sap:display-format="UpperCase" sap:label="Exemption number" sap:quickinfo="Exemption certificate number"/><Property Name="WithholdingTaxExmptPercent" Type="Edm.Decimal" Precision="5" Scale="2" sap:label="Exemption rate"/><Property Name="ExemptionDateBegin" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Exemption start date" sap:quickinfo="Date on which exemption begins"/><Property Name="ExemptionDateEnd" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Exemption end date" sap:quickinfo="Date on which exemption ends"/><Property Name="ExemptionReason" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Exemption reason" sap:quickinfo="Reason for exemption"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/></EntityType><EntityType Name="A_CustSalesPartnerFuncType" sap:label="Sales Partner Functions" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="SalesOrganization"/><PropertyRef Name="DistributionChannel"/><PropertyRef Name="Division"/><PropertyRef Name="PartnerCounter"/><PropertyRef Name="PartnerFunction"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="SalesOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Sales Organization"/><Property Name="DistributionChannel" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Distribution Channel"/><Property Name="Division" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Division"/><Property Name="PartnerCounter" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="NonNegative" sap:label="Partner counter"/><Property Name="PartnerFunction" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Partner Function"/><Property Name="BPCustomerNumber" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier"/><Property Name="CustomerPartnerDescription" Type="Edm.String" MaxLength="30" sap:label="Partner Description" sap:quickinfo="Cust.-Specif. Descr. of Business Partner (Plant, Stor. Loc.)"/><Property Name="DefaultPartner" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Default Partner"/><Property Name="Supplier" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier"/><Property Name="PersonnelNumber" Type="Edm.String" MaxLength="8" sap:display-format="NonNegative" sap:label="Personnel Number"/><Property Name="ContactPerson" Type="Edm.String" MaxLength="10" sap:display-format="NonNegative" sap:label="Contact Person" sap:quickinfo="Number of Contact Person"/><Property Name="AddressID" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number" sap:quickinfo="Business Partner Address Number (from BUT020)"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/></EntityType><EntityType Name="A_CustSlsAreaAddrDepdntInfoType" sap:label="Customer Sales Area Address Dependent Information" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="SalesOrganization"/><PropertyRef Name="DistributionChannel"/><PropertyRef Name="Division"/><PropertyRef Name="AddressID"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="SalesOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Sales Organization"/><Property Name="DistributionChannel" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Distribution Channel"/><Property Name="Division" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Division"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number" sap:quickinfo="Business Partner Address Number (from BUT020)"/><Property Name="IncotermsClassification" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Incoterms" sap:quickinfo="Incoterms (Part 1)"/><Property Name="IncotermsLocation1" Type="Edm.String" MaxLength="70" sap:label="Incoterms Location 1"/><Property Name="IncotermsLocation2" Type="Edm.String" MaxLength="70" sap:label="Incoterms Location 2"/><Property Name="IncotermsSupChnLoc1AddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="IncotermsSupChnLoc2AddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="IncotermsSupChnDvtgLocAddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="DeliveryIsBlocked" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="DelBlckSalesAr." sap:quickinfo="Customer delivery block (sales area)"/><Property Name="SalesOffice" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Sales Office"/><Property Name="SalesGroup" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Sales Group"/><Property Name="ShippingCondition" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Shipping Conditions"/><Property Name="SupplyingPlant" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Delivering Plant" sap:quickinfo="Delivering Plant (Own or External)"/><Property Name="IncotermsVersion" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Incoterms Version"/></EntityType><EntityType Name="A_CustSlsAreaAddrDepdntTaxInfoType" sap:label="Customer Sales Area Address Dependent Tax Info" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="SalesOrganization"/><PropertyRef Name="DistributionChannel"/><PropertyRef Name="Division"/><PropertyRef Name="AddressID"/><PropertyRef Name="DepartureCountry"/><PropertyRef Name="CustomerTaxCategory"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="SalesOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Sales Organization"/><Property Name="DistributionChannel" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="RefDistCh-Cust/Mat." sap:quickinfo="Reference distrib.channel for cust.and material masters"/><Property Name="Division" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Division"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number" sap:quickinfo="Business Partner Address Number (from BUT020)"/><Property Name="DepartureCountry" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="UpperCase" sap:label="Departure Ctry/Reg." sap:quickinfo="Departure Country/Region (from which the goods are sent)"/><Property Name="CustomerTaxCategory" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Tax Condition Type" sap:quickinfo="Tax Condition Type (Sales Tax, Value-Added Tax,...)"/><Property Name="CustomerTaxClassification" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Tax Classification" sap:quickinfo="Tax classification for customer"/></EntityType><EntityType Name="A_CustUnldgPtAddrDepdntInfoType" sap:label="Customer Unloading Point Address Dependent Information" sap:content-version="1"><Key><PropertyRef Name="Customer"/><PropertyRef Name="AddressID"/><PropertyRef Name="UnloadingPointName"/></Key><Property Name="Customer" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="AddressID" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Address Number" sap:quickinfo="Business Partner Address Number (from BUT020)"/><Property Name="UnloadingPointName" Type="Edm.String" Nullable="false" MaxLength="25" sap:label="Unloading Point"/><Property Name="CustomerFactoryCalenderCode" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Cust.fact.calendar" sap:quickinfo="Customer's factory calendar"/><Property Name="BPGoodsReceivingHoursCode" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Goods receiving hrs" sap:quickinfo="Goods receiving hours ID (default value)"/><Property Name="IsDfltBPUnloadingPoint" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Default unloading pt" sap:quickinfo="Default unloading point"/><Property Name="MondayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Monday" sap:quickinfo="Goods receipt times: Monday morning from ..."/><Property Name="MondayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Monday" sap:quickinfo="Goods receiving hours: Monday morning until ..."/><Property Name="MondayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Monday" sap:quickinfo="Goods receiving hours: Monday afternoon from ..."/><Property Name="MondayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Monday" sap:quickinfo="Goods receiving hours: Monday afternoon until ..."/><Property Name="TuesdayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Tuesday" sap:quickinfo="Goods receiving hours: Tuesday morning from..."/><Property Name="TuesdayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Tuesday" sap:quickinfo="Goods receipt times: Tuesday morning until ..."/><Property Name="TuesdayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Tuesday" sap:quickinfo="Goods receiving hours: Tuesday afternoon from ..."/><Property Name="TuesdayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Tuesday" sap:quickinfo="Goods receiving hours: Tuesday afternoon until ..."/><Property Name="WednesdayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Wednesday" sap:quickinfo="Goods receiving hours: Wednesday morning from ..."/><Property Name="WednesdayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Wednesday" sap:quickinfo="Goods receiving hours: Wednesday morning until ..."/><Property Name="WednesdayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Wednesday" sap:quickinfo="Goods receiving hours: Wednesday afternoon from ..."/><Property Name="WednesdayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Wednesday" sap:quickinfo="Goods receiving hours: Wednesday afternoon until ..."/><Property Name="ThursdayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Thursday" sap:quickinfo="Goods receiving hours: Thursday morning from ..."/><Property Name="ThursdayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Thursday" sap:quickinfo="Goods receiving hours: Thursday morning until ..."/><Property Name="ThursdayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Thursday" sap:quickinfo="Goods receiving hours: Thursday afternoon from ..."/><Property Name="ThursdayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Thursday" sap:quickinfo="Goods receiving hours: Thursday afternoon until..."/><Property Name="FridayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Friday" sap:quickinfo="Goods receiving hours: Friday morning from ..."/><Property Name="FridayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Friday" sap:quickinfo="Goods receiving hours: Friday morning until ..."/><Property Name="FridayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Friday" sap:quickinfo="Goods receiving hours: Friday afternoon from ..."/><Property Name="FridayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Friday" sap:quickinfo="Goods receiving hours: Friday afternoon until ..."/><Property Name="SaturdayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Saturday" sap:quickinfo="Goods receiving hours: Saturday morning from ..."/><Property Name="SaturdayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Saturday" sap:quickinfo="Goods receiving hours: Saturday morning from ..."/><Property Name="SaturdayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Saturday" sap:quickinfo="Goods receiving hours: Saturday afternoon from ..."/><Property Name="SaturdayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Saturday" sap:quickinfo="Goods receiving hours: Saturday afternoon until ..."/><Property Name="SundayMorningOpeningTime" Type="Edm.Time" Precision="0" sap:label="Sunday" sap:quickinfo="Goods receiving hours: Sunday morning from ..."/><Property Name="SundayMorningClosingTime" Type="Edm.Time" Precision="0" sap:label="Sunday" sap:quickinfo="Goods receiving hours: Sunday morning until ..."/><Property Name="SundayAfternoonOpeningTime" Type="Edm.Time" Precision="0" sap:label="Sunday" sap:quickinfo="Goods receiving hours: Sunday afternoon from ..."/><Property Name="SundayAfternoonClosingTime" Type="Edm.Time" Precision="0" sap:label="Sunday" sap:quickinfo="Goods receiving hours: Sunday afternoon until ..."/></EntityType><EntityType Name="A_SupplierType" sap:label="Supplier" sap:content-version="1"><Key><PropertyRef Name="Supplier"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier"/><Property Name="AlternativePayeeAccountNumber" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Alternative payee" sap:quickinfo="Account Number of the Alternative Payee"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/><Property Name="CreatedByUser" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Created by" sap:quickinfo="Name of Person who Created the Object" sap:creatable="false" sap:updatable="false"/><Property Name="CreationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Created On" sap:quickinfo="Record Created On" sap:creatable="false" sap:updatable="false"/><Property Name="Customer" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Customer" sap:quickinfo="Customer Number"/><Property Name="PaymentIsBlockedForSupplier" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Payment block" sap:quickinfo="Payment Block"/><Property Name="PostingIsBlocked" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Posting Block" sap:quickinfo="Central Posting Block"/><Property Name="PurchasingIsBlocked" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Purch. block" sap:quickinfo="Centrally imposed purchasing block"/><Property Name="SupplierAccountGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Account Group" sap:quickinfo="Supplier Account Group"/><Property Name="SupplierFullName" Type="Edm.String" MaxLength="220" sap:display-format="UpperCase" sap:label="Supplier Name" sap:quickinfo="Supplier Full Name" sap:creatable="false" sap:updatable="false"/><Property Name="SupplierName" Type="Edm.String" MaxLength="80" sap:label="Name of Supplier" sap:creatable="false" sap:updatable="false"/><Property Name="VATRegistration" Type="Edm.String" MaxLength="20" sap:display-format="UpperCase" sap:label="VAT Registration No." sap:quickinfo="VAT Registration Number"/><Property Name="BirthDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Date of birth" sap:quickinfo="Date of birth of the person subject to withholding tax"/><Property Name="ConcatenatedInternationalLocNo" Type="Edm.String" MaxLength="20" sap:label="Int. Location No." sap:quickinfo="Cocatenated International Location Number" sap:creatable="false" sap:updatable="false"/><Property Name="DeletionIndicator" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Deletion Flag" sap:quickinfo="Central Deletion Flag for Master Record"/><Property Name="FiscalAddress" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Fiscal address" sap:quickinfo="Account number of the master record with fiscal address"/><Property Name="Industry" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Industry" sap:quickinfo="Industry key" sap:creatable="false" sap:updatable="false"/><Property Name="InternationalLocationNumber1" Type="Edm.String" MaxLength="7" sap:display-format="NonNegative" sap:label="Int. location no. 1" sap:quickinfo="International location number (part 1)" sap:creatable="false" sap:updatable="false"/><Property Name="InternationalLocationNumber2" Type="Edm.String" MaxLength="5" sap:display-format="NonNegative" sap:label="Int. location no. 2" sap:quickinfo="International location number (Part 2)" sap:creatable="false" sap:updatable="false"/><Property Name="InternationalLocationNumber3" Type="Edm.String" MaxLength="1" sap:display-format="NonNegative" sap:label="Check digit" sap:quickinfo="Check digit for the international location number" sap:creatable="false" sap:updatable="false"/><Property Name="IsNaturalPerson" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Natural Person"/><Property Name="ResponsibleType" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Tax Type"/><Property Name="SuplrQltyInProcmtCertfnValidTo" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="QM System Valid To" sap:quickinfo="Validity Date of Certification"/><Property Name="SuplrQualityManagementSystem" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Actual QM System" sap:quickinfo="Supplier's QM System"/><Property Name="SupplierCorporateGroup" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Group Key"/><Property Name="SupplierProcurementBlock" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Block Function" sap:quickinfo="Function That Will Be Blocked"/><Property Name="TaxNumber1" Type="Edm.String" MaxLength="16" sap:display-format="UpperCase" sap:label="Tax Number 1" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumber2" Type="Edm.String" MaxLength="11" sap:display-format="UpperCase" sap:label="Tax Number 2" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumber3" Type="Edm.String" MaxLength="18" sap:display-format="UpperCase" sap:label="Tax Number 3" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumber4" Type="Edm.String" MaxLength="18" sap:display-format="UpperCase" sap:label="Tax Number 4" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumber5" Type="Edm.String" MaxLength="60" sap:display-format="UpperCase" sap:label="Tax Number 5" sap:creatable="false" sap:updatable="false"/><Property Name="TaxNumberResponsible" Type="Edm.String" MaxLength="18" sap:display-format="UpperCase" sap:label="Tax Number" sap:quickinfo="Tax Number at Responsible Tax Authority"/><Property Name="TaxNumberType" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Tax Number Type"/><Property Name="SuplrProofOfDelivRlvtCode" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Relevant for POD" sap:quickinfo="Supplier indicator relevant for proof of delivery"/><Property Name="BR_TaxIsSplit" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Tax split" sap:quickinfo="Tax Split"/><Property Name="DataExchangeInstructionKey" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Instruction Key" sap:quickinfo="Instruction Key for Data Medium Exchange"/><NavigationProperty Name="to_SupplierCompany" Relationship="API_BUSINESS_PARTNER.assoc_138939C49DA3F66FEE8C74425F390DD3" FromRole="FromRole_assoc_138939C49DA3F66FEE8C74425F390DD3" ToRole="ToRole_assoc_138939C49DA3F66FEE8C74425F390DD3"/><NavigationProperty Name="to_SupplierPurchasingOrg" Relationship="API_BUSINESS_PARTNER.assoc_B2EAAC3147A4639C17A2CFEACA07BE23" FromRole="FromRole_assoc_B2EAAC3147A4639C17A2CFEACA07BE23" ToRole="ToRole_assoc_B2EAAC3147A4639C17A2CFEACA07BE23"/><NavigationProperty Name="to_SupplierText" Relationship="API_BUSINESS_PARTNER.assoc_A47744B1176D2172C3109B5E43FFC7F9" FromRole="FromRole_assoc_A47744B1176D2172C3109B5E43FFC7F9" ToRole="ToRole_assoc_A47744B1176D2172C3109B5E43FFC7F9"/></EntityType><EntityType Name="A_SupplierCompanyType" sap:label="Supplier Company" sap:content-version="1"><Key><PropertyRef Name="Supplier"/><PropertyRef Name="CompanyCode"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier"/><Property Name="CompanyCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Company Code"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/><Property Name="CompanyCodeName" Type="Edm.String" MaxLength="25" sap:label="Company Name" sap:quickinfo="Name of Company Code or Company" sap:creatable="false" sap:updatable="false"/><Property Name="PaymentBlockingReason" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Payment block" sap:quickinfo="Block Key for Payment"/><Property Name="SupplierIsBlockedForPosting" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Co.code post.block" sap:quickinfo="Posting block for company code"/><Property Name="AccountingClerk" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Clerk Abbrev." sap:quickinfo="Accounting Clerk Abbreviation"/><Property Name="AccountingClerkFaxNumber" Type="Edm.String" MaxLength="31" sap:label="Acctg clerk's fax" sap:quickinfo="Accounting clerk's fax number at the customer/vendor"/><Property Name="AccountingClerkPhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Acct.clerks tel.no." sap:quickinfo="Accounting clerk's telephone number at business partner"/><Property Name="SupplierClerk" Type="Edm.String" MaxLength="15" sap:label="Clerk at vendor"/><Property Name="SupplierClerkURL" Type="Edm.String" MaxLength="130" sap:label="Clrk's internet add." sap:quickinfo="Internet address of partner company clerk"/><Property Name="PaymentMethodsList" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Payment Methods" sap:quickinfo="List of Respected Payment Methods"/><Property Name="PaymentTerms" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Terms of Payment" sap:quickinfo="Terms of Payment Key"/><Property Name="ClearCustomerSupplier" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Clearing with cust." sap:quickinfo="Indicator: Clearing between customer and vendor?"/><Property Name="IsToBeLocallyProcessed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Local processing" sap:quickinfo="Indicator: Local processing?"/><Property Name="ItemIsToBePaidSeparately" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Individual pmnt" sap:quickinfo="Indicator: Pay all items separately ?"/><Property Name="PaymentIsToBeSentByEDI" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Pmnt advice by EDI" sap:quickinfo="Indicator: Send Payment Advices by EDI"/><Property Name="HouseBank" Type="Edm.String" MaxLength="5" sap:display-format="UpperCase" sap:label="House Bank" sap:quickinfo="Short Key for a House Bank"/><Property Name="CheckPaidDurationInDays" Type="Edm.Decimal" Precision="3" Scale="0" sap:label="Check cashing time" sap:quickinfo="Probable time until check is paid"/><Property Name="Currency" Type="Edm.String" MaxLength="5" sap:display-format="UpperCase" sap:label="Currency" sap:quickinfo="Currency Key" sap:semantics="currency-code"/><Property Name="BillOfExchLmtAmtInCoCodeCrcy" Type="Edm.Decimal" Precision="14" Scale="3" sap:unit="Currency" sap:label="Bill/Ex. Limit" sap:quickinfo="Bill of Exchange Limit (in Local Currency)"/><Property Name="SupplierClerkIDBySupplier" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Account with vendor" sap:quickinfo="Our account number with the vendor"/><Property Name="ReconciliationAccount" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Reconciliation Acct" sap:quickinfo="Reconciliation Account in General Ledger"/><Property Name="InterestCalculationCode" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Interest Indicator"/><Property Name="InterestCalculationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Last key date" sap:quickinfo="Key date of the last interest calculation"/><Property Name="IntrstCalcFrequencyInMonths" Type="Edm.String" MaxLength="2" sap:display-format="NonNegative" sap:label="Int.Calc.Freq." sap:quickinfo="Interest Calculation Frequency in Months"/><Property Name="SupplierHeadOffice" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Head Office" sap:quickinfo="Head Office Account Number"/><Property Name="AlternativePayee" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Alternative payee" sap:quickinfo="Account number of the alternative payee"/><Property Name="LayoutSortingRule" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Sort Key" sap:quickinfo="Key for Sorting According to Assignment Numbers"/><Property Name="APARToleranceGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Tolerance group" sap:quickinfo="Tolerance group for the business partner/G/L account"/><Property Name="SupplierCertificationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Certification Date" sap:quickinfo="Certification date"/><Property Name="SupplierAccountNote" Type="Edm.String" MaxLength="30" sap:label="Account memo" sap:quickinfo="Memo"/><Property Name="WithholdingTaxCountry" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="WTax C/R Key" sap:quickinfo="Withholding Tax Country/Region Key"/><Property Name="DeletionIndicator" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Co.Cde Deletion Flag" sap:quickinfo="Deletion Flag for Master Record (Company Code Level)"/><Property Name="CashPlanningGroup" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Planning group"/><Property Name="IsToBeCheckedForDuplicates" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Check Double Invoice" sap:quickinfo="Check Flag for Double Invoices or Credit Memos"/><Property Name="MinorityGroup" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Minority indicator" sap:quickinfo="Minority Indicators"/><Property Name="SupplierAccountGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Account Group" sap:quickinfo="Supplier Account Group"/><NavigationProperty Name="to_CompanyText" Relationship="API_BUSINESS_PARTNER.assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485" FromRole="FromRole_assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485" ToRole="ToRole_assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485"/><NavigationProperty Name="to_Supplier" Relationship="API_BUSINESS_PARTNER.assoc_5D8ED7225F3F084CF706245AFBB65A6A" FromRole="FromRole_assoc_5D8ED7225F3F084CF706245AFBB65A6A" ToRole="ToRole_assoc_5D8ED7225F3F084CF706245AFBB65A6A"/><NavigationProperty Name="to_SupplierDunning" Relationship="API_BUSINESS_PARTNER.assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9" FromRole="FromRole_assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9" ToRole="ToRole_assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9"/><NavigationProperty Name="to_SupplierWithHoldingTax" Relationship="API_BUSINESS_PARTNER.assoc_55F62B4F505C71EB6E4B122E91DC5745" FromRole="FromRole_assoc_55F62B4F505C71EB6E4B122E91DC5745" ToRole="ToRole_assoc_55F62B4F505C71EB6E4B122E91DC5745"/></EntityType><EntityType Name="A_SupplierCompanyTextType" sap:label="Supplier Company Text" sap:content-version="1"><Key><PropertyRef Name="Supplier"/><PropertyRef Name="CompanyCode"/><PropertyRef Name="Language"/><PropertyRef Name="LongTextID"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier" sap:creatable="false" sap:updatable="false"/><Property Name="CompanyCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Company Code"/><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" sap:label="Language" sap:quickinfo="Language key"/><Property Name="LongTextID" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Text ID"/><Property Name="LongText" Type="Edm.String" sap:label="String" sap:heading="" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/></EntityType><EntityType Name="A_SupplierDunningType" sap:label="Supplier Dunning" sap:content-version="1"><Key><PropertyRef Name="Supplier"/><PropertyRef Name="CompanyCode"/><PropertyRef Name="DunningArea"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier"/><Property Name="CompanyCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Company Code"/><Property Name="DunningArea" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Dunning Area"/><Property Name="DunningBlock" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Dunning Block"/><Property Name="DunningLevel" Type="Edm.String" MaxLength="1" sap:display-format="NonNegative" sap:label="Dunning Level"/><Property Name="DunningProcedure" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Dunning Procedure"/><Property Name="DunningRecipient" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Dunn.recipient" sap:quickinfo="Account number of the dunning recipient"/><Property Name="LastDunnedOn" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Last Dunned" sap:quickinfo="Date of Last Dunning Notice"/><Property Name="LegDunningProcedureOn" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Legal dunn.proc.from" sap:quickinfo="Date of the legal dunning proceedings"/><Property Name="DunningClerk" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Dunning clerk"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/><Property Name="SupplierAccountGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Account Group" sap:quickinfo="Supplier Account Group"/></EntityType><EntityType Name="A_SupplierPartnerFuncType" sap:label="Purchasing Partner Functions" sap:content-version="1"><Key><PropertyRef Name="Supplier"/><PropertyRef Name="PurchasingOrganization"/><PropertyRef Name="SupplierSubrange"/><PropertyRef Name="Plant"/><PropertyRef Name="PartnerFunction"/><PropertyRef Name="PartnerCounter"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier"/><Property Name="PurchasingOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Purch. Organization" sap:quickinfo="Purchasing Organization"/><Property Name="SupplierSubrange" Type="Edm.String" Nullable="false" MaxLength="6" sap:display-format="UpperCase" sap:label="Supplier Subrange"/><Property Name="Plant" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Plant"/><Property Name="PartnerFunction" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Partner Function"/><Property Name="PartnerCounter" Type="Edm.String" Nullable="false" MaxLength="3" sap:display-format="NonNegative" sap:label="Partner counter"/><Property Name="DefaultPartner" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Default Partner"/><Property Name="CreationDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Created On" sap:quickinfo="Record Created On" sap:creatable="false" sap:updatable="false"/><Property Name="CreatedByUser" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Created By" sap:quickinfo="Name of Person Responsible for Creating the Object" sap:creatable="false" sap:updatable="false"/><Property Name="ReferenceSupplier" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Ref. to suplr" sap:quickinfo="Reference to other supplier"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/></EntityType><EntityType Name="A_SupplierPurchasingOrgType" sap:label="Purchasing Organization" sap:content-version="1"><Key><PropertyRef Name="Supplier"/><PropertyRef Name="PurchasingOrganization"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Supplier's Account Number"/><Property Name="PurchasingOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Purch. Organization" sap:quickinfo="Purchasing Organization"/><Property Name="AutomaticEvaluatedRcptSettlmt" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Aut. ev. GRSetmt.Ret" sap:quickinfo="Automatic evaluated receipt settlement for return items"/><Property Name="CalculationSchemaGroupCode" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Schema Grp, Supplier" sap:quickinfo="Group for Calculation Schema (Supplier)"/><Property Name="DeletionIndicator" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Del. flag POrg." sap:quickinfo="Deletion Indicator for Supplier at Purchasing Level"/><Property Name="EvaldReceiptSettlementIsActive" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Eval. Receipt Sett." sap:quickinfo="Evaluated Receipt Settlement (ERS)"/><Property Name="IncotermsClassification" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Incoterms" sap:quickinfo="Incoterms (Part 1)"/><Property Name="IncotermsTransferLocation" Type="Edm.String" MaxLength="28" sap:label="Incoterms (Part 2)"/><Property Name="IncotermsVersion" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Incoterms Version"/><Property Name="IncotermsLocation1" Type="Edm.String" MaxLength="70" sap:label="Incoterms Location 1"/><Property Name="IncotermsLocation2" Type="Edm.String" MaxLength="70" sap:label="Incoterms Location 2"/><Property Name="IncotermsSupChnLoc1AddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="IncotermsSupChnLoc2AddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="IncotermsSupChnDvtgLocAddlUUID" Type="Edm.Guid" sap:label="Location UUID"/><Property Name="IntrastatCrsBorderTrMode" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Mode of Transport" sap:quickinfo="Mode of Transport at the Border (Intrastat)"/><Property Name="InvoiceIsGoodsReceiptBased" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="GR-Based Inv. Verif." sap:quickinfo="Indicator: GR-Based Invoice Verification"/><Property Name="InvoiceIsMMServiceEntryBased" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Srv.-Based Inv. Ver." sap:quickinfo="Indicator for Service-Based Invoice Verification"/><Property Name="MaterialPlannedDeliveryDurn" Type="Edm.Decimal" Precision="3" Scale="0" sap:label="Planned Deliv. Time" sap:quickinfo="Planned Delivery Time in Days"/><Property Name="MinimumOrderAmount" Type="Edm.Decimal" Precision="14" Scale="3" sap:unit="PurchaseOrderCurrency" sap:label="Minimum order value"/><Property Name="PaymentTerms" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Terms of Payment" sap:quickinfo="Terms of Payment Key"/><Property Name="PlanningCycle" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Planning Cycle"/><Property Name="PricingDateControl" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Pricing Date Control" sap:quickinfo="Price Determination (Pricing) Date Control"/><Property Name="ProdStockAndSlsDataTransfPrfl" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="PROACT control prof." sap:quickinfo="Profile for transferring material data via IDoc PROACT"/><Property Name="ProductUnitGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Unit of Measure Grp" sap:quickinfo="Unit of Measure Group"/><Property Name="PurOrdAutoGenerationIsAllowed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Automatic PO" sap:quickinfo="Automatic Generation of Purchase Order Allowed"/><Property Name="PurchaseOrderCurrency" Type="Edm.String" MaxLength="5" sap:display-format="UpperCase" sap:label="Order currency" sap:quickinfo="Purchase order currency" sap:semantics="currency-code"/><Property Name="PurchasingGroup" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Purchasing Group"/><Property Name="PurchasingIsBlockedForSupplier" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Pur. block POrg" sap:quickinfo="Purchasing block at purchasing organization level"/><Property Name="RoundingProfile" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Rounding Profile"/><Property Name="ShippingCondition" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Shipping Conditions"/><Property Name="SuplrDiscountInKindIsGranted" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Checkbox" sap:heading=""/><Property Name="SuplrInvcRevalIsAllowed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Revaluation" sap:quickinfo="Revaluation allowed"/><Property Name="SuplrIsRlvtForSettlmtMgmt" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Settlement Mgmt." sap:quickinfo="Indicator: Relevant for Settlement Management"/><Property Name="SuplrPurgOrgIsRlvtForPriceDetn" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Price determination" sap:quickinfo="Indicator: "relev. to price determination (vend. hierarchy)"/><Property Name="SupplierABCClassificationCode" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="ABC indicator"/><Property Name="SupplierAccountNumber" Type="Edm.String" MaxLength="12" sap:display-format="UpperCase" sap:label="Acc. with supplier" sap:quickinfo="Our account number with the supplier"/><Property Name="SupplierPhoneNumber" Type="Edm.String" MaxLength="16" sap:label="Telephone" sap:quickinfo="Supplier's Telephone Number"/><Property Name="SupplierRespSalesPersonName" Type="Edm.String" MaxLength="30" sap:label="Salesperson" sap:quickinfo="Responsible Salesperson at Supplier's Office"/><Property Name="SupplierConfirmationControlKey" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Confirmation Control" sap:quickinfo="Confirmation Control Key"/><Property Name="IsOrderAcknRqd" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Acknowledgment Reqd." sap:quickinfo="Order Acknowledgment Requirement"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/><Property Name="SupplierAccountGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Account Group" sap:quickinfo="Supplier Account Group"/><NavigationProperty Name="to_PartnerFunction" Relationship="API_BUSINESS_PARTNER.assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9" FromRole="FromRole_assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9" ToRole="ToRole_assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9"/><NavigationProperty Name="to_PurchasingOrgText" Relationship="API_BUSINESS_PARTNER.assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9" FromRole="FromRole_assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9" ToRole="ToRole_assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9"/></EntityType><EntityType Name="A_SupplierPurchasingOrgTextType" sap:label="Purchasing Organization Text" sap:content-version="1"><Key><PropertyRef Name="Supplier"/><PropertyRef Name="PurchasingOrganization"/><PropertyRef Name="Language"/><PropertyRef Name="LongTextID"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier" sap:creatable="false" sap:updatable="false"/><Property Name="PurchasingOrganization" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Purch. Organization" sap:quickinfo="Purchasing Organization"/><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" sap:label="Language" sap:quickinfo="Language key"/><Property Name="LongTextID" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Text ID"/><Property Name="LongText" Type="Edm.String" sap:label="String" sap:heading="" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/></EntityType><EntityType Name="A_SupplierTextType" sap:label="Supplier Text" sap:content-version="1"><Key><PropertyRef Name="Supplier"/><PropertyRef Name="Language"/><PropertyRef Name="LongTextID"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier" sap:creatable="false" sap:updatable="false"/><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" sap:label="Language" sap:quickinfo="Language key"/><Property Name="LongTextID" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Text ID"/><Property Name="LongText" Type="Edm.String" sap:label="String" sap:heading="" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/></EntityType><EntityType Name="A_SupplierWithHoldingTaxType" sap:label="Company Withholding Tax" sap:content-version="1"><Key><PropertyRef Name="Supplier"/><PropertyRef Name="CompanyCode"/><PropertyRef Name="WithholdingTaxType"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="Account Number of Supplier"/><Property Name="CompanyCode" Type="Edm.String" Nullable="false" MaxLength="4" sap:display-format="UpperCase" sap:label="Company Code"/><Property Name="WithholdingTaxType" Type="Edm.String" Nullable="false" MaxLength="2" sap:display-format="UpperCase" sap:label="Withholding Tax Type" sap:quickinfo="Indicator for Withholding Tax Type"/><Property Name="ExemptionDateBegin" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Exemption start date" sap:quickinfo="Date on which exemption begins"/><Property Name="ExemptionDateEnd" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Exemption end date" sap:quickinfo="Date on which exemption ends"/><Property Name="ExemptionReason" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Exemption reason" sap:quickinfo="Reason for exemption"/><Property Name="IsWithholdingTaxSubject" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Subject to w/tx" sap:quickinfo="Indicator: Subject to withholding tax?"/><Property Name="RecipientType" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="Recipient type" sap:quickinfo="Type of recipient"/><Property Name="WithholdingTaxCertificate" Type="Edm.String" MaxLength="25" sap:display-format="UpperCase" sap:label="Exemption number" sap:quickinfo="Exemption certificate number"/><Property Name="WithholdingTaxCode" Type="Edm.String" MaxLength="2" sap:display-format="UpperCase" sap:label="W/tax code" sap:quickinfo="Withholding tax code"/><Property Name="WithholdingTaxExmptPercent" Type="Edm.Decimal" Precision="5" Scale="2" sap:label="Exemption rate"/><Property Name="WithholdingTaxNumber" Type="Edm.String" MaxLength="16" sap:display-format="UpperCase" sap:label="W/tax number" sap:quickinfo="Withholding tax identification number"/><Property Name="AuthorizationGroup" Type="Edm.String" MaxLength="4" sap:display-format="UpperCase" sap:label="Authorization" sap:quickinfo="Authorization Group"/></EntityType><Association Name="assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierPurchasingOrgType" Multiplicity="1" Role="FromRole_assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9"/><End Type="API_BUSINESS_PARTNER.A_SupplierPartnerFuncType" Multiplicity="*" Role="ToRole_assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9"/></Association><Association Name="assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierPurchasingOrgType" Multiplicity="1" Role="FromRole_assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9"/><End Type="API_BUSINESS_PARTNER.A_SupplierPurchasingOrgTextType" Multiplicity="*" Role="ToRole_assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9"/></Association><Association Name="assoc_138939C49DA3F66FEE8C74425F390DD3" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierType" Multiplicity="1" Role="FromRole_assoc_138939C49DA3F66FEE8C74425F390DD3"/><End Type="API_BUSINESS_PARTNER.A_SupplierCompanyType" Multiplicity="*" Role="ToRole_assoc_138939C49DA3F66FEE8C74425F390DD3"/></Association><Association Name="assoc_B2EAAC3147A4639C17A2CFEACA07BE23" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierType" Multiplicity="1" Role="FromRole_assoc_B2EAAC3147A4639C17A2CFEACA07BE23"/><End Type="API_BUSINESS_PARTNER.A_SupplierPurchasingOrgType" Multiplicity="*" Role="ToRole_assoc_B2EAAC3147A4639C17A2CFEACA07BE23"/></Association><Association Name="assoc_A47744B1176D2172C3109B5E43FFC7F9" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierType" Multiplicity="1" Role="FromRole_assoc_A47744B1176D2172C3109B5E43FFC7F9"/><End Type="API_BUSINESS_PARTNER.A_SupplierTextType" Multiplicity="*" Role="ToRole_assoc_A47744B1176D2172C3109B5E43FFC7F9"/></Association><Association Name="assoc_8CB6FAD20F28B2231218990D2E4F2F43" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="1" Role="FromRole_assoc_8CB6FAD20F28B2231218990D2E4F2F43"/><End Type="API_BUSINESS_PARTNER.A_CustAddrDepdntExtIdentifierType" Multiplicity="*" Role="ToRole_assoc_8CB6FAD20F28B2231218990D2E4F2F43"/></Association><Association Name="assoc_754D8331595A092718B0DFC52065EE7B" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="1" Role="FromRole_assoc_754D8331595A092718B0DFC52065EE7B"/><End Type="API_BUSINESS_PARTNER.A_CustAddrDepdntInformationType" Multiplicity="*" Role="ToRole_assoc_754D8331595A092718B0DFC52065EE7B"/></Association><Association Name="assoc_BB9464C0EE976A75A05F937B73A26763" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="1" Role="FromRole_assoc_BB9464C0EE976A75A05F937B73A26763"/><End Type="API_BUSINESS_PARTNER.A_CustomerCompanyType" Multiplicity="*" Role="ToRole_assoc_BB9464C0EE976A75A05F937B73A26763"/></Association><Association Name="assoc_70A8B5CCADF265E097DC86BC7B699B31" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="1" Role="FromRole_assoc_70A8B5CCADF265E097DC86BC7B699B31"/><End Type="API_BUSINESS_PARTNER.A_CustomerSalesAreaType" Multiplicity="*" Role="ToRole_assoc_70A8B5CCADF265E097DC86BC7B699B31"/></Association><Association Name="assoc_0DE5F89839F0BD9497F35D85212F05CE" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="1" Role="FromRole_assoc_0DE5F89839F0BD9497F35D85212F05CE"/><End Type="API_BUSINESS_PARTNER.A_CustomerTaxGroupingType" Multiplicity="*" Role="ToRole_assoc_0DE5F89839F0BD9497F35D85212F05CE"/></Association><Association Name="assoc_301BF3C95F38823A34CFF6B5A5EF3514" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="1" Role="FromRole_assoc_301BF3C95F38823A34CFF6B5A5EF3514"/><End Type="API_BUSINESS_PARTNER.A_CustomerTextType" Multiplicity="*" Role="ToRole_assoc_301BF3C95F38823A34CFF6B5A5EF3514"/></Association><Association Name="assoc_384B40303CD3100ABADBF0437EB49163" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="1" Role="FromRole_assoc_384B40303CD3100ABADBF0437EB49163"/><End Type="API_BUSINESS_PARTNER.A_CustomerUnloadingPointType" Multiplicity="*" Role="ToRole_assoc_384B40303CD3100ABADBF0437EB49163"/></Association><Association Name="assoc_880A633B2255DEBB46E031A2E3CEE1FF" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="1" Role="FromRole_assoc_880A633B2255DEBB46E031A2E3CEE1FF"/><End Type="API_BUSINESS_PARTNER.A_CustUnldgPtAddrDepdntInfoType" Multiplicity="*" Role="ToRole_assoc_880A633B2255DEBB46E031A2E3CEE1FF"/></Association><Association Name="assoc_1ADA0F38B6E8F2188803152EB26F8A0E" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_1ADA0F38B6E8F2188803152EB26F8A0E"/><End Type="API_BUSINESS_PARTNER.A_BPCreditWorthinessType" Multiplicity="0..1" Role="ToRole_assoc_1ADA0F38B6E8F2188803152EB26F8A0E"/></Association><Association Name="assoc_D1846B86BBE9806988ECC0DBA57B14F4" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_D1846B86BBE9806988ECC0DBA57B14F4"/><End Type="API_BUSINESS_PARTNER.A_BPFinancialServicesReportingType" Multiplicity="0..1" Role="ToRole_assoc_D1846B86BBE9806988ECC0DBA57B14F4"/></Association><Association Name="assoc_24633CE2A304AC368B84393856DE88B5" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_24633CE2A304AC368B84393856DE88B5"/><End Type="API_BUSINESS_PARTNER.A_BPFiscalYearInformationType" Multiplicity="*" Role="ToRole_assoc_24633CE2A304AC368B84393856DE88B5"/></Association><Association Name="assoc_27938E55BE3C51172D240DC88BFDACA0" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_27938E55BE3C51172D240DC88BFDACA0"/><End Type="API_BUSINESS_PARTNER.A_BPRelationshipType" Multiplicity="*" Role="ToRole_assoc_27938E55BE3C51172D240DC88BFDACA0"/></Association><Association Name="assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7"/><End Type="API_BUSINESS_PARTNER.A_BuPaIdentificationType" Multiplicity="*" Role="ToRole_assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7"/></Association><Association Name="assoc_91BCE13588BD3046353CD68D3098C2E5" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_91BCE13588BD3046353CD68D3098C2E5"/><End Type="API_BUSINESS_PARTNER.A_BuPaIndustryType" Multiplicity="*" Role="ToRole_assoc_91BCE13588BD3046353CD68D3098C2E5"/></Association><Association Name="assoc_CD2960C1F310581C4BB59BAFF3C68466" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_CD2960C1F310581C4BB59BAFF3C68466"/><End Type="API_BUSINESS_PARTNER.A_BPFinancialServicesExtnType" Multiplicity="0..1" Role="ToRole_assoc_CD2960C1F310581C4BB59BAFF3C68466"/></Association><Association Name="assoc_6247ED959B75350E6EA6CEDD2CBEC7E7" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_6247ED959B75350E6EA6CEDD2CBEC7E7"/><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" Multiplicity="*" Role="ToRole_assoc_6247ED959B75350E6EA6CEDD2CBEC7E7"/></Association><Association Name="assoc_05F0DA10FFAB2836605571E5ABB6E5B9" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_05F0DA10FFAB2836605571E5ABB6E5B9"/><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerBankType" Multiplicity="*" Role="ToRole_assoc_05F0DA10FFAB2836605571E5ABB6E5B9"/></Association><Association Name="assoc_02AC1AF45478434AAB93B18ECA2FB863" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_02AC1AF45478434AAB93B18ECA2FB863"/><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerContactType" Multiplicity="*" Role="ToRole_assoc_02AC1AF45478434AAB93B18ECA2FB863"/></Association><Association Name="assoc_155A43CB320962DAD7CDFDF2221E7E7D" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_155A43CB320962DAD7CDFDF2221E7E7D"/><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerRatingType" Multiplicity="*" Role="ToRole_assoc_155A43CB320962DAD7CDFDF2221E7E7D"/></Association><Association Name="assoc_FB863C7C69262D926CE14CA6A50667DB" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_FB863C7C69262D926CE14CA6A50667DB"/><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerRoleType" Multiplicity="*" Role="ToRole_assoc_FB863C7C69262D926CE14CA6A50667DB"/></Association><Association Name="assoc_DADC7016DBB892642F90D68E0E47B6E8" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_DADC7016DBB892642F90D68E0E47B6E8"/><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerTaxNumberType" Multiplicity="*" Role="ToRole_assoc_DADC7016DBB892642F90D68E0E47B6E8"/></Association><Association Name="assoc_C546491A9F4C5AC472041B7C874F1DF3" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_C546491A9F4C5AC472041B7C874F1DF3"/><End Type="API_BUSINESS_PARTNER.A_BusPartAddrDepdntTaxNmbrType" Multiplicity="*" Role="ToRole_assoc_C546491A9F4C5AC472041B7C874F1DF3"/></Association><Association Name="assoc_80838433DCE8E16AA7C9031C32896631" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_80838433DCE8E16AA7C9031C32896631"/><End Type="API_BUSINESS_PARTNER.A_CustomerType" Multiplicity="0..1" Role="ToRole_assoc_80838433DCE8E16AA7C9031C32896631"/></Association><Association Name="assoc_7256A9801E68AE14E59054C2738099F1" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerType" Multiplicity="1" Role="FromRole_assoc_7256A9801E68AE14E59054C2738099F1"/><End Type="API_BUSINESS_PARTNER.A_SupplierType" Multiplicity="0..1" Role="ToRole_assoc_7256A9801E68AE14E59054C2738099F1"/></Association><Association Name="assoc_BB7AFCF7553248CCDE0F049CC1262C28" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerSalesAreaTaxType" Multiplicity="1" Role="FromRole_assoc_BB7AFCF7553248CCDE0F049CC1262C28"/><End Type="API_BUSINESS_PARTNER.A_CustSlsAreaAddrDepdntTaxInfoType" Multiplicity="*" Role="ToRole_assoc_BB7AFCF7553248CCDE0F049CC1262C28"/></Association><Association Name="assoc_EC8BD55FE296CB9F7E96A12A10A83C8A" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BPContactToAddressType" Multiplicity="1" Role="FromRole_assoc_EC8BD55FE296CB9F7E96A12A10A83C8A"/><End Type="API_BUSINESS_PARTNER.A_AddressFaxNumberType" Multiplicity="*" Role="ToRole_assoc_EC8BD55FE296CB9F7E96A12A10A83C8A"/></Association><Association Name="assoc_A30D7A481BC8C28A25685BA876365019" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BPContactToAddressType" Multiplicity="1" Role="FromRole_assoc_A30D7A481BC8C28A25685BA876365019"/><End Type="API_BUSINESS_PARTNER.A_AddressPhoneNumberType" Multiplicity="*" Role="ToRole_assoc_A30D7A481BC8C28A25685BA876365019"/></Association><Association Name="assoc_E5744DCC3F8BA081306832D86DBAE35B" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BPContactToAddressType" Multiplicity="1" Role="FromRole_assoc_E5744DCC3F8BA081306832D86DBAE35B"/><End Type="API_BUSINESS_PARTNER.A_AddressPhoneNumberType" Multiplicity="*" Role="ToRole_assoc_E5744DCC3F8BA081306832D86DBAE35B"/></Association><Association Name="assoc_313909BAAED14CA9CB4829C648286478" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BPContactToAddressType" Multiplicity="1" Role="FromRole_assoc_313909BAAED14CA9CB4829C648286478"/><End Type="API_BUSINESS_PARTNER.A_AddressHomePageURLType" Multiplicity="*" Role="ToRole_assoc_313909BAAED14CA9CB4829C648286478"/></Association><Association Name="assoc_76A1D4C9690D91482219A96E6133DCA1" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BPContactToAddressType" Multiplicity="1" Role="FromRole_assoc_76A1D4C9690D91482219A96E6133DCA1"/><End Type="API_BUSINESS_PARTNER.A_AddressEmailAddressType" Multiplicity="*" Role="ToRole_assoc_76A1D4C9690D91482219A96E6133DCA1"/></Association><Association Name="assoc_B60166D8890DDF85A7D581A0BB2D1255" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerCompanyType" Multiplicity="1" Role="FromRole_assoc_B60166D8890DDF85A7D581A0BB2D1255"/><End Type="API_BUSINESS_PARTNER.A_CustomerCompanyTextType" Multiplicity="*" Role="ToRole_assoc_B60166D8890DDF85A7D581A0BB2D1255"/></Association><Association Name="assoc_8273BE5CD7CC24B836264946436461DA" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerCompanyType" Multiplicity="1" Role="FromRole_assoc_8273BE5CD7CC24B836264946436461DA"/><End Type="API_BUSINESS_PARTNER.A_CustomerDunningType" Multiplicity="*" Role="ToRole_assoc_8273BE5CD7CC24B836264946436461DA"/></Association><Association Name="assoc_65B2B550EF37ECC341EC132360E3D0A8" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerCompanyType" Multiplicity="1" Role="FromRole_assoc_65B2B550EF37ECC341EC132360E3D0A8"/><End Type="API_BUSINESS_PARTNER.A_CustomerWithHoldingTaxType" Multiplicity="*" Role="ToRole_assoc_65B2B550EF37ECC341EC132360E3D0A8"/></Association><Association Name="assoc_091DBA85F5FE3E747FC3884B40B4EBFD" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" Multiplicity="1" Role="FromRole_assoc_091DBA85F5FE3E747FC3884B40B4EBFD"/><End Type="API_BUSINESS_PARTNER.A_BuPaAddressUsageType" Multiplicity="*" Role="ToRole_assoc_091DBA85F5FE3E747FC3884B40B4EBFD"/></Association><Association Name="assoc_E3AF841788C2ADA1293E0580F118D4CA" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" Multiplicity="1" Role="FromRole_assoc_E3AF841788C2ADA1293E0580F118D4CA"/><End Type="API_BUSINESS_PARTNER.A_BPAddrDepdntIntlLocNumberType" Multiplicity="0..1" Role="ToRole_assoc_E3AF841788C2ADA1293E0580F118D4CA"/></Association><Association Name="assoc_B21DC96A1904D36E94FBE84771BD7E99" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" Multiplicity="1" Role="FromRole_assoc_B21DC96A1904D36E94FBE84771BD7E99"/><End Type="API_BUSINESS_PARTNER.A_AddressEmailAddressType" Multiplicity="*" Role="ToRole_assoc_B21DC96A1904D36E94FBE84771BD7E99"/></Association><Association Name="assoc_43B546339886BBB6ED35EA7CA84FB32B" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" Multiplicity="1" Role="FromRole_assoc_43B546339886BBB6ED35EA7CA84FB32B"/><End Type="API_BUSINESS_PARTNER.A_AddressFaxNumberType" Multiplicity="*" Role="ToRole_assoc_43B546339886BBB6ED35EA7CA84FB32B"/></Association><Association Name="assoc_60DDA2597182EA56C114908472D2FB81" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" Multiplicity="1" Role="FromRole_assoc_60DDA2597182EA56C114908472D2FB81"/><End Type="API_BUSINESS_PARTNER.A_AddressPhoneNumberType" Multiplicity="*" Role="ToRole_assoc_60DDA2597182EA56C114908472D2FB81"/></Association><Association Name="assoc_35D5A40C930BECE699C4526B1B1F8D1C" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" Multiplicity="1" Role="FromRole_assoc_35D5A40C930BECE699C4526B1B1F8D1C"/><End Type="API_BUSINESS_PARTNER.A_AddressPhoneNumberType" Multiplicity="*" Role="ToRole_assoc_35D5A40C930BECE699C4526B1B1F8D1C"/></Association><Association Name="assoc_24C290CBC7FE69574AD9D79A5C631212" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" Multiplicity="1" Role="FromRole_assoc_24C290CBC7FE69574AD9D79A5C631212"/><End Type="API_BUSINESS_PARTNER.A_AddressHomePageURLType" Multiplicity="*" Role="ToRole_assoc_24C290CBC7FE69574AD9D79A5C631212"/></Association><Association Name="assoc_68C6FA4D5F974F8BBFCA5D234FA05107" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerContactType" Multiplicity="1" Role="FromRole_assoc_68C6FA4D5F974F8BBFCA5D234FA05107"/><End Type="API_BUSINESS_PARTNER.A_BPContactToAddressType" Multiplicity="*" Role="ToRole_assoc_68C6FA4D5F974F8BBFCA5D234FA05107"/></Association><Association Name="assoc_ABC4A572A4A8802D97BA70498CCE4A4E" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_BusinessPartnerContactType" Multiplicity="1" Role="FromRole_assoc_ABC4A572A4A8802D97BA70498CCE4A4E"/><End Type="API_BUSINESS_PARTNER.A_BPContactToFuncAndDeptType" Multiplicity="0..1" Role="ToRole_assoc_ABC4A572A4A8802D97BA70498CCE4A4E"/></Association><Association Name="assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierCompanyType" Multiplicity="1" Role="FromRole_assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485"/><End Type="API_BUSINESS_PARTNER.A_SupplierCompanyTextType" Multiplicity="*" Role="ToRole_assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485"/></Association><Association Name="assoc_5D8ED7225F3F084CF706245AFBB65A6A" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierCompanyType" Multiplicity="1" Role="FromRole_assoc_5D8ED7225F3F084CF706245AFBB65A6A"/><End Type="API_BUSINESS_PARTNER.A_SupplierType" Multiplicity="1" Role="ToRole_assoc_5D8ED7225F3F084CF706245AFBB65A6A"/></Association><Association Name="assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierCompanyType" Multiplicity="1" Role="FromRole_assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9"/><End Type="API_BUSINESS_PARTNER.A_SupplierDunningType" Multiplicity="*" Role="ToRole_assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9"/></Association><Association Name="assoc_55F62B4F505C71EB6E4B122E91DC5745" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_SupplierCompanyType" Multiplicity="1" Role="FromRole_assoc_55F62B4F505C71EB6E4B122E91DC5745"/><End Type="API_BUSINESS_PARTNER.A_SupplierWithHoldingTaxType" Multiplicity="*" Role="ToRole_assoc_55F62B4F505C71EB6E4B122E91DC5745"/></Association><Association Name="assoc_3747E462BFFBB3127682A67959ECC8AA" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerSalesAreaType" Multiplicity="1" Role="FromRole_assoc_3747E462BFFBB3127682A67959ECC8AA"/><End Type="API_BUSINESS_PARTNER.A_CustSalesPartnerFuncType" Multiplicity="*" Role="ToRole_assoc_3747E462BFFBB3127682A67959ECC8AA"/></Association><Association Name="assoc_49CF1243367384CB6C19B5648CA1F817" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerSalesAreaType" Multiplicity="1" Role="FromRole_assoc_49CF1243367384CB6C19B5648CA1F817"/><End Type="API_BUSINESS_PARTNER.A_CustomerSalesAreaTaxType" Multiplicity="*" Role="ToRole_assoc_49CF1243367384CB6C19B5648CA1F817"/></Association><Association Name="assoc_46D370A62F67996B992AE7C09589BEAD" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerSalesAreaType" Multiplicity="1" Role="FromRole_assoc_46D370A62F67996B992AE7C09589BEAD"/><End Type="API_BUSINESS_PARTNER.A_CustomerSalesAreaTextType" Multiplicity="*" Role="ToRole_assoc_46D370A62F67996B992AE7C09589BEAD"/></Association><Association Name="assoc_B4BA0E8783B446CC7EF60849B258E475" sap:content-version="1"><End Type="API_BUSINESS_PARTNER.A_CustomerSalesAreaType" Multiplicity="1" Role="FromRole_assoc_B4BA0E8783B446CC7EF60849B258E475"/><End Type="API_BUSINESS_PARTNER.A_CustSlsAreaAddrDepdntInfoType" Multiplicity="*" Role="ToRole_assoc_B4BA0E8783B446CC7EF60849B258E475"/></Association><EntityContainer Name="API_BUSINESS_PARTNER_Entities" m:IsDefaultEntityContainer="true" sap:message-scope-supported="true" sap:supported-formats="atom json xlsx"><EntitySet Name="A_AddressEmailAddress" EntityType="API_BUSINESS_PARTNER.A_AddressEmailAddressType" sap:content-version="1"/><EntitySet Name="A_AddressFaxNumber" EntityType="API_BUSINESS_PARTNER.A_AddressFaxNumberType" sap:content-version="1"/><EntitySet Name="A_AddressHomePageURL" EntityType="API_BUSINESS_PARTNER.A_AddressHomePageURLType" sap:content-version="1"/><EntitySet Name="A_AddressPhoneNumber" EntityType="API_BUSINESS_PARTNER.A_AddressPhoneNumberType" sap:content-version="1"/><EntitySet Name="A_BPAddrDepdntIntlLocNumber" EntityType="API_BUSINESS_PARTNER.A_BPAddrDepdntIntlLocNumberType" sap:content-version="1"/><EntitySet Name="A_BPContactToAddress" EntityType="API_BUSINESS_PARTNER.A_BPContactToAddressType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_BPContactToFuncAndDept" EntityType="API_BUSINESS_PARTNER.A_BPContactToFuncAndDeptType" sap:creatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_BPCreditWorthiness" EntityType="API_BUSINESS_PARTNER.A_BPCreditWorthinessType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_BPFinancialServicesExtn" EntityType="API_BUSINESS_PARTNER.A_BPFinancialServicesExtnType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_BPFinancialServicesReporting" EntityType="API_BUSINESS_PARTNER.A_BPFinancialServicesReportingType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_BPFiscalYearInformation" EntityType="API_BUSINESS_PARTNER.A_BPFiscalYearInformationType" sap:content-version="1"/><EntitySet Name="A_BPRelationship" EntityType="API_BUSINESS_PARTNER.A_BPRelationshipType" sap:content-version="1"/><EntitySet Name="A_BuPaAddressUsage" EntityType="API_BUSINESS_PARTNER.A_BuPaAddressUsageType" sap:content-version="1"/><EntitySet Name="A_BuPaIdentification" EntityType="API_BUSINESS_PARTNER.A_BuPaIdentificationType" sap:content-version="1"/><EntitySet Name="A_BuPaIndustry" EntityType="API_BUSINESS_PARTNER.A_BuPaIndustryType" sap:content-version="1"/><EntitySet Name="A_BusinessPartner" EntityType="API_BUSINESS_PARTNER.A_BusinessPartnerType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_BusinessPartnerAddress" EntityType="API_BUSINESS_PARTNER.A_BusinessPartnerAddressType" sap:content-version="1"/><EntitySet Name="A_BusinessPartnerBank" EntityType="API_BUSINESS_PARTNER.A_BusinessPartnerBankType" sap:content-version="1"/><EntitySet Name="A_BusinessPartnerContact" EntityType="API_BUSINESS_PARTNER.A_BusinessPartnerContactType" sap:content-version="1"/><EntitySet Name="A_BusinessPartnerRating" EntityType="API_BUSINESS_PARTNER.A_BusinessPartnerRatingType" sap:content-version="1"/><EntitySet Name="A_BusinessPartnerRole" EntityType="API_BUSINESS_PARTNER.A_BusinessPartnerRoleType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_BusinessPartnerTaxNumber" EntityType="API_BUSINESS_PARTNER.A_BusinessPartnerTaxNumberType" sap:content-version="1"/><EntitySet Name="A_BusPartAddrDepdntTaxNmbr" EntityType="API_BUSINESS_PARTNER.A_BusPartAddrDepdntTaxNmbrType" sap:content-version="1"/><EntitySet Name="A_CustAddrDepdntExtIdentifier" EntityType="API_BUSINESS_PARTNER.A_CustAddrDepdntExtIdentifierType" sap:content-version="1"/><EntitySet Name="A_CustAddrDepdntInformation" EntityType="API_BUSINESS_PARTNER.A_CustAddrDepdntInformationType" sap:content-version="1"/><EntitySet Name="A_Customer" EntityType="API_BUSINESS_PARTNER.A_CustomerType" sap:creatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_CustomerCompany" EntityType="API_BUSINESS_PARTNER.A_CustomerCompanyType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_CustomerCompanyText" EntityType="API_BUSINESS_PARTNER.A_CustomerCompanyTextType" sap:content-version="1"/><EntitySet Name="A_CustomerDunning" EntityType="API_BUSINESS_PARTNER.A_CustomerDunningType" sap:content-version="1"/><EntitySet Name="A_CustomerSalesArea" EntityType="API_BUSINESS_PARTNER.A_CustomerSalesAreaType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_CustomerSalesAreaTax" EntityType="API_BUSINESS_PARTNER.A_CustomerSalesAreaTaxType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_CustomerSalesAreaText" EntityType="API_BUSINESS_PARTNER.A_CustomerSalesAreaTextType" sap:content-version="1"/><EntitySet Name="A_CustomerTaxGrouping" EntityType="API_BUSINESS_PARTNER.A_CustomerTaxGroupingType" sap:creatable="false" sap:content-version="1"/><EntitySet Name="A_CustomerText" EntityType="API_BUSINESS_PARTNER.A_CustomerTextType" sap:content-version="1"/><EntitySet Name="A_CustomerUnloadingPoint" EntityType="API_BUSINESS_PARTNER.A_CustomerUnloadingPointType" sap:content-version="1"/><EntitySet Name="A_CustomerWithHoldingTax" EntityType="API_BUSINESS_PARTNER.A_CustomerWithHoldingTaxType" sap:content-version="1"/><EntitySet Name="A_CustSalesPartnerFunc" EntityType="API_BUSINESS_PARTNER.A_CustSalesPartnerFuncType" sap:content-version="1"/><EntitySet Name="A_CustSlsAreaAddrDepdntInfo" EntityType="API_BUSINESS_PARTNER.A_CustSlsAreaAddrDepdntInfoType" sap:content-version="1"/><EntitySet Name="A_CustSlsAreaAddrDepdntTaxInfo" EntityType="API_BUSINESS_PARTNER.A_CustSlsAreaAddrDepdntTaxInfoType" sap:content-version="1"/><EntitySet Name="A_CustUnldgPtAddrDepdntInfo" EntityType="API_BUSINESS_PARTNER.A_CustUnldgPtAddrDepdntInfoType" sap:content-version="1"/><EntitySet Name="A_Supplier" EntityType="API_BUSINESS_PARTNER.A_SupplierType" sap:creatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_SupplierCompany" EntityType="API_BUSINESS_PARTNER.A_SupplierCompanyType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_SupplierCompanyText" EntityType="API_BUSINESS_PARTNER.A_SupplierCompanyTextType" sap:content-version="1"/><EntitySet Name="A_SupplierDunning" EntityType="API_BUSINESS_PARTNER.A_SupplierDunningType" sap:content-version="1"/><EntitySet Name="A_SupplierPartnerFunc" EntityType="API_BUSINESS_PARTNER.A_SupplierPartnerFuncType" sap:content-version="1"/><EntitySet Name="A_SupplierPurchasingOrg" EntityType="API_BUSINESS_PARTNER.A_SupplierPurchasingOrgType" sap:deletable="false" sap:content-version="1"/><EntitySet Name="A_SupplierPurchasingOrgText" EntityType="API_BUSINESS_PARTNER.A_SupplierPurchasingOrgTextType" sap:content-version="1"/><EntitySet Name="A_SupplierText" EntityType="API_BUSINESS_PARTNER.A_SupplierTextType" sap:content-version="1"/><EntitySet Name="A_SupplierWithHoldingTax" EntityType="API_BUSINESS_PARTNER.A_SupplierWithHoldingTaxType" sap:content-version="1"/><AssociationSet Name="assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9" Association="API_BUSINESS_PARTNER.assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_SupplierPurchasingOrg" Role="FromRole_assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9"/><End EntitySet="A_SupplierPartnerFunc" Role="ToRole_assoc_20F5EAD3848FBFF2C9E0F6D45CFF1BA9"/></AssociationSet><AssociationSet Name="assoc_D1846B86BBE9806988ECC0DBA57B14F4" Association="API_BUSINESS_PARTNER.assoc_D1846B86BBE9806988ECC0DBA57B14F4" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_D1846B86BBE9806988ECC0DBA57B14F4"/><End EntitySet="A_BPFinancialServicesReporting" Role="ToRole_assoc_D1846B86BBE9806988ECC0DBA57B14F4"/></AssociationSet><AssociationSet Name="assoc_880A633B2255DEBB46E031A2E3CEE1FF" Association="API_BUSINESS_PARTNER.assoc_880A633B2255DEBB46E031A2E3CEE1FF" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Customer" Role="FromRole_assoc_880A633B2255DEBB46E031A2E3CEE1FF"/><End EntitySet="A_CustUnldgPtAddrDepdntInfo" Role="ToRole_assoc_880A633B2255DEBB46E031A2E3CEE1FF"/></AssociationSet><AssociationSet Name="assoc_C546491A9F4C5AC472041B7C874F1DF3" Association="API_BUSINESS_PARTNER.assoc_C546491A9F4C5AC472041B7C874F1DF3" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_C546491A9F4C5AC472041B7C874F1DF3"/><End EntitySet="A_BusPartAddrDepdntTaxNmbr" Role="ToRole_assoc_C546491A9F4C5AC472041B7C874F1DF3"/></AssociationSet><AssociationSet Name="assoc_46D370A62F67996B992AE7C09589BEAD" Association="API_BUSINESS_PARTNER.assoc_46D370A62F67996B992AE7C09589BEAD" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_CustomerSalesArea" Role="FromRole_assoc_46D370A62F67996B992AE7C09589BEAD"/><End EntitySet="A_CustomerSalesAreaText" Role="ToRole_assoc_46D370A62F67996B992AE7C09589BEAD"/></AssociationSet><AssociationSet Name="assoc_B4BA0E8783B446CC7EF60849B258E475" Association="API_BUSINESS_PARTNER.assoc_B4BA0E8783B446CC7EF60849B258E475" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_CustomerSalesArea" Role="FromRole_assoc_B4BA0E8783B446CC7EF60849B258E475"/><End EntitySet="A_CustSlsAreaAddrDepdntInfo" Role="ToRole_assoc_B4BA0E8783B446CC7EF60849B258E475"/></AssociationSet><AssociationSet Name="assoc_E3AF841788C2ADA1293E0580F118D4CA" Association="API_BUSINESS_PARTNER.assoc_E3AF841788C2ADA1293E0580F118D4CA" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerAddress" Role="FromRole_assoc_E3AF841788C2ADA1293E0580F118D4CA"/><End EntitySet="A_BPAddrDepdntIntlLocNumber" Role="ToRole_assoc_E3AF841788C2ADA1293E0580F118D4CA"/></AssociationSet><AssociationSet Name="assoc_68C6FA4D5F974F8BBFCA5D234FA05107" Association="API_BUSINESS_PARTNER.assoc_68C6FA4D5F974F8BBFCA5D234FA05107" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerContact" Role="FromRole_assoc_68C6FA4D5F974F8BBFCA5D234FA05107"/><End EntitySet="A_BPContactToAddress" Role="ToRole_assoc_68C6FA4D5F974F8BBFCA5D234FA05107"/></AssociationSet><AssociationSet Name="assoc_35D5A40C930BECE699C4526B1B1F8D1C" Association="API_BUSINESS_PARTNER.assoc_35D5A40C930BECE699C4526B1B1F8D1C" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerAddress" Role="FromRole_assoc_35D5A40C930BECE699C4526B1B1F8D1C"/><End EntitySet="A_AddressPhoneNumber" Role="ToRole_assoc_35D5A40C930BECE699C4526B1B1F8D1C"/></AssociationSet><AssociationSet Name="assoc_7256A9801E68AE14E59054C2738099F1" Association="API_BUSINESS_PARTNER.assoc_7256A9801E68AE14E59054C2738099F1" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_7256A9801E68AE14E59054C2738099F1"/><End EntitySet="A_Supplier" Role="ToRole_assoc_7256A9801E68AE14E59054C2738099F1"/></AssociationSet><AssociationSet Name="assoc_155A43CB320962DAD7CDFDF2221E7E7D" Association="API_BUSINESS_PARTNER.assoc_155A43CB320962DAD7CDFDF2221E7E7D" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_155A43CB320962DAD7CDFDF2221E7E7D"/><End EntitySet="A_BusinessPartnerRating" Role="ToRole_assoc_155A43CB320962DAD7CDFDF2221E7E7D"/></AssociationSet><AssociationSet Name="assoc_0DE5F89839F0BD9497F35D85212F05CE" Association="API_BUSINESS_PARTNER.assoc_0DE5F89839F0BD9497F35D85212F05CE" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Customer" Role="FromRole_assoc_0DE5F89839F0BD9497F35D85212F05CE"/><End EntitySet="A_CustomerTaxGrouping" Role="ToRole_assoc_0DE5F89839F0BD9497F35D85212F05CE"/></AssociationSet><AssociationSet Name="assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7" Association="API_BUSINESS_PARTNER.assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7"/><End EntitySet="A_BuPaIdentification" Role="ToRole_assoc_07A4C6774A79F32D8C1BDA1CBE5A2FA7"/></AssociationSet><AssociationSet Name="assoc_8273BE5CD7CC24B836264946436461DA" Association="API_BUSINESS_PARTNER.assoc_8273BE5CD7CC24B836264946436461DA" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_CustomerCompany" Role="FromRole_assoc_8273BE5CD7CC24B836264946436461DA"/><End EntitySet="A_CustomerDunning" Role="ToRole_assoc_8273BE5CD7CC24B836264946436461DA"/></AssociationSet><AssociationSet Name="assoc_24633CE2A304AC368B84393856DE88B5" Association="API_BUSINESS_PARTNER.assoc_24633CE2A304AC368B84393856DE88B5" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_24633CE2A304AC368B84393856DE88B5"/><End EntitySet="A_BPFiscalYearInformation" Role="ToRole_assoc_24633CE2A304AC368B84393856DE88B5"/></AssociationSet><AssociationSet Name="assoc_138939C49DA3F66FEE8C74425F390DD3" Association="API_BUSINESS_PARTNER.assoc_138939C49DA3F66FEE8C74425F390DD3" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Supplier" Role="FromRole_assoc_138939C49DA3F66FEE8C74425F390DD3"/><End EntitySet="A_SupplierCompany" Role="ToRole_assoc_138939C49DA3F66FEE8C74425F390DD3"/></AssociationSet><AssociationSet Name="assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485" Association="API_BUSINESS_PARTNER.assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_SupplierCompany" Role="FromRole_assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485"/><End EntitySet="A_SupplierCompanyText" Role="ToRole_assoc_F9C7FCCBA7A34C05B6E3BFA2C66C2485"/></AssociationSet><AssociationSet Name="assoc_BB7AFCF7553248CCDE0F049CC1262C28" Association="API_BUSINESS_PARTNER.assoc_BB7AFCF7553248CCDE0F049CC1262C28" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_CustomerSalesAreaTax" Role="FromRole_assoc_BB7AFCF7553248CCDE0F049CC1262C28"/><End EntitySet="A_CustSlsAreaAddrDepdntTaxInfo" Role="ToRole_assoc_BB7AFCF7553248CCDE0F049CC1262C28"/></AssociationSet><AssociationSet Name="assoc_3747E462BFFBB3127682A67959ECC8AA" Association="API_BUSINESS_PARTNER.assoc_3747E462BFFBB3127682A67959ECC8AA" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_CustomerSalesArea" Role="FromRole_assoc_3747E462BFFBB3127682A67959ECC8AA"/><End EntitySet="A_CustSalesPartnerFunc" Role="ToRole_assoc_3747E462BFFBB3127682A67959ECC8AA"/></AssociationSet><AssociationSet Name="assoc_B60166D8890DDF85A7D581A0BB2D1255" Association="API_BUSINESS_PARTNER.assoc_B60166D8890DDF85A7D581A0BB2D1255" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_CustomerCompany" Role="FromRole_assoc_B60166D8890DDF85A7D581A0BB2D1255"/><End EntitySet="A_CustomerCompanyText" Role="ToRole_assoc_B60166D8890DDF85A7D581A0BB2D1255"/></AssociationSet><AssociationSet Name="assoc_60DDA2597182EA56C114908472D2FB81" Association="API_BUSINESS_PARTNER.assoc_60DDA2597182EA56C114908472D2FB81" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerAddress" Role="FromRole_assoc_60DDA2597182EA56C114908472D2FB81"/><End EntitySet="A_AddressPhoneNumber" Role="ToRole_assoc_60DDA2597182EA56C114908472D2FB81"/></AssociationSet><AssociationSet Name="assoc_49CF1243367384CB6C19B5648CA1F817" Association="API_BUSINESS_PARTNER.assoc_49CF1243367384CB6C19B5648CA1F817" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_CustomerSalesArea" Role="FromRole_assoc_49CF1243367384CB6C19B5648CA1F817"/><End EntitySet="A_CustomerSalesAreaTax" Role="ToRole_assoc_49CF1243367384CB6C19B5648CA1F817"/></AssociationSet><AssociationSet Name="assoc_ABC4A572A4A8802D97BA70498CCE4A4E" Association="API_BUSINESS_PARTNER.assoc_ABC4A572A4A8802D97BA70498CCE4A4E" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerContact" Role="FromRole_assoc_ABC4A572A4A8802D97BA70498CCE4A4E"/><End EntitySet="A_BPContactToFuncAndDept" Role="ToRole_assoc_ABC4A572A4A8802D97BA70498CCE4A4E"/></AssociationSet><AssociationSet Name="assoc_EC8BD55FE296CB9F7E96A12A10A83C8A" Association="API_BUSINESS_PARTNER.assoc_EC8BD55FE296CB9F7E96A12A10A83C8A" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BPContactToAddress" Role="FromRole_assoc_EC8BD55FE296CB9F7E96A12A10A83C8A"/><End EntitySet="A_AddressFaxNumber" Role="ToRole_assoc_EC8BD55FE296CB9F7E96A12A10A83C8A"/></AssociationSet><AssociationSet Name="assoc_70A8B5CCADF265E097DC86BC7B699B31" Association="API_BUSINESS_PARTNER.assoc_70A8B5CCADF265E097DC86BC7B699B31" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Customer" Role="FromRole_assoc_70A8B5CCADF265E097DC86BC7B699B31"/><End EntitySet="A_CustomerSalesArea" Role="ToRole_assoc_70A8B5CCADF265E097DC86BC7B699B31"/></AssociationSet><AssociationSet Name="assoc_24C290CBC7FE69574AD9D79A5C631212" Association="API_BUSINESS_PARTNER.assoc_24C290CBC7FE69574AD9D79A5C631212" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerAddress" Role="FromRole_assoc_24C290CBC7FE69574AD9D79A5C631212"/><End EntitySet="A_AddressHomePageURL" Role="ToRole_assoc_24C290CBC7FE69574AD9D79A5C631212"/></AssociationSet><AssociationSet Name="assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9" Association="API_BUSINESS_PARTNER.assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_SupplierPurchasingOrg" Role="FromRole_assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9"/><End EntitySet="A_SupplierPurchasingOrgText" Role="ToRole_assoc_B7FB1F1D45FB656EF3D9435CA2A39EE9"/></AssociationSet><AssociationSet Name="assoc_DADC7016DBB892642F90D68E0E47B6E8" Association="API_BUSINESS_PARTNER.assoc_DADC7016DBB892642F90D68E0E47B6E8" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_DADC7016DBB892642F90D68E0E47B6E8"/><End EntitySet="A_BusinessPartnerTaxNumber" Role="ToRole_assoc_DADC7016DBB892642F90D68E0E47B6E8"/></AssociationSet><AssociationSet Name="assoc_091DBA85F5FE3E747FC3884B40B4EBFD" Association="API_BUSINESS_PARTNER.assoc_091DBA85F5FE3E747FC3884B40B4EBFD" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerAddress" Role="FromRole_assoc_091DBA85F5FE3E747FC3884B40B4EBFD"/><End EntitySet="A_BuPaAddressUsage" Role="ToRole_assoc_091DBA85F5FE3E747FC3884B40B4EBFD"/></AssociationSet><AssociationSet Name="assoc_55F62B4F505C71EB6E4B122E91DC5745" Association="API_BUSINESS_PARTNER.assoc_55F62B4F505C71EB6E4B122E91DC5745" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_SupplierCompany" Role="FromRole_assoc_55F62B4F505C71EB6E4B122E91DC5745"/><End EntitySet="A_SupplierWithHoldingTax" Role="ToRole_assoc_55F62B4F505C71EB6E4B122E91DC5745"/></AssociationSet><AssociationSet Name="assoc_91BCE13588BD3046353CD68D3098C2E5" Association="API_BUSINESS_PARTNER.assoc_91BCE13588BD3046353CD68D3098C2E5" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_91BCE13588BD3046353CD68D3098C2E5"/><End EntitySet="A_BuPaIndustry" Role="ToRole_assoc_91BCE13588BD3046353CD68D3098C2E5"/></AssociationSet><AssociationSet Name="assoc_A47744B1176D2172C3109B5E43FFC7F9" Association="API_BUSINESS_PARTNER.assoc_A47744B1176D2172C3109B5E43FFC7F9" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Supplier" Role="FromRole_assoc_A47744B1176D2172C3109B5E43FFC7F9"/><End EntitySet="A_SupplierText" Role="ToRole_assoc_A47744B1176D2172C3109B5E43FFC7F9"/></AssociationSet><AssociationSet Name="assoc_BB9464C0EE976A75A05F937B73A26763" Association="API_BUSINESS_PARTNER.assoc_BB9464C0EE976A75A05F937B73A26763" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Customer" Role="FromRole_assoc_BB9464C0EE976A75A05F937B73A26763"/><End EntitySet="A_CustomerCompany" Role="ToRole_assoc_BB9464C0EE976A75A05F937B73A26763"/></AssociationSet><AssociationSet Name="assoc_B2EAAC3147A4639C17A2CFEACA07BE23" Association="API_BUSINESS_PARTNER.assoc_B2EAAC3147A4639C17A2CFEACA07BE23" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Supplier" Role="FromRole_assoc_B2EAAC3147A4639C17A2CFEACA07BE23"/><End EntitySet="A_SupplierPurchasingOrg" Role="ToRole_assoc_B2EAAC3147A4639C17A2CFEACA07BE23"/></AssociationSet><AssociationSet Name="assoc_43B546339886BBB6ED35EA7CA84FB32B" Association="API_BUSINESS_PARTNER.assoc_43B546339886BBB6ED35EA7CA84FB32B" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerAddress" Role="FromRole_assoc_43B546339886BBB6ED35EA7CA84FB32B"/><End EntitySet="A_AddressFaxNumber" Role="ToRole_assoc_43B546339886BBB6ED35EA7CA84FB32B"/></AssociationSet><AssociationSet Name="assoc_301BF3C95F38823A34CFF6B5A5EF3514" Association="API_BUSINESS_PARTNER.assoc_301BF3C95F38823A34CFF6B5A5EF3514" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Customer" Role="FromRole_assoc_301BF3C95F38823A34CFF6B5A5EF3514"/><End EntitySet="A_CustomerText" Role="ToRole_assoc_301BF3C95F38823A34CFF6B5A5EF3514"/></AssociationSet><AssociationSet Name="assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9" Association="API_BUSINESS_PARTNER.assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_SupplierCompany" Role="FromRole_assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9"/><End EntitySet="A_SupplierDunning" Role="ToRole_assoc_5E8DB5909F6A0FD5A1171E3650CDC3F9"/></AssociationSet><AssociationSet Name="assoc_384B40303CD3100ABADBF0437EB49163" Association="API_BUSINESS_PARTNER.assoc_384B40303CD3100ABADBF0437EB49163" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Customer" Role="FromRole_assoc_384B40303CD3100ABADBF0437EB49163"/><End EntitySet="A_CustomerUnloadingPoint" Role="ToRole_assoc_384B40303CD3100ABADBF0437EB49163"/></AssociationSet><AssociationSet Name="assoc_80838433DCE8E16AA7C9031C32896631" Association="API_BUSINESS_PARTNER.assoc_80838433DCE8E16AA7C9031C32896631" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_80838433DCE8E16AA7C9031C32896631"/><End EntitySet="A_Customer" Role="ToRole_assoc_80838433DCE8E16AA7C9031C32896631"/></AssociationSet><AssociationSet Name="assoc_754D8331595A092718B0DFC52065EE7B" Association="API_BUSINESS_PARTNER.assoc_754D8331595A092718B0DFC52065EE7B" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Customer" Role="FromRole_assoc_754D8331595A092718B0DFC52065EE7B"/><End EntitySet="A_CustAddrDepdntInformation" Role="ToRole_assoc_754D8331595A092718B0DFC52065EE7B"/></AssociationSet><AssociationSet Name="assoc_65B2B550EF37ECC341EC132360E3D0A8" Association="API_BUSINESS_PARTNER.assoc_65B2B550EF37ECC341EC132360E3D0A8" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_CustomerCompany" Role="FromRole_assoc_65B2B550EF37ECC341EC132360E3D0A8"/><End EntitySet="A_CustomerWithHoldingTax" Role="ToRole_assoc_65B2B550EF37ECC341EC132360E3D0A8"/></AssociationSet><AssociationSet Name="assoc_A30D7A481BC8C28A25685BA876365019" Association="API_BUSINESS_PARTNER.assoc_A30D7A481BC8C28A25685BA876365019" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BPContactToAddress" Role="FromRole_assoc_A30D7A481BC8C28A25685BA876365019"/><End EntitySet="A_AddressPhoneNumber" Role="ToRole_assoc_A30D7A481BC8C28A25685BA876365019"/></AssociationSet><AssociationSet Name="assoc_1ADA0F38B6E8F2188803152EB26F8A0E" Association="API_BUSINESS_PARTNER.assoc_1ADA0F38B6E8F2188803152EB26F8A0E" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_1ADA0F38B6E8F2188803152EB26F8A0E"/><End EntitySet="A_BPCreditWorthiness" Role="ToRole_assoc_1ADA0F38B6E8F2188803152EB26F8A0E"/></AssociationSet><AssociationSet Name="assoc_CD2960C1F310581C4BB59BAFF3C68466" Association="API_BUSINESS_PARTNER.assoc_CD2960C1F310581C4BB59BAFF3C68466" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_CD2960C1F310581C4BB59BAFF3C68466"/><End EntitySet="A_BPFinancialServicesExtn" Role="ToRole_assoc_CD2960C1F310581C4BB59BAFF3C68466"/></AssociationSet><AssociationSet Name="assoc_313909BAAED14CA9CB4829C648286478" Association="API_BUSINESS_PARTNER.assoc_313909BAAED14CA9CB4829C648286478" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BPContactToAddress" Role="FromRole_assoc_313909BAAED14CA9CB4829C648286478"/><End EntitySet="A_AddressHomePageURL" Role="ToRole_assoc_313909BAAED14CA9CB4829C648286478"/></AssociationSet><AssociationSet Name="assoc_27938E55BE3C51172D240DC88BFDACA0" Association="API_BUSINESS_PARTNER.assoc_27938E55BE3C51172D240DC88BFDACA0" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_27938E55BE3C51172D240DC88BFDACA0"/><End EntitySet="A_BPRelationship" Role="ToRole_assoc_27938E55BE3C51172D240DC88BFDACA0"/></AssociationSet><AssociationSet Name="assoc_5D8ED7225F3F084CF706245AFBB65A6A" Association="API_BUSINESS_PARTNER.assoc_5D8ED7225F3F084CF706245AFBB65A6A" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_SupplierCompany" Role="FromRole_assoc_5D8ED7225F3F084CF706245AFBB65A6A"/><End EntitySet="A_Supplier" Role="ToRole_assoc_5D8ED7225F3F084CF706245AFBB65A6A"/></AssociationSet><AssociationSet Name="assoc_02AC1AF45478434AAB93B18ECA2FB863" Association="API_BUSINESS_PARTNER.assoc_02AC1AF45478434AAB93B18ECA2FB863" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_02AC1AF45478434AAB93B18ECA2FB863"/><End EntitySet="A_BusinessPartnerContact" Role="ToRole_assoc_02AC1AF45478434AAB93B18ECA2FB863"/></AssociationSet><AssociationSet Name="assoc_8CB6FAD20F28B2231218990D2E4F2F43" Association="API_BUSINESS_PARTNER.assoc_8CB6FAD20F28B2231218990D2E4F2F43" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_Customer" Role="FromRole_assoc_8CB6FAD20F28B2231218990D2E4F2F43"/><End EntitySet="A_CustAddrDepdntExtIdentifier" Role="ToRole_assoc_8CB6FAD20F28B2231218990D2E4F2F43"/></AssociationSet><AssociationSet Name="assoc_FB863C7C69262D926CE14CA6A50667DB" Association="API_BUSINESS_PARTNER.assoc_FB863C7C69262D926CE14CA6A50667DB" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_FB863C7C69262D926CE14CA6A50667DB"/><End EntitySet="A_BusinessPartnerRole" Role="ToRole_assoc_FB863C7C69262D926CE14CA6A50667DB"/></AssociationSet><AssociationSet Name="assoc_76A1D4C9690D91482219A96E6133DCA1" Association="API_BUSINESS_PARTNER.assoc_76A1D4C9690D91482219A96E6133DCA1" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BPContactToAddress" Role="FromRole_assoc_76A1D4C9690D91482219A96E6133DCA1"/><End EntitySet="A_AddressEmailAddress" Role="ToRole_assoc_76A1D4C9690D91482219A96E6133DCA1"/></AssociationSet><AssociationSet Name="assoc_B21DC96A1904D36E94FBE84771BD7E99" Association="API_BUSINESS_PARTNER.assoc_B21DC96A1904D36E94FBE84771BD7E99" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartnerAddress" Role="FromRole_assoc_B21DC96A1904D36E94FBE84771BD7E99"/><End EntitySet="A_AddressEmailAddress" Role="ToRole_assoc_B21DC96A1904D36E94FBE84771BD7E99"/></AssociationSet><AssociationSet Name="assoc_6247ED959B75350E6EA6CEDD2CBEC7E7" Association="API_BUSINESS_PARTNER.assoc_6247ED959B75350E6EA6CEDD2CBEC7E7" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_6247ED959B75350E6EA6CEDD2CBEC7E7"/><End EntitySet="A_BusinessPartnerAddress" Role="ToRole_assoc_6247ED959B75350E6EA6CEDD2CBEC7E7"/></AssociationSet><AssociationSet Name="assoc_05F0DA10FFAB2836605571E5ABB6E5B9" Association="API_BUSINESS_PARTNER.assoc_05F0DA10FFAB2836605571E5ABB6E5B9" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BusinessPartner" Role="FromRole_assoc_05F0DA10FFAB2836605571E5ABB6E5B9"/><End EntitySet="A_BusinessPartnerBank" Role="ToRole_assoc_05F0DA10FFAB2836605571E5ABB6E5B9"/></AssociationSet><AssociationSet Name="assoc_E5744DCC3F8BA081306832D86DBAE35B" Association="API_BUSINESS_PARTNER.assoc_E5744DCC3F8BA081306832D86DBAE35B" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="A_BPContactToAddress" Role="FromRole_assoc_E5744DCC3F8BA081306832D86DBAE35B"/><End EntitySet="A_AddressPhoneNumber" Role="ToRole_assoc_E5744DCC3F8BA081306832D86DBAE35B"/></AssociationSet></EntityContainer><Annotation Term="Core.SchemaVersion" String="1.3.0" xmlns="http://docs.oasis-open.org/odata/ns/edm"/><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.ApplyMultiUnitBehaviorForSortingAndFiltering" Bool="true"/></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.FilterRestrictions"><Record><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="LongText"/><PropertyValue Property="AllowedExpressions" String="SearchExpression"/></Record></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Capabilities.SortRestrictions"><Record><PropertyValue Property="NonSortableProperties"><Collection><PropertyPath>LongText</PropertyPath><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.FilterRestrictions"><Record><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="LongText"/><PropertyValue Property="AllowedExpressions" String="SearchExpression"/></Record></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Capabilities.SortRestrictions"><Record><PropertyValue Property="NonSortableProperties"><Collection><PropertyPath>LongText</PropertyPath><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.FilterRestrictions"><Record><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="LongText"/><PropertyValue Property="AllowedExpressions" String="SearchExpression"/></Record></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Capabilities.SortRestrictions"><Record><PropertyValue Property="NonSortableProperties"><Collection><PropertyPath>LongText</PropertyPath><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.FilterRestrictions"><Record><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="LongText"/><PropertyValue Property="AllowedExpressions" String="SearchExpression"/></Record></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Capabilities.SortRestrictions"><Record><PropertyValue Property="NonSortableProperties"><Collection><PropertyPath>LongText</PropertyPath><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrgText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.FilterRestrictions"><Record><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="LongText"/><PropertyValue Property="AllowedExpressions" String="SearchExpression"/></Record></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Capabilities.SortRestrictions"><Record><PropertyValue Property="NonSortableProperties"><Collection><PropertyPath>LongText</PropertyPath><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.FilterRestrictions"><Record><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="LongText"/><PropertyValue Property="AllowedExpressions" String="SearchExpression"/></Record></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Capabilities.SortRestrictions"><Record><PropertyValue Property="NonSortableProperties"><Collection><PropertyPath>LongText</PropertyPath><PropertyPath>LongText</PropertyPath></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_EmailAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_FaxNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_MobilePhoneNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PhoneNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_URLAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPCreditWorthiness"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPFinServicesReporting"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPFiscalYearInformation"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPRelationship"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BuPaIdentification"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BuPaIndustry"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusPartAddrDepdntTaxNmbr"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartner"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerBank"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerContact"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerRating"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerRole"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_Customer"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_Supplier"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_AddressUsage"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPAddrDepdntIntlLocNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_EmailAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_FaxNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_MobilePhoneNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PhoneNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_URLAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerContact" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_ContactAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_ContactRelationship"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustAddrDepdntExtIdentifier"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustAddrDepdntInformation"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustUnldgPtAddrDepdntInfo"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerCompany"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerSalesArea"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerTaxGrouping"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerUnloadingPoint"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CompanyText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerDunning"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_WithHoldingTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PartnerFunction"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SalesAreaTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SalesAreaText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SlsAreaAddrDepdntInfo"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SlsAreaAddrDepdntTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierCompany"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierPurchasingOrg"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CompanyText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_Supplier"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierDunning"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierWithHoldingTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrg" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PartnerFunction"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PurchasingOrgText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner general data."/><PropertyValue Property="LongDescription" String="Retrieves general data fields of all the business partner records available in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner data by using business partner number."/><PropertyValue Property="LongDescription" String="Retrieves the general data fields of the business partner record by using business partner number."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new business partner record."/><PropertyValue Property="LongDescription" String="Creates a business partner including Customer, Supplier, Address, Role, Tax, Bank, Identification, Contact, and Industry data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner general data."/><PropertyValue Property="LongDescription" String="Updates business partner general data by using business partner number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer general data."/><PropertyValue Property="LongDescription" String="Retrieves general data of all the customer records available in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer data by using customer number."/><PropertyValue Property="LongDescription" String="Retreives the general data of the customer record by using customer number."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates customer general data."/><PropertyValue Property="LongDescription" String="Updates customer general data by using customer number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier general data."/><PropertyValue Property="LongDescription" String="Retrieves general data of all the supplier records available in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier general data by using supplier number."/><PropertyValue Property="LongDescription" String="Retrieves the general data of the supplier record by using supplier number."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates supplier general data."/><PropertyValue Property="LongDescription" String="Updates supplier general data by using supplier number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner address data."/><PropertyValue Property="LongDescription" String="Retrieves business partner address data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner address data by using the key field."/><PropertyValue Property="LongDescription" String="Retrieves business partner address data by using business partner number and address ID."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new address data for an existing business partner."/><PropertyValue Property="LongDescription" String="Adds a new address data for an existing business partner. Address ID is automatically generated."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner address data."/><PropertyValue Property="LongDescription" String="Updates business partner address data of the record identified by address ID and business partner number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes business partner address record identified by address ID and business partner number."/><PropertyValue Property="LongDescription" String="Deletes address data of the business partner including Phone, Fax, Email, URI, and Usage data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerRole" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner role data."/><PropertyValue Property="LongDescription" String="Retrieves business partner role data fields of all the records available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner role data using the key fields."/><PropertyValue Property="LongDescription" String="Retrieves business partner role data using business partner number and business partner role."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerRole" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new role for an existing business partner."/><PropertyValue Property="LongDescription" String="Adds a new role to the existing business partner record with role and validity details."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerRole" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates role data fields."/><PropertyValue Property="LongDescription" String="Updates role validity data identified by business partner number and business partner role."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerTaxNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner tax number data."/><PropertyValue Property="LongDescription" String="Retrieves tax number data of all the available records linked to business partners in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner tax number data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves tax number data by using the key fields such as business partner number and tax type."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerTaxNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new tax number data."/><PropertyValue Property="LongDescription" String="Creates a new tax number data linked to an existing business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerTaxNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates tax number data linked to a business partner."/><PropertyValue Property="LongDescription" String="Updates tax number data identified by key fields such as business partner number and tax type."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerTaxNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes tax number data linked to a business partner."/><PropertyValue Property="LongDescription" String="Deletes tax number data identified by key fields such as business partner number and tax type."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusPartAddrDepdntTaxNmbr" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent business partner tax number data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent tax number data of all the available records linked to business partners in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent business partner tax number data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves address dependent tax number data by using the key fields business partner number, address ID and tax type."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusPartAddrDepdntTaxNmbr" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent tax number data."/><PropertyValue Property="LongDescription" String="Creates new address dependent tax number data linked to an existing business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusPartAddrDepdntTaxNmbr" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates address dependent tax number data linked to a business partner."/><PropertyValue Property="LongDescription" String="Updates address dependent tax number data identified by key fields business partner number, address ID and tax type."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusPartAddrDepdntTaxNmbr" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes address dependent tax number data linked to a business partner."/><PropertyValue Property="LongDescription" String="Deletes address dependent tax number data identified by key fields such as business partner number and tax type."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustAddrDepdntInformation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer data by using the key fields customer number and address ID."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustAddrDepdntInformation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent customer data."/><PropertyValue Property="LongDescription" String="Creates new address dependent customer data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustAddrDepdntInformation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates address dependent customer data."/><PropertyValue Property="LongDescription" String="Updates address dependent customer data identified by key fields customer number and address ID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustAddrDepdntInformation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes address dependent customer data."/><PropertyValue Property="LongDescription" String="Deletes address dependent customer data identified by key fields customer number and address ID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustAddrDepdntExtIdentifier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves the address dependent external identifier of customers."/><PropertyValue Property="LongDescription" String="Retrieves the address dependent external identifiers of all the available records linked to customers in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves the address dependent external identifier of customers."/><PropertyValue Property="LongDescription" String="Retrieves the address dependent external identifiers of all the available records linked to customers in the system."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustAddrDepdntExtIdentifier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates the address dependent external identifier of a customer."/><PropertyValue Property="LongDescription" String="Creates the address dependent external identifier linked to an existing customer."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustAddrDepdntExtIdentifier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates the address dependent external identifier of a customer."/><PropertyValue Property="LongDescription" String="Updates the address dependent external identifier identified by customer number and address ID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustAddrDepdntExtIdentifier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes the address dependent external identifier of a customer."/><PropertyValue Property="LongDescription" String="Deletes the address dependent external identifier identified by customer number and address ID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerBank" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner bank data."/><PropertyValue Property="LongDescription" String="Retrieves business partner bank data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner bank data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves business partner bank data identified by key fields such as business partner number and bank dentification."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerBank" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new business partner bank data."/><PropertyValue Property="LongDescription" String="Creates new business partner bank data linked to business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerBank" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner bank data."/><PropertyValue Property="LongDescription" String="Updates bank data of the business partner record identified by business partner number and bank identification."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerBank" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes business partner bank data."/><PropertyValue Property="LongDescription" String="Deletes bank data of the business partner record identified by business partner number and bank identification."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaIdentification" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner identification data."/><PropertyValue Property="LongDescription" String="Retrieves business partner identification data fields of all the records available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner identification data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves business partner identification data using business partner number, identification type, and identification number."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaIdentification" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new business partner identification data."/><PropertyValue Property="LongDescription" String="Creates new identification data record linked to business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaIdentification" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner identification data."/><PropertyValue Property="LongDescription" String="Updates business partner identification data by using business partner number, identification type, and identification number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaIdentification" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes business partner identification data."/><PropertyValue Property="LongDescription" String="Deletes business partner identification data by using business partner number, identification type, and identification number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerContact" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner contact data."/><PropertyValue Property="LongDescription" String="Retrieves business partner contact data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner contact data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves business partner contact data using relationship number, BusinessPartnerCompany, BusinessPartnerPerson and ValidityEndDate"/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerContact" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new business partner contact relationship data of type 'BUR001'"/><PropertyValue Property="LongDescription" String="Adds a new business partner contact relationship data of type 'BUR001' to the business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerContact" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner contact data."/><PropertyValue Property="LongDescription" String="Updates business partner contact data by RelationshipNumber, BusinessPartnerCompany, BusinessPartnerPerson and ValidityEndDate"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerContact" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Removes the contact person relationship assigned to the business partner by using the key fields."/><PropertyValue Property="LongDescription" String="Deletes business partner contact data by RelationshipNumber, BusinessPartnerCompany, BusinessPartnerPerson and ValidityEndDate"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPRelationship" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner relationship data."/><PropertyValue Property="LongDescription" String="Retrieves business partner relationship data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner relationship data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves business partner relationship data by RelationshipNumber, BusinessPartner1, BusinessPartner2 and ValidityEndDate."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPRelationship" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new business partner relationship data."/><PropertyValue Property="LongDescription" String="Adds a new business partner relationship to the business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPRelationship" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner relationship data."/><PropertyValue Property="LongDescription" String="Updates business partner relationship data by RelationshipNumber, BusinessPartner1, BusinessPartner2 and ValidityEndDate"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPRelationship" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Removes the relationship assigned to the business partner by using the key fields."/><PropertyValue Property="LongDescription" String="Deletes business partner relationship data by RelationshipNumber, BusinessPartner1, BusinessPartner2 and ValidityEndDate"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaIndustry" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner industry data."/><PropertyValue Property="LongDescription" String="Retrieves business partner industry data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner industry data by key fields."/><PropertyValue Property="LongDescription" String="Retrieves business partner industry data by using industry sector, industry system type and business partner number"/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaIndustry" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates industry data linked to business partner record."/><PropertyValue Property="LongDescription" String="Assigns new industry data to the business partner record."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaIndustry" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner industry data."/><PropertyValue Property="LongDescription" String="Updates business partner industry data by industry sector, industry system type and business partner number"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaIndustry" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes business partner industry data."/><PropertyValue Property="LongDescription" String="Removes industry data linked to the business partner record identified by IndustrySector, IndustrySystemType, and BusinessPartner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area data."/><PropertyValue Property="LongDescription" String="Retrieves customer sales area data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area data by key fields."/><PropertyValue Property="LongDescription" String="Retrieves customer sales area data by using Customer, SalesOrganization, DistributionChannel and Division."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer sales data."/><PropertyValue Property="LongDescription" String="Creates sales data linked to a customer including Sales Area Tax, Partner Functions, and Sales Area Text."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates customer sales data."/><PropertyValue Property="LongDescription" String="Updates sales data identified by Customer, SalesOrganization, DistributionChannel and Division."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area tax data."/><PropertyValue Property="LongDescription" String="Retrieves customer sales area tax data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area tax data using key fields."/><PropertyValue Property="LongDescription" String="Get sales area tax data by Customer, SalesOrganization, DistributionChannel, Division, DepartureCountry and CustomerTaxCategory"/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer sales area tax data."/><PropertyValue Property="LongDescription" String="Creates customer sales area tax data in the sales record linked to the customer."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Deletes customer sales area tax data."/><PropertyValue Property="LongDescription" String="Deletes customer sales area tax data from the sales record linked to the customer."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSalesPartnerFunc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area partner function records."/><PropertyValue Property="LongDescription" String="Retrieves partner function fields of all the available records in the system linked to customer sales areas."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves sales area partner function data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves partner function data by Customer, SalesOrganization, DistributionChannel, Division, PartnerCounter, and PartnerFunction."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSalesPartnerFunc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new partner function record linked to customer sales area."/><PropertyValue Property="LongDescription" String="Adds a new partner function record. Partner counter will be automatically determined if a similar partner function already exist."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSalesPartnerFunc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates partner function record linked to customer sales area"/><PropertyValue Property="LongDescription" String="Updates partner function record by Customer, SalesOrganization, DistributionChannel, Division, PartnerCounter and PartnerFunction"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSalesPartnerFunc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes partner function record linked to customer sales area."/><PropertyValue Property="LongDescription" String="Deletes partner function record by Customer, SalesOrganization, DistributionChannel, Division, PartnerCounter and PartnerFunction"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area text data."/><PropertyValue Property="LongDescription" String="Retrieves customer sales area text fields of all the available records in the system linked to customer sales areas."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area text data by key fields."/><PropertyValue Property="LongDescription" String="Retreives customer sales area text data by Customer, SalesOrganization, DistributionChannel, Division, and Language."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new customer sales area text data."/><PropertyValue Property="LongDescription" String="Adds new sales area text record in the language specified. If no language is specified, the text will be created in system language."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates sales area text record linked to customer sales area."/><PropertyValue Property="LongDescription" String="Updates customer sales area text data identified by Customer, SalesOrganization, DistributionChannel, Division and Language"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes sales area text data linked to customer sales area."/><PropertyValue Property="LongDescription" String="Deletes customer sales area text data identified by Customer, SalesOrganization, DistributionChannel, Division, and Language."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer company data."/><PropertyValue Property="LongDescription" String="Retrieves customer company data fields of all the available records in the system linked to customer."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer company data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves customer company data by key fields such as customer and company code."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new company code data linked to the customer."/><PropertyValue Property="LongDescription" String="Assigns company code data to a customer. A customer can be assigned to multiple company records."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates company code data linked to the customer."/><PropertyValue Property="LongDescription" String="Updates company code data linked to the customer by customer and company code."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerDunning" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves dunning records attached to customer company."/><PropertyValue Property="LongDescription" String="Retrieves all the dunning records attached to customer company in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves all the dunning records by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves all the dunning records by customer, company code, and dunning area."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerDunning" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new dunning record attached to customer company."/><PropertyValue Property="LongDescription" String="Assigns a new dunning record to a customer company code."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerDunning" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates customer company code dunning record."/><PropertyValue Property="LongDescription" String="Updates customer company code dunning record identified by key fields such as Customer, CompanyCode, and Dunning Area."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerDunning" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Updates customer company code dunning record by using key fields."/><PropertyValue Property="LongDescription" String="Deletes customer company code dunning record identified by key fields such as Customer, CompanyCode, and Dunning Area."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerUnloadingPoint" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer unloading point data."/><PropertyValue Property="LongDescription" String="Retrieves all unloading point data attached to a customer in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer unloading point records by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves customer withholding tax records by customer and unloading point name."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerUnloadingPoint" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new customer unloading point record."/><PropertyValue Property="LongDescription" String="Creates customer unloading point record linked to customer."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerUnloadingPoint" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates customer unloading point record."/><PropertyValue Property="LongDescription" String="Updates customer unloading point record linked to customer by key fields such as Customer,UnloadingPointName."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerUnloadingPoint" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes customer unloading point record by key fields."/><PropertyValue Property="LongDescription" String="Deletes unloading point data linked to customer by key fields such as Customer,UnloadingPointName."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSlsAreaAddrDepdntInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer sales area data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer sales area data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer sales area data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer sales area data by using key fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSlsAreaAddrDepdntInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent customer sales area data."/><PropertyValue Property="LongDescription" String="Creates new address dependent customer sales area data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSlsAreaAddrDepdntInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates address dependent customer sales area data."/><PropertyValue Property="LongDescription" String="Updates address dependent customer sales area data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSlsAreaAddrDepdntInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes address dependent customer sales area data."/><PropertyValue Property="LongDescription" String="Deletes address dependent customer sales area data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSlsAreaAddrDepdntTaxInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer sales area tax data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer sales area tax data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer sales area tax data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer sales area tax data by using key fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSlsAreaAddrDepdntTaxInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent customer sales area tax data."/><PropertyValue Property="LongDescription" String="Creates new address dependent customer sales area tax data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSlsAreaAddrDepdntTaxInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates address dependent customer sales area tax data."/><PropertyValue Property="LongDescription" String="Updates address dependent customer sales area tax data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustSlsAreaAddrDepdntTaxInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes address dependent customer sales area tax data."/><PropertyValue Property="LongDescription" String="Deletes address dependent customer sales area tax data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustUnldgPtAddrDepdntInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer unloading point data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer unloading point data fields of all the available records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer unloading point data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer unloading point data by using the key fields customer number, address ID, unloading point name."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustUnldgPtAddrDepdntInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent customer unloading point data."/><PropertyValue Property="LongDescription" String="Creates new address dependent customer unloading point data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustUnldgPtAddrDepdntInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates address dependent customer unloading point data."/><PropertyValue Property="LongDescription" String="Updates address dependent customer unloading point data by using the key fields customer number, address ID, unloading point name."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustUnldgPtAddrDepdntInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes address dependent customer unloading point data."/><PropertyValue Property="LongDescription" String="Deletes address dependent customer unloading point data by using the key fields customer number, address ID, unloading point name."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerWithHoldingTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer withholding tax records attached to customer company."/><PropertyValue Property="LongDescription" String="Retrieves all the withholding tax records attached to customer company in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer withholding tax records by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves customer withholding tax records by customer, company code, and withholding tax type."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerWithHoldingTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new customer withholding tax record."/><PropertyValue Property="LongDescription" String="Creates customer withholding tax record linked to customer company."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerWithHoldingTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates customer company withholding tax record."/><PropertyValue Property="LongDescription" String="Updates customer withholding tax record linked to customer company by fields such as Customer, CompanyCode and WithholdingTaxType"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerWithHoldingTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes customer withholding tax record linked to customer company by customer, customer company, withholding tax."/><PropertyValue Property="LongDescription" String="Deletes customer withholding tax record linked to customer company by fields such as Customer, CompanyCode, and WithholdingTaxType"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer company text records attached to company data."/><PropertyValue Property="LongDescription" String="Retrieves all the customer company text records attached to customer company in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer company text data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves customer company text data by using the fields Customer, CompanyCode, Language and LongTextID."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer company text data."/><PropertyValue Property="LongDescription" String="Creates text data linked to customer company."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates customer company text data."/><PropertyValue Property="LongDescription" String="Updates text data linked to customer company by using fields Customer, CompanyCode, Language and LongTextID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes customer company text data."/><PropertyValue Property="LongDescription" String="Deletes text data linked to customer company by using the fields Customer, CompanyCode, Language and LongTextID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer text data."/><PropertyValue Property="LongDescription" String="Retrieves all customer text data attached to a customer in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer text records using the key fields."/><PropertyValue Property="LongDescription" String="Retrieves customer text records by using Customer, Language, and LongTextID fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer long text."/><PropertyValue Property="LongDescription" String="Creates text data attached to a customer in the system."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates customer text records by using the key fields."/><PropertyValue Property="LongDescription" String="Updates customer text records by using Customer, Language, and LongTextID fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes customer text records by using key fields."/><PropertyValue Property="LongDescription" String="Deletes customer text records by Customer, Language, and LongTextID fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerTaxGrouping" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer tax grouping data."/><PropertyValue Property="LongDescription" String="Retrieves all the customer tax grouping data attached to a customer in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer tax grouping records using the key fields."/><PropertyValue Property="LongDescription" String="Retrieves customer tax grouping records by using Customer and CustomerTaxGroupingCode."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerTaxGrouping" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer tax grouping data."/><PropertyValue Property="LongDescription" String="Creates customer tax grouping data linked to an existing customer."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerTaxGrouping" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates customer tax grouping records using the key fields."/><PropertyValue Property="LongDescription" String="Updates customer tax grouping records by Customer and CustomerTaxGroupingCode."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerTaxGrouping" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes customer tax grouping records by using the key fields."/><PropertyValue Property="LongDescription" String="Deletes customer tax grouping records by Customer and CustomerTaxGroupingCode."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier company data."/><PropertyValue Property="LongDescription" String="Retrieves all supplier company data available in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier company data using key fields."/><PropertyValue Property="LongDescription" String="Retrieves supplier company data by using Supplier and CompanyCode fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier company data."/><PropertyValue Property="LongDescription" String="Creates supplier company data including Dunning, WithholdingTax, and Text data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates supplier company data using key fields."/><PropertyValue Property="LongDescription" String="Updates supplier company data by using Supplier and CompanyCode fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierDunning" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves dunning records attached to supplier company data."/><PropertyValue Property="LongDescription" String="Retrieves all the dunning records attached to supplier company in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier dunning records by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves all the dunning records by using Supplier, CompanyCode, and DunningArea fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierDunning" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new dunning records attached to supplier company."/><PropertyValue Property="LongDescription" String="Assigns a new dunning records to a supplier company code."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierDunning" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates supplier company code dunning data using the key fields."/><PropertyValue Property="LongDescription" String="Updates dunning data of a supplier company record identified by Supplier, CompanyCode, and DunningArea fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierDunning" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes supplier company code dunning record by using key fields."/><PropertyValue Property="LongDescription" String="Deletes supplier company code dunning record identified by Supplier, CompanyCode, and DunningArea fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierWithHoldingTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier withholding tax records."/><PropertyValue Property="LongDescription" String="Retrieves all withholding tax records attached to supplier company in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier withholding tax records by key fields."/><PropertyValue Property="LongDescription" String="Retrieves supplier withholding tax records by Supplier, CompanyCode, and WithholdingTaxType fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierWithHoldingTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new supplier witholding tax data."/><PropertyValue Property="LongDescription" String="Creates supplier withholding tax record linked to supplier company data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierWithHoldingTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates supplier company withholding tax records using key fields."/><PropertyValue Property="LongDescription" String="Updates supplier withholding tax data linked to supplier company by using Supplier, CompanyCode, and WithholdingTaxType fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierWithHoldingTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes supplier withholding tax data."/><PropertyValue Property="LongDescription" String="Deletes supplier withholding tax data linked to supplier company by using Supplier, CompanyCode, and WithholdingTaxType fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier company text data attached to company data."/><PropertyValue Property="LongDescription" String="Retrieves all the supplier company text data attached to supplier company in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier company text data by using the key fields."/><PropertyValue Property="LongDescription" String="Retrieves supplier company text data by using Supplier, CompanyCode, Language and LongTextID fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier company text data."/><PropertyValue Property="LongDescription" String="Creates text data attached to a supplier company in the system."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates supplier company text data."/><PropertyValue Property="LongDescription" String="Updates text data linked to supplier company by using Supplier, CompanyCode, Language, and LongTextID fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompanyText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes supplier company text data."/><PropertyValue Property="LongDescription" String="Deletes text record linked to supplier company by Supplier, CompanyCode, Language, and LongTextID fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrg" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization data."/><PropertyValue Property="LongDescription" String="Retrieves all the supplier purchasing organization data attached to supplier records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization data by using the key fields."/><PropertyValue Property="LongDescription" String="Retrieves supplier purchasing organization data by using Supplier and PurchasingOrganization fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrg" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier purchasing organization data."/><PropertyValue Property="LongDescription" String="Creates supplier purchasing organization data including PartnerFunctions and Text data."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrg" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates supplier purchasing organization data by using key fields."/><PropertyValue Property="LongDescription" String="Updates supplier purchasing organization record by Supplier and PurchasingOrganization fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPartnerFunc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization partner function records."/><PropertyValue Property="LongDescription" String="Retrieves partner function fields of all the available records in the system linked to supplier purchasing organization"/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization partner function data by using the key fields."/><PropertyValue Property="LongDescription" String="Retrieves partner function data by Supplier, PurchasingOrganization, SupplierSubrange, Plant, PartnerCounter, and PartnerFunction."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPartnerFunc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new partner function data linked to supplier purchasing organization."/><PropertyValue Property="LongDescription" String="Adds a new partner function record. Partner Counter will be automatically determined if a similar partner function already exists."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPartnerFunc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates partner function record linked to supplier purchasing organization by using key fields."/><PropertyValue Property="LongDescription" String="Updates partner function record by Supplier, PurchasingOrganization, SupplierSubrange, Plant, PartnerCounter, and PartnerFunction."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPartnerFunc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes partner function record linked to supplier purchasing organization."/><PropertyValue Property="LongDescription" String="Deletes partner function record by Supplier, PurchasingOrganization, SupplierSubrange, Plant, PartnerCounter and PartnerFunction"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrgText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization text data."/><PropertyValue Property="LongDescription" String="Retrieves all the supplier purchasing organization text data attached to purchasing organization in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization text data by using the key fields."/><PropertyValue Property="LongDescription" String="Retrieves supplier purchasing organization text data using Supplier, PurchasingOrganization, Language, and LongTextID"/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrgText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier purchasing organization text data."/><PropertyValue Property="LongDescription" String="Creates text data attached to a supplier purchasing organization in the system."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrgText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates supplier purchasing organization text data using key fields."/><PropertyValue Property="LongDescription" String="Updates text data linked to purchasing organization by using Supplier, PurchasingOrganization, Language, and LongTextID fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrgText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes supplier purchasing organization text data by using key fields."/><PropertyValue Property="LongDescription" String="Deletes text data linked to purchasing organization by Supplier, PurchasingOrganization, Language, and LongTextID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier text data."/><PropertyValue Property="LongDescription" String="Retrieves all the supplier text data attached to purchasing organization in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier text data by key fields."/><PropertyValue Property="LongDescription" String="Retrieves supplier purchasing organization text data by using Supplier, Language, and LongTextID fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier text data."/><PropertyValue Property="LongDescription" String="Creates text data attached to a supplier in the system."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates supplier text data by key fields."/><PropertyValue Property="LongDescription" String="Updates text data linked to supplier by using Supplier, Language and LongTextID fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierText" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes supplier text data by key fields."/><PropertyValue Property="LongDescription" String="Deletes text data linked to supplier by Supplier, Language, and LongTextID fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressEmailAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves email address data linked to business partner address fields."/><PropertyValue Property="LongDescription" String="Retrieves all the email address data linked to all business partner address records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves email address data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves email address data by using AddressID, Person and OrdinalNumber fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressEmailAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new email address data for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new email address data for the existing business partner address record. Multiple emails can be linked to an address record."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressEmailAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates email address record by using key fields."/><PropertyValue Property="LongDescription" String="Updates business partner email address data of the record identified by AddressID, Person and OrdinalNumber fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressEmailAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes email address record by using key fields."/><PropertyValue Property="LongDescription" String="Deletes business partner email address data of the record identified by AddressID, Person, and OrdinalNumber."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressFaxNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves fax address data linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the fax address data linked to all the business partner address records in the system"/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves fax address records by key fields."/><PropertyValue Property="LongDescription" String="Retrieves fax address records by AddressID, Person, and OrdinalNumber field."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressFaxNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new fax address data for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new fax address record for the existing business partner address record. Multiple fax can be linked to an address record."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressFaxNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates fax address record by key field."/><PropertyValue Property="LongDescription" String="Updates business partner fax address data of the record identified by AddressID, Person, and OrdinalNumber."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressFaxNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes fax address record by key field."/><PropertyValue Property="LongDescription" String="Deletes business partner fax address data of the record identified by AddressID, Person and OrdinalNumber."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressHomePageURL" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves home page URL address records linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the home page URL address records linked to all business partner address records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves home page URL address records by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves home page URL address records by using AddressID, Person, and OrdinalNumber fields."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressHomePageURL" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new home page URL address record to the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new home page URL to the existing business partner address record. Multiple URLs can be linked to an address record."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressHomePageURL" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates home page URL address record by key fields."/><PropertyValue Property="LongDescription" String="Updates business partner home page URL address data of the record identified by AddressID, Person, and OrdinalNumber."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressHomePageURL" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes home page URL address record by key fields."/><PropertyValue Property="LongDescription" String="Deletes business Partner home page URL address data of the record identified by AddressID, Person, and OrdinalNumber"/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressPhoneNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves mobile/telephone address records linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the mobile/telephone address records linked to all the business partner address records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves mobile/telephone address record by key fields."/><PropertyValue Property="LongDescription" String="Retreives mobile/telephone address record by AddressID, Person and OrdinalNumber."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressPhoneNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new mobile/telephone address record for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new mobile/telephone record for the existing business partner address records. Multiple records can be linked to an address."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressPhoneNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates mobile/telephone address records by key fields."/><PropertyValue Property="LongDescription" String="Updates business partner mobile/telephone address data of the record identified by AddressID, Person, and OrdinalNumber."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_AddressPhoneNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes mobile/telephone address records by key fields."/><PropertyValue Property="LongDescription" String="Delete business partner mobile/telephone address data of the record identified by AddressID, Person, and OrdinalNumber fields."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaAddressUsage" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address usage linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the address usage records linked to all business partner address records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address usage record by key fields."/><PropertyValue Property="LongDescription" String="Retrieves address usage record linked to a business partner address by BusinessPartner, ValidityEndDate, AddressUsage and AddressID."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaAddressUsage" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates an address usage record linked to a existing business partner address."/><PropertyValue Property="LongDescription" String="Assigns address usage data to existing business partner address."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaAddressUsage" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates address usage record by using key fields."/><PropertyValue Property="LongDescription" String="Updates address usage record by BusinessPartner, ValidityEndDate, AddressUsage and AddressID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BuPaAddressUsage" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes address usage record by using key fields."/><PropertyValue Property="LongDescription" String="Deletes address usage record by BusinessPartner, ValidityEndDate, AddressUsage and AddressID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves workplace address records linked to business partner contact."/><PropertyValue Property="LongDescription" String="Retrieves all the workplace address records linked to all the business partner contact records in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves contact person workplace address record by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves workplace address record by RelationshipNumber, BusinessPartnerCompany, BusinessPartnerPerson and ValidityEndDate."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToFuncAndDept" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves contact person department and function data."/><PropertyValue Property="LongDescription" String="Retrieves all the contact person department and function data linked to all business partner contact records in the system"/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves contact person department and function data by using key fields."/><PropertyValue Property="LongDescription" String="Retrieves department and function record by RelationshipNumber, BusinessPartnerCompany, BusinessPartnerPerson, and ValidityEndDate."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToFuncAndDept" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates contact person department and function data record by key field."/><PropertyValue Property="LongDescription" String="Updates department and function data by RelationshipNumber, BusinessPartnerCompany, BusinessPartnerPerson, and ValidityEndDate."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPAddrDepdntIntlLocNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent data for the business partner address."/><PropertyValue Property="LongDescription" String="Adds new address dependent data for the business partner address."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPAddrDepdntIntlLocNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent data for the business partner address."/><PropertyValue Property="LongDescription" String="Retrieves address dependent data for the business partner address by using the key fields business partner number and address ID."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent data for the business partner address."/><PropertyValue Property="LongDescription" String="Retrieves address dependent data for the business partner address by using the key fields business partner number and address ID."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPAddrDepdntIntlLocNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates address dependent data for the business partner address."/><PropertyValue Property="LongDescription" String="Updates address dependent data for the business partner address by using the key fields business partner number and address ID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPAddrDepdntIntlLocNumber" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes address dependent data for the business partner address."/><PropertyValue Property="LongDescription" String="Deletes address dependent data for the business partner address identified by key fields business partner number and address ID."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFinancialServicesExtn" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates financial services business partner attributes."/><PropertyValue Property="LongDescription" String="Creates financial services business partner attributes linked to an existing business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFinancialServicesExtn" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves financial services business partner attributes."/><PropertyValue Property="LongDescription" String="Retrieves financial services business partner attributes of all the available records linked to business partners in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves financial services business partner attributes."/><PropertyValue Property="LongDescription" String="Retrieves financial services business partner attributes of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFinancialServicesExtn" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates financial services business partner attributes."/><PropertyValue Property="LongDescription" String="Updates financial services business partner attributes identified by business partner number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFinancialServicesReporting" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates financial services business partner attributes."/><PropertyValue Property="LongDescription" String="Creates financial services business partner attributes linked to an existing business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFinancialServicesReporting" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner financial services reporting attributes."/><PropertyValue Property="LongDescription" String="Retrieves financial services reporting attributes of all the available records linked to business partners in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner financial services reporting attributes."/><PropertyValue Property="LongDescription" String="Retrieves financial services reporting attributes of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFinancialServicesReporting" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner financial services reporting attributes."/><PropertyValue Property="LongDescription" String="Updates financial services reporting attributes identified by business partner number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPCreditWorthiness" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates business partner credit worthiness data."/><PropertyValue Property="LongDescription" String="Creates business partner credit worthiness data linked to an existing business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPCreditWorthiness" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner credit worthiness data."/><PropertyValue Property="LongDescription" String="Retrieves business partner credit worthiness data of all the available records linked to business partners in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String=""/><PropertyValue Property="LongDescription" String=""/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPCreditWorthiness" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner credit worthiness data."/><PropertyValue Property="LongDescription" String="Updates business partner credit worthiness data identified by business partner number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerRating" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates business partner ratings."/><PropertyValue Property="LongDescription" String="Creates business partner ratings linked to an existing business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerRating" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner ratings."/><PropertyValue Property="LongDescription" String="Retrieves business partner ratings of all the available records linked to business partners in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner ratings."/><PropertyValue Property="LongDescription" String="Retrieves business partner ratings of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerRating" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates a business partner rating."/><PropertyValue Property="LongDescription" String="Updates a business partner rating identified by business partner number, rating procedure and validity end date."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerRating" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Deletes a business partner rating."/><PropertyValue Property="LongDescription" String="Deletes a business partner rating identified by business partner number, rating procedure and validity end date."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFiscalYearInformation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates business partner fiscal year information."/><PropertyValue Property="LongDescription" String="Creates business partner fiscal year information linked to an existing business partner."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFiscalYearInformation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner fiscal year information."/><PropertyValue Property="LongDescription" String="Retrieves business partner fiscal year information of all the available records linked to business partners in the system."/><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner fiscal year information."/><PropertyValue Property="LongDescription" String="Retrieves business partner fiscal year information of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFiscalYearInformation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner fiscal year information."/><PropertyValue Property="LongDescription" String="Updates business partner fiscal year information identified by business partner number and fiscal year."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPFiscalYearInformation" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.DeleteRestrictions"><Record><PropertyValue Property="Description" String="Updates business partner financial services reporting attributes."/><PropertyValue Property="LongDescription" String="Updates financial services reporting attributes identified by business partner number."/></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerAddress"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner address data."/><PropertyValue Property="LongDescription" String="Retrieves business partner address data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new address data for an existing business partner."/><PropertyValue Property="LongDescription" String="Adds a new address data for an existing business partner. Address ID is automatically generated."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerRole"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner role data."/><PropertyValue Property="LongDescription" String="Retrieves business partner role data fields of all the records available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerRole"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new role for an existing business partner."/><PropertyValue Property="LongDescription" String="Adds a new role to the existing business partner record with role and validity details."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerTax"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner tax number data."/><PropertyValue Property="LongDescription" String="Retrieves tax number data of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new tax number data."/><PropertyValue Property="LongDescription" String="Creates a new tax number data linked to an existing business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerBank"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner bank data."/><PropertyValue Property="LongDescription" String="Retrieves business partner bank data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerBank"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new business partner bank data."/><PropertyValue Property="LongDescription" String="Creates new business partner bank data linked to business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BuPaIdentification"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner identification data."/><PropertyValue Property="LongDescription" String="Retrieves business partner identification data fields of all the records available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BuPaIdentification"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new business partner identification data."/><PropertyValue Property="LongDescription" String="Creates new identification data record linked to business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerContact"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner contact data."/><PropertyValue Property="LongDescription" String="Retrieves business partner contact data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPRelationship"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner relationship data."/><PropertyValue Property="LongDescription" String="Retrieves business partner relationship data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerContact"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new business partner contact relationship data of type 'BUR001'"/><PropertyValue Property="LongDescription" String="Adds a new business partner contact relationship data of type 'BUR001' to the business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BuPaIndustry"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner industry data."/><PropertyValue Property="LongDescription" String="Retrieves business partner industry data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BuPaIndustry"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates industry data linked to business partner record."/><PropertyValue Property="LongDescription" String="Assigns new industry data to the business partner record."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_Customer"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer general data."/><PropertyValue Property="LongDescription" String="Retrieves general data of all the customer records available in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_Supplier"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier general data."/><PropertyValue Property="LongDescription" String="Retrieves general data of all the supplier records available in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusPartAddrDepdntTaxNmbr"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent business partner tax number data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent tax number data of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusPartAddrDepdntTaxNmbr"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent tax number data."/><PropertyValue Property="LongDescription" String="Creates new address dependent tax number data linked to an existing business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPCreditWorthiness"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner credit worthiness data."/><PropertyValue Property="LongDescription" String="Retrieves business partner credit worthiness data of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPCreditWorthiness"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates business partner credit worthiness data."/><PropertyValue Property="LongDescription" String="Creates business partner credit worthiness data linked to an existing business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartner"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves financial services business partner attributes."/><PropertyValue Property="LongDescription" String="Retrieves financial services business partner attributes of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartner"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates financial services business partner attributes."/><PropertyValue Property="LongDescription" String="Creates financial services business partner attributes linked to an existing business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPFinancialServicesReporting"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner financial services reporting attributes."/><PropertyValue Property="LongDescription" String="Retrieves financial services reporting attributes of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPFinancialServicesReporting"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates business partner financial services reporting attributes."/><PropertyValue Property="LongDescription" String="Creates financial services reporting attributes linked to an existing business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerRating"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner ratings."/><PropertyValue Property="LongDescription" String="Retrieves business partner ratings of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BusinessPartnerRating"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates business partner ratings."/><PropertyValue Property="LongDescription" String="Creates business partner ratings linked to an existing business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPFiscalYearInformation"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves business partner fiscal year information."/><PropertyValue Property="LongDescription" String="Retrieves business partner fiscal year information of all the available records linked to business partners in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPFiscalYearInformation"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates business partner fiscal year information."/><PropertyValue Property="LongDescription" String="Creates business partner fiscal year information linked to an existing business partner."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustAddrDepdntInformation"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustAddrDepdntInformation"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent customer data."/><PropertyValue Property="LongDescription" String="Creates new address dependent customer data."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerSalesArea"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area data."/><PropertyValue Property="LongDescription" String="Retrieves customer sales area data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerSalesArea"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer sales data."/><PropertyValue Property="LongDescription" String="Creates sales data linked to a customer including Sales Area Tax, Partner Functions, and Sales Area Text."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerCompany"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer company data."/><PropertyValue Property="LongDescription" String="Retrieves customer company data fields of all the available records in the system linked to customer."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerCompany"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new company code data linked to the customer."/><PropertyValue Property="LongDescription" String="Assigns company code data to a customer. A customer can be assigned to multiple company records."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerText"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer text data."/><PropertyValue Property="LongDescription" String="Retrieves all customer text data attached to a customer in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer long text."/><PropertyValue Property="LongDescription" String="Creates text data attached to a customer in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerTaxGrouping"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer tax grouping data."/><PropertyValue Property="LongDescription" String="Retrieves all the customer tax grouping data attached to a customer in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerTaxGrouping"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer tax grouping data."/><PropertyValue Property="LongDescription" String="Creates customer tax grouping data linked to an existing customer."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerUnloadingPoint"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer unloading point data."/><PropertyValue Property="LongDescription" String="Retrieves all unloading point data attached to a customer in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerUnloadingPoint"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new customer unloading point record."/><PropertyValue Property="LongDescription" String="Creates customer unloading point record linked to customer."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustUnldgPtAddrDepdntInfo"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer unloading point data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer unloading point data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Customer" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustUnldgPtAddrDepdntInfo"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent customer unloading point data."/><PropertyValue Property="LongDescription" String="Creates new address dependent customer unloading point data."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SalesAreaTax"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area data."/><PropertyValue Property="LongDescription" String="Retrieves customer sales area data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SalesAreaTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area tax data."/><PropertyValue Property="LongDescription" String="Retrieves customer sales area tax data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PartnerFunction"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area partner function records."/><PropertyValue Property="LongDescription" String="Retrieves partner function fields of all the available records in the system linked to customer sales areas."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PartnerFunction"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new partner function record linked to customer sales area."/><PropertyValue Property="LongDescription" String="Adds a new partner function record. Partner counter will be automatically determined if a similar partner function already exist."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SalesAreaText"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer sales area text data."/><PropertyValue Property="LongDescription" String="Retrieves customer sales area text fields of all the available records in the system linked to customer sales areas."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SalesAreaText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new customer sales area text data."/><PropertyValue Property="LongDescription" String="Adds new sales area text record in the language specified. If no language is specified, the text will be created in system language."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SlsAreaAddrDepdntInfo"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer sales area data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer sales area data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesArea" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SlsAreaAddrDepdntInfo"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent customer sales area data."/><PropertyValue Property="LongDescription" String="Creates new address dependent customer sales area data."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SlsAreaAddrDepdntTax"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent customer sales area tax data."/><PropertyValue Property="LongDescription" String="Retrieves address dependent customer sales area tax data fields of all the available records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerSalesAreaTax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SlsAreaAddrDepdntTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new address dependent customer sales area tax data."/><PropertyValue Property="LongDescription" String="Creates new address dependent customer sales area tax data."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerDunning"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves dunning records attached to customer company."/><PropertyValue Property="LongDescription" String="Retrieves all the dunning records attached to customer company in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CustomerDunning"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new dunning record attached to customer company."/><PropertyValue Property="LongDescription" String="Assigns a new dunning record to a customer company code."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_WithHoldingTax"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer withholding tax records attached to customer company."/><PropertyValue Property="LongDescription" String="Retrieves all the withholding tax records attached to customer company in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_WithHoldingTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new customer withholding tax record."/><PropertyValue Property="LongDescription" String="Creates customer withholding tax record linked to customer company."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CompanyText"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves customer company text records attached to company data."/><PropertyValue Property="LongDescription" String="Retrieves all the customer company text records attached to customer company in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_CustomerCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CompanyText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates customer company text data."/><PropertyValue Property="LongDescription" String="Creates text data linked to customer company."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierCompany"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier company data."/><PropertyValue Property="LongDescription" String="Retrieves all supplier company data available in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierCompany"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier company data."/><PropertyValue Property="LongDescription" String="Creates supplier company data including Dunning, WithholdingTax, and Text data."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierPurchasingOrg"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization data."/><PropertyValue Property="LongDescription" String="Retrieves all the supplier purchasing organization data attached to supplier records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierPurchasingOrg"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier purchasing organization data."/><PropertyValue Property="LongDescription" String="Creates supplier purchasing organization data including PartnerFunctions and Text data."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierText"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier text data."/><PropertyValue Property="LongDescription" String="Retrieves all the supplier text data attached to purchasing organization in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier text data."/><PropertyValue Property="LongDescription" String="Creates text data attached to a supplier in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierDunning"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves dunning records attached to supplier company data."/><PropertyValue Property="LongDescription" String="Retrieves all the dunning records attached to supplier company in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierDunning"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new dunning records attached to supplier company."/><PropertyValue Property="LongDescription" String="Assigns a new dunning records to a supplier company code."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierWithHoldingTax"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier withholding tax records."/><PropertyValue Property="LongDescription" String="Retrieves all withholding tax records attached to supplier company in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_SupplierWithHoldingTax"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates new supplier witholding tax data."/><PropertyValue Property="LongDescription" String="Creates supplier withholding tax record linked to supplier company data."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CompanyText"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier company text data attached to company data."/><PropertyValue Property="LongDescription" String="Retrieves all the supplier company text data attached to supplier company in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_CompanyText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier company text data."/><PropertyValue Property="LongDescription" String="Creates text data attached to a supplier company in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrg" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PartnerFunction"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization partner function records."/><PropertyValue Property="LongDescription" String="Retrieves partner function fields of all the available records in the system linked to supplier purchasing organization"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrg" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PartnerFunction"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new partner function data linked to supplier purchasing organization."/><PropertyValue Property="LongDescription" String="Adds a new partner function record. Partner Counter will be automatically determined if a similar partner function already exists."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrg" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PurchasingOrgText"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier purchasing organization text data."/><PropertyValue Property="LongDescription" String="Retrieves all the supplier purchasing organization text data attached to purchasing organization in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierPurchasingOrg" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PurchasingOrgText"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates supplier purchasing organization text data."/><PropertyValue Property="LongDescription" String="Creates text data attached to a supplier purchasing organization in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PhoneNumber"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves mobile/telephone address records linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the mobile/telephone address records linked to all the business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PhoneNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new mobile/telephone address record for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new mobile/telephone record for the existing business partner address records. Multiple records can be linked to an address."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_MobilePhoneNumber"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves mobile/telephone address records linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the mobile/telephone address records linked to all the business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_MobilePhoneNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new mobile/telephone address record for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new mobile/telephone record for the existing business partner address records. Multiple records can be linked to an address."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_FaxNumber"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves fax address data linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the fax address data linked to all the business partner address records in the system"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_FaxNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new fax address data for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new fax address record for the existing business partner address record. Multiple fax can be linked to an address record."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_EmailAddress"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves email address data linked to business partner address fields."/><PropertyValue Property="LongDescription" String="Retrieves all the email address data linked to all business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_EmailAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new email address data for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new email address data for the existing business partner address record. Multiple emails can be linked to an address record."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_URLAddress"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves home page URL address records linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the home page URL address records linked to all business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_URLAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new home page URL address record to the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new home page URL to the existing business partner address record. Multiple URLs can be linked to an address record."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_AddressUsage"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address usage linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the address usage records linked to all business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_AddressUsage"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates an address usage record linked to a existing business partner address."/><PropertyValue Property="LongDescription" String="Assigns address usage data to existing business partner address."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerContact" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_ContactAddress"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves workplace address records linked to business partner contact."/><PropertyValue Property="LongDescription" String="Retrieves all the workplace address records linked to all the business partner contact records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerContact" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_ContactRelationship"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves contact person department and function data."/><PropertyValue Property="LongDescription" String="Retrieves all the contact person department and function data linked to all business partner contact records in the system"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_EmailAddress"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves email address data linked to business partner address fields."/><PropertyValue Property="LongDescription" String="Retrieves all the email address data linked to all business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_EmailAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new email address data for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new email address data for the existing business partner address record. Multiple emails can be linked to an address record."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_FaxNumber"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves fax address data linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the fax address data linked to all the business partner address records in the system"/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_FaxNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new fax address data for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new fax address record for the existing business partner address record. Multiple fax can be linked to an address record."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_URLAddress"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves home page URL address records linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the home page URL address records linked to all business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_URLAddress"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new home page URL address record to the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new home page URL to the existing business partner address record. Multiple URLs can be linked to an address record."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PhoneNumber"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves mobile/telephone address records linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the mobile/telephone address records linked to all the business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_PhoneNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new mobile/telephone address record for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new mobile/telephone record for the existing business partner address records. Multiple records can be linked to an address."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_MobilePhoneNumber"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves mobile/telephone address records linked to business partner address."/><PropertyValue Property="LongDescription" String="Retrieves all the mobile/telephone address records linked to all the business partner address records in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BPContactToAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_MobilePhoneNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Creates a new mobile/telephone address record for the existing business partner address."/><PropertyValue Property="LongDescription" String="Adds a new mobile/telephone record for the existing business partner address records. Multiple records can be linked to an address."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_SupplierCompany" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_Supplier"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves supplier general data."/><PropertyValue Property="LongDescription" String="Retrieves general data of all the supplier records available in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPAddrDepdntIntlLocNumber"/><PropertyValue Property="ReadRestrictions"><Record><PropertyValue Property="Description" String="Retrieves address dependent data for the business partner address."/><PropertyValue Property="LongDescription" String="Retrieves general data of all the supplier records available in the system."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="API_BUSINESS_PARTNER.API_BUSINESS_PARTNER_Entities/A_BusinessPartnerAddress" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Capabilities.NavigationRestrictions"><Record><PropertyValue Property="RestrictedProperties"><Collection><Record><PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_BPAddrDepdntIntlLocNumber"/><PropertyValue Property="InsertRestrictions"><Record><PropertyValue Property="Description" String="Updates address dependent data for the business partner address."/><PropertyValue Property="LongDescription" String="Updates address dependent data for the business partner address."/></Record></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></Annotations><atom:link rel="self" href="https://host:port/sap/opu/odata/sap/API_BUSINESS_PARTNER/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/><atom:link rel="latest-version" href="https://host:port/sap/opu/odata/sap/API_BUSINESS_PARTNER/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/></Schema></edmx:DataServices></edmx:Edmx>