<?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: normalization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/normalization/m-p/2366042#M523884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;command to set the Unicode normalization to use for the lifetime of the session. It should be set after the session is authenticated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode normalization is important when a text string is represented differently depending on the normalization used. The MDM server always store text strings in one normalization format. An user providing a text string to the MDM server and later on tries to retrieve back the same text string might get the text string back in a different normalization. To resolve this issue, the user can use this class to specify the normalization the user wants to work with. The MDM server will always return text strings in the normalization specified by this class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static int NORMALIZATION_COMPOSED &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;static int NORMALIZATION_DECOMPOSED &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;static int NOT_NORMALIZED &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see  for  more information  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://"&amp;gt;http://help.sap.com/javadocs/MDM/current/com/sap/mdm/commands/SetUnicodeNormalizationCommand.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 07:13:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T07:13:18Z</dc:date>
    <item>
      <title>normalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/normalization/m-p/2366041#M523883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;can anybody explain me abt normalization and types of normal forms?&lt;/P&gt;&lt;P&gt;and their explaination&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 07:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/normalization/m-p/2366041#M523883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T07:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: normalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/normalization/m-p/2366042#M523884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;command to set the Unicode normalization to use for the lifetime of the session. It should be set after the session is authenticated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode normalization is important when a text string is represented differently depending on the normalization used. The MDM server always store text strings in one normalization format. An user providing a text string to the MDM server and later on tries to retrieve back the same text string might get the text string back in a different normalization. To resolve this issue, the user can use this class to specify the normalization the user wants to work with. The MDM server will always return text strings in the normalization specified by this class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static int NORMALIZATION_COMPOSED &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;static int NORMALIZATION_DECOMPOSED &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;static int NOT_NORMALIZED &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see  for  more information  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://"&amp;gt;http://help.sap.com/javadocs/MDM/current/com/sap/mdm/commands/SetUnicodeNormalizationCommand.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 07:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/normalization/m-p/2366042#M523884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T07:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: normalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/normalization/m-p/2366043#M523885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is Normalization ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normalization is the process of organizing it into tables in such a way that the results of using the database are always unambiguous and as intended. Normalization may have the effect of duplicating data within the database and often results in the creation of additional tables. (While normalization tends to increase the duplication of data, it does not introduce redundancy, which is unnecessary duplication.) Normalization is typically a refinement process after the initial exercise of identifying the data objects that should be in the database, identifying their relationships, and defining the tables required and the columns within each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get good information on &amp;lt;b&amp;gt;Normal Forms types&amp;lt;/b&amp;gt; @&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.datamodel.org/NormalizationRules.html" target="test_blank"&gt;http://www.datamodel.org/NormalizationRules.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;@&amp;lt;/b&amp;gt; Rewared points if you find this information useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 07:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/normalization/m-p/2366043#M523885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T07:22:57Z</dc:date>
    </item>
  </channel>
</rss>

