<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Proxy Error:	Objects from other namespaces missing. Unable to save. See long text in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/proxy-error-objects-from-other-namespaces-missing-unable-to-save-see-long/qaa-p/8789357#M3119293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Greg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right I had this issue too and following your suggestion bringing all objects under one namespace helped resolve - however, is there an alternate approach - How do we go about using Global Data types we want leverage within our data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way we can have a dependent namespace which might resolve the issue similar to the way we have dependent software components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let us know your thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ritu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 22:58:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-18T22:58:43Z</dc:date>
    <item>
      <title>Proxy Error:	Objects from other namespaces missing. Unable to save. See long text</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-objects-from-other-namespaces-missing-unable-to-save-see-long/qaq-p/8789355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am implemeting a proxy in My ecc box.But I am gettinng an error like:&lt;/P&gt;&lt;P&gt;Objects from other namespaces missing. Unable to save. and the long text is:&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Message no. SPRX109&lt;/P&gt;&lt;H3&gt;Diagnosis&lt;/H3&gt;&lt;P&gt;The object currently selected references objects from other namespaces. However, there are no proxy objects for these objects in the current system.&lt;/P&gt;&lt;P&gt;You cannot create proxy objects while editing the object currently selected for the following reasons:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Objects are possibly located in different packages to the object currently being edited&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;Objects are possibly subject to different naming conventions to the object currently being edited&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;Objects are possibly located in different software components and cannot be created or changed in this system&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Procedure&lt;/H3&gt;&lt;P&gt;&amp;nbsp; For already generated proxies, you get the list of objects when you check (menu check regeneration) the main proxy:&amp;nbsp; &lt;/P&gt;&lt;P&gt;See all entries in the error list after the entry "Objects to be changed from external namespaces".&lt;/P&gt;&lt;P&gt;Contact the development area responsible for these external namespaces and do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Regenerate the objects concerned in the relevant original system&lt;/LI&gt;&lt;LI&gt;Transport the objects to this system]&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please,help.﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 12:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-objects-from-other-namespaces-missing-unable-to-save-see-long/qaq-p/8789355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T12:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Error:	Objects from other namespaces missing. Unable to save. See long text</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-objects-from-other-namespaces-missing-unable-to-save-see-long/qaa-p/8789356#M3119292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like in your proxy Service Interface and the objects underneath (message types &amp;amp; data types) you are referencing objects from other namespaces, which is not accepted by the ECC while generating the proxy implementing class. As a solution, simply get rid of those interdependencies by copying respective objects to your namespace and changing the references accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 13:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-objects-from-other-namespaces-missing-unable-to-save-see-long/qaa-p/8789356#M3119292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T13:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Error:	Objects from other namespaces missing. Unable to save. See long text</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-objects-from-other-namespaces-missing-unable-to-save-see-long/qaa-p/8789357#M3119293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Greg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right I had this issue too and following your suggestion bringing all objects under one namespace helped resolve - however, is there an alternate approach - How do we go about using Global Data types we want leverage within our data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way we can have a dependent namespace which might resolve the issue similar to the way we have dependent software components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let us know your thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ritu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 22:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-objects-from-other-namespaces-missing-unable-to-save-see-long/qaa-p/8789357#M3119293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-18T22:58:43Z</dc:date>
    </item>
  </channel>
</rss>

