<?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: Fields in USR02 table ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511088#M567918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use only the available APIs.&lt;/P&gt;&lt;P&gt;Never (try to interpret or) evaluate contents of database tables.&lt;/P&gt;&lt;P&gt;The structure of table USR02 has been changed many times - and will continue to be subject of changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: do not pay much attention to those who pretend to be "experts" - believe me: they do not know all the internals which are required to implement it the right way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2007 15:25:32 GMT</pubDate>
    <dc:creator>Wolfgang_Janzen</dc:creator>
    <dc:date>2007-07-20T15:25:32Z</dc:date>
    <item>
      <title>Fields in USR02 table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511084#M567914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the significance of TRDAT (Last logon date) column of USR02 table ? For any user if these column shows 00/00/0000 does it mean that this user has &amp;lt;b&amp;gt;"never logged in to that system"&amp;lt;/b&amp;gt; after creation of his id ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether any lock/unlock,password reset etc activities can reset TRDAT value to 00/00/0000 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 18:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511084#M567914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T18:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fields in USR02 table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511085#M567915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sapman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USR02 fields PWDLGNDATE   PWDSETDATE are updated when a users password is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 18:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511085#M567915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fields in USR02 table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511086#M567916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes 00/00/0000 has not logged on directly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 18:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511086#M567916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T18:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fields in USR02 table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511087#M567917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a user has logged on and then their password is reset or lock / unlock, it will not change the values in TRDAT. Only way to get those values back to 00/00/0000 is to delete and re-create the user .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 20:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511087#M567917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T20:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fields in USR02 table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511088#M567918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use only the available APIs.&lt;/P&gt;&lt;P&gt;Never (try to interpret or) evaluate contents of database tables.&lt;/P&gt;&lt;P&gt;The structure of table USR02 has been changed many times - and will continue to be subject of changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: do not pay much attention to those who pretend to be "experts" - believe me: they do not know all the internals which are required to implement it the right way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 15:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-usr02-table/m-p/2511088#M567918</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2007-07-20T15:25:32Z</dc:date>
    </item>
  </channel>
</rss>

