<?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: Customer namespace in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800840#M654010</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;Customers can have their own namespace (Which they must obtain from SAP).&lt;/P&gt;&lt;P&gt;So they can avoid using Y or Z.&lt;/P&gt;&lt;P&gt;In that case it will be always like /&amp;lt;NAMESPACE&amp;gt;/&amp;lt;OBJECTNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 12:13:02 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-08-30T12:13:02Z</dc:date>
    <item>
      <title>Customer namespace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800836#M654006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer objects should lawyas begin with Z or Y.  We have some code from a 3rd party that is prefixed with   /companyname/Y..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this valid and will not intefere with the SAP namespace for programs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 11:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800836#M654006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T11:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Customer namespace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800837#M654007</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;During customer development, customer-specific objects are created in the customer namespace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay attention to the following when developing your own programs and modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dividing Up Development Tasks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How might authorizations be distributed amongst your developers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Four areas of responsibility come into play here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintaining ABAP Dictionary elements such as tables, data elements, and domains &lt;/P&gt;&lt;P&gt;Maintaining database tables &lt;/P&gt;&lt;P&gt;Maintaining objects such as module pools, function modules, screens, and so on &lt;/P&gt;&lt;P&gt;Writing documentation&lt;/P&gt;&lt;P&gt;Authorizations relate both to the object type (program, table, package, and so on) and to the activity (change, display, create, activate, and so on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to find a way to allow your developers some freedom while ensuring system consistency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might assign authorizations as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give developers authorization to edit all programs within an application (this authorization is assigned using the corresponding packages) and to display all ABAP Dictionary objects. Also allow them to create and activate structures and views (data in the database cannot be changed by structures or views).&lt;/P&gt;&lt;P&gt;Give the person(s) responsible for the ABAP Dictionary authorization to create and activate all Dictionary objects. Give the person(s) responsible for the database authorization to create tables in the database.&lt;/P&gt;&lt;P&gt;Documentation developers should have appropriate authorization for writing user documentation for the objects (developers may, however, choose to do this themselves).&lt;/P&gt;&lt;P&gt;Languages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All SAP objects have an original language; this is the language in which the object was created. To simplify the customer development process, you should agree on a development language in which all objects are to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must enter and maintain texts in the original language for each object in your development. You may also translate these into other languages by choosing Tools ® ABAP Workbench ® Utilities ® Translation ® Short/long texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 11:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800837#M654007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Customer namespace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800838#M654008</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;A namespace is a name assigned to a company by SAP&lt;/P&gt;&lt;P&gt;Once it is entered into the system (with the corresponding key) developers in that system can create objects starting in that namespace (and even transport it to other systems)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a namespace begins and ends with /&lt;/P&gt;&lt;P&gt;eg: /LTIL/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the advantage of namespaces is that when the object is transported to another system, you can be sure that it will not clash with any other object in that system created by anyone else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 11:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800838#M654008</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-08-30T11:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Customer namespace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800839#M654009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To see the namespaces in your system, go to transaction se03&lt;/P&gt;&lt;P&gt;and select Administration -&amp;gt; Display / Change namespaces&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800839#M654009</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-08-30T12:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customer namespace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800840#M654010</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;Customers can have their own namespace (Which they must obtain from SAP).&lt;/P&gt;&lt;P&gt;So they can avoid using Y or Z.&lt;/P&gt;&lt;P&gt;In that case it will be always like /&amp;lt;NAMESPACE&amp;gt;/&amp;lt;OBJECTNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-namespace/m-p/2800840#M654010</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-30T12:13:02Z</dc:date>
    </item>
  </channel>
</rss>

