cancel
Showing results for 
Search instead for 
Did you mean: 

Problems syndicating Vendor from MDM5.5 to BI via XI

Former Member
0 Kudos

Hello colleagues:

So far I've been succesful when syndicating products from MDM 5.5 Material repository to SAP BW 3.5 using XI 3.0. We are using the standard business content for BW in BW as well as in XI, and the standard GenericProduct MAP. I've achieved this solution by means of implementing all the steps described in document MDM553_ConfigGuide_V4.pdf in the "BI Integration" section.

Now, we would like to implement the same solution for syndicating vendors to BI. I've followed the same steps as for the material syndication.

However, when I try to syndicate even very few vendors I get a "syndication failed" message, and no XML file is generated. If I go to the XML Preview window, I get an "Out of Memory" error.

I've already loaded the XSD schema file which was extracted from the XI business content, and tweaked it as described in the Config Guide Documentation. I'm trying to use de syndication map that comes with the MDM SP3 distribution for generic vendor.

So far, we have a bit over 40,000 vendors in the repository.

Please, any hints will be kindly apreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

This link will give you more information about MDM 5.5

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9180cbaf-0801-0010-f882-f2a...

Sure it solves ur problem.

Thanks

Varun

Mark63
Product and Topic Expert
Product and Topic Expert
0 Kudos

The Workflow article sure is a worthwhile document, but it is not the remedy for each and every issue.

Regards,

Markus

Former Member
0 Kudos

Hello VJ

Thank you for this workflow document which seems very useful, however we are not using workflow nor do we have workflow issues.

Anyway, the problem is already solved. It was a very silly mapping problem that I've solved by myself.

Thank you all for your time.

Regards,

Jorge.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

I downloaded Generic Vendor XSD file from XI Content and trying to use in MDM syndication.

But,When I select Generic Vendor XSD in syndication,root element is not coming and ok button is in disable mode.

I hope you already did this MDM BI integration using generic vendor.

please look into my xsd file here.

<?xml version="1.0" encoding="ISO-8859-1"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sap.com/xi/BICONTENT" targetNamespace="http://sap.com/xi/BICONTENT">

<xsd:simpleType name="PartnerLocalId">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c2fdd4507b2a11dcbf3a0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="60" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="TextShort">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c2fb63517b2a11dcb5250013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="20" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="LanguageCode">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3001e407b2a11dc87310013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

<xsd:minLength value="2" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="MarketTradePartner">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3028f407b2a11dcc4cb0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="36" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="TransportZone">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c30500407b2a11dc8be70013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GroupID">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3074a307b2a11dca5530013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GenericVendorId">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c309bb307b2a11dc9d150013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="60" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="CountryKey">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c30c05207b2a11dc9e9d0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="SourceSystemName">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c31331137b2a11dc830f0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="60" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="TextLong">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c31331107b2a11dc82d80013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GeoSourceID">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c315a2127b2a11dccda20013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="TextMedium">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c31cce007b2a11dc9d7e0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GeoPrcisionLocation">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c31f17f07b2a11dc9fbb0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:integer">

<xsd:totalDigits value="4" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="Street60">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c32188f07b2a11dcb5cf0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="60" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="PostalCode">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c323f9f07b2a11dcae280013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="Region">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c32643e07b2a11dcc0c80013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="TimeZone">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c328b4e07b2a11dcc11a0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="CompanyCode">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c328b4e37b2a11dcabfd0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="City">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c32b25e27b2a11dccc770013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

<xsd:minLength value="1" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="BackEndType">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c32d6fd27b2a11dc993f0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="NationCode">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c32fe0d17b2a11dc895c0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GeoLatitude">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3322ac07b2a11dca37e0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:decimal">

<xsd:totalDigits value="27" />

<xsd:fractionDigits value="12" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GeoAltitude">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3349bc07b2a11dc9f6e0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:decimal">

<xsd:totalDigits value="20" />

<xsd:fractionDigits value="3" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="Gender">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3370cc07b2a11dcbc340013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="TelNumber">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3370cc37b2a11dcac2e0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="BusinessPartner">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c33956b27b2a11dc85200013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="PartnerSourceSystemID">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c33bc7b27b2a11dc896f0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="LegalForm">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c33e38b17b2a11dcb0bb0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="OrgUnit">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c34082a07b2a11dc83200013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:integer">

<xsd:totalDigits value="8" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="FaxNumber">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c342f3a07b2a11dc8c6d0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="LocalVendor">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3453d907b2a11dccc3f0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GeoPostalCode">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3453d937b2a11dc921f0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="HouseNumber">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c347ae927b2a11dcb78d0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="TaxJurisCode">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c34a1f927b2a11dc84640013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GeoLongitude">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c34c69807b2a11dca0070013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:decimal">

<xsd:totalDigits value="27" />

<xsd:fractionDigits value="12" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="GlobalUltimateDuns">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c34eda807b2a11dc9ff90013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:integer">

<xsd:totalDigits value="9" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="DunsNumber">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c3514b807b2a11dcc48a0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:integer">

<xsd:totalDigits value="9" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="ClientObjectType">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c35395737b2a11dcb5ea0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="DeletionFlag">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c35395707b2a11dca4df0013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:length value="1" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="ApoLocno">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c35606727b2a11dc8ff40013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="20" />

<xsd:minLength value="1" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="CountryCode">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c35850627b2a11dccde30013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="SourceInfoObject">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c35ac1617b2a11dca0230013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:simpleType name="EmailAddress">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c35d32607b2a11dc80c90013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:restriction base="xsd:string">

<xsd:maxLength value="60" />

<xsd:minLength value="0" />

</xsd:restriction>

</xsd:simpleType>

<xsd:complexType name="GenericVendor">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

5d21eea07b2a11dcc8b80013725d3a37

</xsd:appinfo>

</xsd:annotation>

<xsd:sequence>

<xsd:element name="GenericVendorID" type="GenericVendorId" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

a1cd2d00f46611d9ad8dd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="APOLocation" type="ApoLocno" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

a1cd2d01f46611d993e0d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="BusinessPartner" type="BusinessPartner" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

cb1ab990f46911d9ca58d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="GroupID" type="GroupID" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

cb1ab991f46911d9c008d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="CompanyCode" type="CompanyCode" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

e16b4f70f46911d9ac0cd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="Country" type="CountryKey" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

4b41e260f46a11d980b3d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="DunsNumber" type="DunsNumber" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

4b41e261f46a11d9b6acd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="BackEndType" type="BackEndType" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

4b41e262f46a11d99c2fd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="LocalPartnerID" type="PartnerLocalId" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

9ec56e70f46a11d9a572d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="SourceSystemID" type="PartnerSourceSystemID" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

9ec56e71f46a11d9bbbbd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="SourceSystemName" type="SourceSystemName" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

33efe2a0fe9d11d9b2ebc5a20a12cf18

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="SourceInfoObject" type="SourceInfoObject" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

cc2ca950f46a11d9c5edd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="ClientSystemObjectType" type="ClientObjectType">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

33efe2a1fe9d11d9c169c5a20a12cf18

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="MarketTradePartner" type="MarketTradePartner" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

f0780b10f46a11d9b9f7d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="PostalCode" type="PostalCode" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

41ac4ff0f46b11d990dad7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="Region" type="Region" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

a1cce870f47211d981d6d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="LocalVendorID" type="LocalVendor" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

a1cce871f47211d9a2e1d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="GlobalUltimateDunsID" type="GlobalUltimateDuns" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

e110fc30f9d411d9959fc42c0a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="CountryCode" type="CountryCode" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

870a26c0f9d511d992b7c42c0a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="Altitude" type="GeoAltitude" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

496718d0f47311d9851dd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="City" type="City" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

496718d1f47311d998b1d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="EmailAddress" type="EmailAddress" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

496718d2f47311d999e9d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="FaxNumber" type="FaxNumber" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

496718d3f47311d99a31d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="Gender" type="Gender" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

26ecd820f47411d98ffdd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="HouseNumber" type="HouseNumber" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

26ecd821f47411d9c6e6d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="LanguageCode" type="LanguageCode" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

26ecd822f47411d9ba96d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="Latitude" type="GeoLatitude" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

26ecd823f47411d9b1aad7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="LegalForm" type="LegalForm" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

26ecd824f47411d9ac3dd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="Longitude" type="GeoLongitude" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

17aa7d70f91c11d9b9a8c3c70a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="Nation" type="NationCode" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

26ecd825f47411d9c6d5d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="OrganizationalUnit" type="OrgUnit" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

505fe380f47611d9ce02d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="GeoPostalCode" type="GeoPostalCode" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

505fe381f47611d99a89d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="PrecisionLocation" type="GeoPrcisionLocation" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

505fe382f47611d9c360d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="GeoSourceID" type="GeoSourceID" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

628b1d30f47711d9a05bd7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="Street60" type="Street60" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c835b9b0f47711d98906d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="TaxJurisdictionCode" type="TaxJurisCode" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

c835b9b1f47711d9c9c3d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="TelNumber" type="TelNumber" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

9af28c20f47811d9a820d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="TimeZone" type="TimeZone" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

9af28c21f47811d9a064d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="TransportZone" type="TransportZone" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

9af28c22f47811d98414d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="DeletionFlag" type="DeletionFlag" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

870a26c1f9d511d98cd2c42c0a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="TextShort" type="TextShort" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

cce01270f47811d9b0c9d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="TextMedium" type="TextMedium" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

cce01271f47811d9b274d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

<xsd:element name="TextLong" type="TextLong" minOccurs="0">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

fc8667e0f47811d9b851d7990a12cf0d

</xsd:appinfo>

</xsd:annotation>

</xsd:element>

</xsd:sequence>

</xsd:complexType>

</xsd:schema>

Former Member
0 Kudos

Hi Jorge ,

I am also trying for Standard Generic Vendor map. I am using BI content 3.53 as well as standard Xi content.Can you tell me how to assign datasource Omdme_vendor_integer to infosource Omdme_vendor?

Hw Xi will pass the data to BI can you tell the missing steps as broad direction.

Also for spend analysis do i hv to create infocube & query also.

Your help will be highly appricated.

Regards,

Anand