<?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: Warning Message while activating Dictionary Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472525#M1417515</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;"We are getting some warning messages mostly relating to the calculated and the output length mismatch of the Data Elements. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There r many reason for this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Is there an unicode conversion problem ... because unicode length varies with nonunicode types.&lt;/P&gt;&lt;P&gt;2.The output tests case what u hav made seems to be off the track ...(the test case and the original data captured in ECC 6.0 might have been different)&lt;/P&gt;&lt;P&gt;3.Did the before upgrade program worked well with unicode check "on" ?&lt;/P&gt;&lt;P&gt;4.Even more ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Can anyone suggest me what is the best thing to do in this scenario . "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with unicode conversion throughly .&lt;/P&gt;&lt;P&gt;Identify the possible data that might fill up the fields (A case of early prediction of possible data is highly important in upgrade systems)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" What will be the implication in case we are ignoring these messages."&lt;/P&gt;&lt;P&gt;1.It might give u a dump .&lt;/P&gt;&lt;P&gt;2. unwamted messages arise .if that particular data element is being used elsewhere ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2009 10:57:15 GMT</pubDate>
    <dc:creator>rejish_balakrishnan</dc:creator>
    <dc:date>2009-12-17T10:57:15Z</dc:date>
    <item>
      <title>Warning Message while activating Dictionary Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472523#M1417513</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; As part of our Upgrade project from 4.6c version to ECC 6.0, we have successfuly completed the SPDD and SPAU activities. Now when we are activating the dictionary and repository objects, we are getting some warning messages mostly relating to the calculated and the output length mismatch of the Data Elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me what is the best thing to do in this scenario and what is the main reason for such warning messages. What will be the implication in case we are ignoring these messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jayadeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 10:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472523#M1417513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Warning Message while activating Dictionary Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472524#M1417514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the first wave check SPDD with dictionary objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way is to start with the simplest objects to the most difficult. In our case domain, elements, structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second wave check SPAU with code objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons are obviouslly. All the reports use dictionary objects and there are dictionary objects that contains others. Fix the simplest objects in most cases solves the problem of the complex objects too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 10:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472524#M1417514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T10:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Warning Message while activating Dictionary Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472525#M1417515</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;"We are getting some warning messages mostly relating to the calculated and the output length mismatch of the Data Elements. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There r many reason for this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Is there an unicode conversion problem ... because unicode length varies with nonunicode types.&lt;/P&gt;&lt;P&gt;2.The output tests case what u hav made seems to be off the track ...(the test case and the original data captured in ECC 6.0 might have been different)&lt;/P&gt;&lt;P&gt;3.Did the before upgrade program worked well with unicode check "on" ?&lt;/P&gt;&lt;P&gt;4.Even more ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Can anyone suggest me what is the best thing to do in this scenario . "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with unicode conversion throughly .&lt;/P&gt;&lt;P&gt;Identify the possible data that might fill up the fields (A case of early prediction of possible data is highly important in upgrade systems)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" What will be the implication in case we are ignoring these messages."&lt;/P&gt;&lt;P&gt;1.It might give u a dump .&lt;/P&gt;&lt;P&gt;2. unwamted messages arise .if that particular data element is being used elsewhere ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 10:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472525#M1417515</guid>
      <dc:creator>rejish_balakrishnan</dc:creator>
      <dc:date>2009-12-17T10:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Warning Message while activating Dictionary Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472526#M1417516</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;Also try to Simulate the scenario with other lesser version systems .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 10:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472526#M1417516</guid>
      <dc:creator>rejish_balakrishnan</dc:creator>
      <dc:date>2009-12-17T10:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Warning Message while activating Dictionary Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472527#M1417517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RBK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Our upgrade is not unicode compliant and secondly the data elements that are found to be having some warnings messages regarding the output length and the calculated length, have the same specified length in the older versions also, that is the 4.6c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this case can we ignore the warning messages and proceed ahead ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 04:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-while-activating-dictionary-object/m-p/6472527#M1417517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-18T04:22:55Z</dc:date>
    </item>
  </channel>
</rss>

