<?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: Field Size differences in tables when upgrading to Unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544035#M247616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be that your new unicode systems are using code version E for the password, but your 3rd party is tying to send a code version B hash to USR02.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2006 18:37:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-07T18:37:19Z</dc:date>
    <item>
      <title>Field Size differences in tables when upgrading to Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544034#M247615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WE have some programs that extract data from Tables in SAP such as USR06 and USR02. Since we upgraded soem of our systems to Unicode the programs are either not returnign data or appear to be misreading the fields. Any one have any idea on what changed with Unicode? I need to be able to help the developers understand what is going on. We have a 3rd party tool that is changing passwords on all of our systems but it is also used to retrieve this data. There developers can not figure this out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 15:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544034#M247615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T15:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Field Size differences in tables when upgrading to Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544035#M247616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be that your new unicode systems are using code version E for the password, but your 3rd party is tying to send a code version B hash to USR02.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 18:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544035#M247616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T18:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field Size differences in tables when upgrading to Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544036#M247617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely this problem is not related to Unicode but to the fact that the structure of the table (at least for USR02 I'm sure) has changed during the upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please notice that the &amp;lt;b&amp;gt;internal data structures are subject of change without prior notification&amp;lt;/b&amp;gt;. You should only use API functions to access data (read/write).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding passwords:&lt;/P&gt;&lt;P&gt;please resist from implementing any direct table modifications - for audit and stability reasons. Again, there have been changes in the past (last recently: a major change in 7.0) and there might be more in the (near) future ... (I'm just working on one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding password synchronization:&lt;/P&gt;&lt;P&gt;I still don't understand why so many people believe in that approach. Just because "logon = password authentication" (which is not true, BTW) they believe that "SSO" needs to be password-based, as well. And that passwords need to be kept identical in all systems. That's stupid. SSO is &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; based on password authentication. Actually, the users do not need to have any passwords anymore (except in the single system where they logon using userID / password, e.g. the Enterprise Portal server).&lt;/P&gt;&lt;P&gt;Noone would attempt to use local Windows user accounts and to synchronize them in the entire network landscape. Noone would attempt to copy the /etc/passwd file in an UNIX server landscape, either. But why attempting the same for SAP systems?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, you could opt for a domain controler approach. That's something I'd fully support ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 10:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544036#M247617</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2006-08-21T10:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field Size differences in tables when upgrading to Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544037#M247618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree on your comments on password synchronization tools. Beeing an auditor I had some "fun" with badly implemented password synchronization tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned that there has been a change to USR02. Can you elaborate on that a bit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 11:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544037#M247618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T11:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field Size differences in tables when upgrading to Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544038#M247619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, the structure of table USR02 has changed several times (e.g. between 6.20 and 6.40 respectively when applying the combined ABAP/kernel correction of note 450452 and once again between 6.40 and 7.0). Each time, new features have required that modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again: the structure of internal data structures or tables might change at any time. Only APIs are stable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, we take care that such modifications will not cause problems when performing upgrades. After an upgrade all users are still able to logon - that is an absolute requirement. And also we take care that the CUA (Central User Administration) can still be used in all possible scenarios (older/newer CUA master/client systems), sometimes with some functional restrictions, when it is unavoidable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Wolfgang&lt;/P&gt;&lt;P&gt;PS: I'm aware that Justin has also posted a customer message regarding this issue (I've been notified by some support colleagues via inhouse mail). According to that customer message only read access (to table USR02) is performed. Yes, Unicode can make a difference regarding offsets and field lengths (of character-wise fields), of course. I'd recommend to query the DDIC (SE11: display "runtime object") to determine this information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 11:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-size-differences-in-tables-when-upgrading-to-unicode/m-p/1544038#M247619</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2006-08-22T11:55:21Z</dc:date>
    </item>
  </channel>
</rss>

