<?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 Unique String in Databasetable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649252#M1444710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm responsible for defining the tables needed for a rather big custom build part within SAP ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the Client requests to have unique Names for a given object.&lt;/P&gt;&lt;P&gt;My initial thought is, thats not best practive and you normally have an unique ID and the Name is free text and you might be able to enter what ever you want.&lt;/P&gt;&lt;P&gt;However i though i post the question here to see if i'm right or if there are fast performing ways to give the client what he requests!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again the Requirement is to have a unique free form text for the Name of an object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Mar 2010 16:33:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-08T16:33:02Z</dc:date>
    <item>
      <title>Unique String in Databasetable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649252#M1444710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm responsible for defining the tables needed for a rather big custom build part within SAP ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the Client requests to have unique Names for a given object.&lt;/P&gt;&lt;P&gt;My initial thought is, thats not best practive and you normally have an unique ID and the Name is free text and you might be able to enter what ever you want.&lt;/P&gt;&lt;P&gt;However i though i post the question here to see if i'm right or if there are fast performing ways to give the client what he requests!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again the Requirement is to have a unique free form text for the Name of an object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 16:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649252#M1444710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T16:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unique String in Databasetable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649253#M1444711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like text processing that is stored in tables STXH and STXL.  There the config can be set to store texts based on document, document/item, document/item/line, etc.  where those combinations would be considered a value for 'TDNAME'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 20:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649253#M1444711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T20:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unique String in Databasetable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649254#M1444712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thx for the answer but i'm not sure if it really solves my problems so i try to be more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the client request is basically a table in a format similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mandt -&amp;gt; mandt -&amp;gt; key&lt;/P&gt;&lt;P&gt;ContractName -&amp;gt; char 40 -&amp;gt; key&lt;/P&gt;&lt;P&gt;valid from -&amp;gt; dats&lt;/P&gt;&lt;P&gt;valid to -&amp;gt; dats&lt;/P&gt;&lt;P&gt;more data fields....&lt;/P&gt;&lt;P&gt;where the Contract name can be freely entered but has to be unique -&amp;gt; therefore is the key to this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead i was going for a layout of:&lt;/P&gt;&lt;P&gt;mandt -&amp;gt; mandt -&amp;gt; key&lt;/P&gt;&lt;P&gt;Contract ID -&amp;gt; numc 10 -&amp;gt; key&lt;/P&gt;&lt;P&gt;ContractName -&amp;gt; char 40&lt;/P&gt;&lt;P&gt;valid from -&amp;gt; dats&lt;/P&gt;&lt;P&gt;valid to -&amp;gt; dats&lt;/P&gt;&lt;P&gt;more data fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the name would be a "normal" text maybe even in a own text table but not unique.&lt;/P&gt;&lt;P&gt;This table will be quite big and of course search for the name must be enables and as always highly performant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 22:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649254#M1444712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T22:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unique String in Databasetable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649255#M1444713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;Moderator message - Welcome to SCN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to define a number range object for this. See the documentation for transaction SNRO [Number ranges|http://help.sap.com/saphelp_47x200/helpdata/EN/2a/fa02e3493111d182b70000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 22:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-string-in-databasetable/m-p/6649255#M1444713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T22:11:44Z</dc:date>
    </item>
  </channel>
</rss>

