<?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>topic Re: query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577993#M589287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The namespace concept describes how customers and partners have to name their development objects to avoid overlapping when SAP software is upgraded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers and partners can create their own development objects, for example, to implement a new BAPI or to modify an existing BAPI.&lt;/P&gt;&lt;P&gt;In R/3 Release 3.1, the namespaces Y* and Z* were provided for customers, and the namespace J_&amp;lt;number&amp;gt; was reserved for partners. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In R/3 Release 4.0, a new namespace concept was introduced which, together with the longer development object names, made it easier to assign names to objects developed by customers and partners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Business Object Repository (BOR) introduced before R/3 Release 4.0 still uses the old namespace concept. For this reason, the limitations of the old namespace concept still apply to the namespaces for BAPI development objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a customer or partner creates a new object type that is not a sub-type of another object type, the naming convention for this object type applies to all the sub-objects. In principle, therefore, SAP object types cannot overlap with each other, regardless of the names of the methods, attributes and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub-object types split the namespace for methods, attributes and so on with the superordinate object type. You must follow the naming conventions for the sub-objects too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 12:30:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-30T12:30:31Z</dc:date>
    <item>
      <title>query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577989#M589283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is customer namespace?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 11:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577989#M589283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577990#M589284</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;namespace is name convertion which used for  separating different programs, for example, customer namespace (used by developer or users ) and partner namespace (used by a specific partner ) or sap standard namespace.  &lt;/P&gt;&lt;P&gt;if you create a program with name begins with Y or Z, it's said that you are wring code under customer namespace, note that as a developer, only you can program under customer namespace.  and more, when upgrading,  program under customer namespace is not support by authority.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577990#M589284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577991#M589285</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;In simple words, We can create programs only using the starting alpahabet 'X' and 'Y'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is called customer name space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577991#M589285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577992#M589286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Namespace is used to identify your objects.SAP has reserved name ranges for customer objects and SAP objects. Use these customer&lt;/P&gt;&lt;P&gt;name ranges to make sure that your objects are not overwritten by SAP objects during the import of corrections or an upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see these&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/53/ec2c37b995184890c6d8ba5b668a86/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/53/ec2c37b995184890c6d8ba5b668a86/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/search/highlightContent.jsp" target="test_blank"&gt;http://help.sap.com/search/highlightContent.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doc gives the naming conventions in sap&lt;/P&gt;&lt;P&gt;uniquely.http://www.sapfriends.com/HelpSAP/BC%20-%20Namespaces%20and%20Naming%20Conventions.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577992#M589286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577993#M589287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The namespace concept describes how customers and partners have to name their development objects to avoid overlapping when SAP software is upgraded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers and partners can create their own development objects, for example, to implement a new BAPI or to modify an existing BAPI.&lt;/P&gt;&lt;P&gt;In R/3 Release 3.1, the namespaces Y* and Z* were provided for customers, and the namespace J_&amp;lt;number&amp;gt; was reserved for partners. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In R/3 Release 4.0, a new namespace concept was introduced which, together with the longer development object names, made it easier to assign names to objects developed by customers and partners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Business Object Repository (BOR) introduced before R/3 Release 4.0 still uses the old namespace concept. For this reason, the limitations of the old namespace concept still apply to the namespaces for BAPI development objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a customer or partner creates a new object type that is not a sub-type of another object type, the naming convention for this object type applies to all the sub-objects. In principle, therefore, SAP object types cannot overlap with each other, regardless of the names of the methods, attributes and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub-object types split the namespace for methods, attributes and so on with the superordinate object type. You must follow the naming conventions for the sub-objects too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577993#M589287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577994#M589288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577994#M589288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T13:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577995#M589289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2577995#M589289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T13:07:57Z</dc:date>
    </item>
  </channel>
</rss>

