<?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>Question Re: User info stored in SQL data tables in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437793#M4252328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i am not using HANA sql editor. Its sql 2005.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Jan 2016 20:25:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-01-31T20:25:21Z</dc:date>
    <item>
      <title>User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaq-p/11437789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pretty new here and i am not sure if this is the right place to ask for a recommendation but here is my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to find out where exactly to look for SAP user info (such as user id, password, etc) is stored in SQL data tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know user maintenance is SU01 on SAP side, but need to do SQL side browsing to check and verify if the password is hashed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Can anybody help me please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Thank you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 16:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaq-p/11437789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-18T16:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437790#M4252325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deniz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the SQL you are looking for;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select MANDT, BNAME, BCODE, PASSCODE, PWDSALTEDHASH, UFLAG from USR02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the detais of fields using SE11 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuksel AKCINAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 18:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437790#M4252325</guid>
      <dc:creator>yakcinar</dc:creator>
      <dc:date>2015-11-18T18:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437791#M4252326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It comes back saying: Invalid object name 'USR02'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USR02 shows up as a sys.object but i cannot browse the contents of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On SAP side i go to SE16 and then USR02 to see all the information about the users.&lt;/P&gt;&lt;P&gt;My question is where to look at on SQL side to see the same information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Deniz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 00:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437791#M4252326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-25T00:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437792#M4252327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Deniz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to access it from HANA SQL editor ?&amp;nbsp; In that case, add SCHEMA name with USR02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;select MANDT, BNAME, BCODE, PASSCODE, PWDSALTEDHASH, UFLAG from&amp;nbsp;&amp;nbsp; "&amp;lt;SAPSCHEMA&amp;gt;"."USR02"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Anindya&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 01:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437792#M4252327</guid>
      <dc:creator>anindya_bose</dc:creator>
      <dc:date>2016-01-25T01:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437793#M4252328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i am not using HANA sql editor. Its sql 2005.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 20:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437793#M4252328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-31T20:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437794#M4252329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deniz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try sql like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;select &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;MANDT, BNAME, BCODE, PASSCODE, PWDSALTEDHASH, UFLAG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;from [SID].[sid].USR02&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Or you can use SQL Management Studio and find USR02 table from table list. Then display the content.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuksel AKCINAR&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 20:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437794#M4252329</guid>
      <dc:creator>yakcinar</dc:creator>
      <dc:date>2016-01-31T20:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437795#M4252330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can execute the command but only without PWDSALTEDHASH part.&lt;/P&gt;&lt;P&gt;I get the following error:&lt;/P&gt;&lt;P&gt;Invalid column name PWDSALTEDHASH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other columns are displayed when i execute the command without PWDSALTEDHASH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Deniz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 14:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437795#M4252330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-02T14:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437796#M4252331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deniz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That column came with newer versions. So it is normal.&lt;/P&gt;&lt;P&gt;You can use "&lt;SPAN style="color: #333333; font-size: 12px; font-family: inherit; font-weight: inherit; font-style: inherit; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;select &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: inherit; font-weight: inherit; font-style: inherit; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;* &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: inherit; font-weight: inherit; font-style: inherit; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;from [SID].[sid].USR02"&amp;nbsp; for all columns.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuksel AKCINAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 15:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437796#M4252331</guid>
      <dc:creator>yakcinar</dc:creator>
      <dc:date>2016-02-02T15:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437797#M4252332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yuksel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the column came in newer versions, does that mean in older versions the hashed values (&lt;SPAN style="color: #333333; font-size: 12px;"&gt;PWDSALTEDHASH&lt;/SPAN&gt;) are not listed at all or are they listed under another column ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a MS sql server 2005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Deniz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 08:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437797#M4252332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-04T08:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437798#M4252333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deniz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In older versions password of a user were kept in BCODE and PASSCODE columns. There weren't a field for this data.&lt;/P&gt;&lt;P&gt;This &lt;SPAN style="color: #333333; font-size: 12px;"&gt;PWDSALTEDHASH &lt;/SPAN&gt;column came with new versions (could be 2008).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuksel AKCINAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 08:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437798#M4252333</guid>
      <dc:creator>yakcinar</dc:creator>
      <dc:date>2016-02-04T08:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437799#M4252334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Yuksel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how do I display the sha1 hashed value for the password in the older versions?&lt;/P&gt;&lt;P&gt;Is it a combination of both &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BCODE&lt;/SPAN&gt; and &lt;SPAN style="color: #333333; font-size: 12px;"&gt;PASSCODE&lt;/SPAN&gt; columns ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do i have to execute another command to get what i am looking for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Deniz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 13:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437799#M4252334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-11T13:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437800#M4252335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deniz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about the hash code.&lt;/P&gt;&lt;P&gt;But when I didnot know the pasword of a user, I was copying the BCODE and PASSCODE values of another user (that I knew the password).&lt;/P&gt;&lt;P&gt;Then I could login with the password I knew to the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In newer versions PWDSALTEDHASH field also added to these 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuksel AKCINAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 14:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437800#M4252335</guid>
      <dc:creator>yakcinar</dc:creator>
      <dc:date>2016-02-12T14:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437801#M4252336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thats exactly what i was planning to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Deniz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 15:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437801#M4252336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-12T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: User info stored in SQL data tables</title>
      <link>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437802#M4252337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello Deniz,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can use below sql scripts in SQL Console;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;select MANDT, BNAME, BCODE, PASSCODE, PWDSALTEDHASH, UFLAG from [SID].[sid].USR02 where BNAME IN('&amp;lt;Username Password known&amp;gt;', &amp;lt;User name password unknown&amp;gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;update [SID].[sid].USR02&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;set PWDSALTEDHASH = (SELECT PWDSALTEDHASH FROM [SID].[sid].USR02&amp;nbsp; WHERE BNAME = '&amp;lt;Username Password known&amp;gt;' AND MANDT ='000')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;where BNAME ='&amp;lt;User name password unknown&amp;gt;' AND MANDT = '100'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;update [SID].[sid].USR02&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;set PASSCODE = (SELECT PASSCODE FROM [SID].[sid].USR02 WHERE BNAME = '&amp;lt;Username Password known&amp;gt;' AND MANDT ='000')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;where BNAME ='&amp;lt;User name password unknown&amp;gt;' AND MANDT = '100'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;update [SID].[sid].USR02&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;set BCODE = (SELECT BCODE FROM [SID].[sid].USR02 WHERE BNAME =&amp;nbsp; = '&amp;lt;Username Password known&amp;gt;' AND MANDT ='000')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;where BNAME ='&amp;lt;User name password unknown&amp;gt;' AND MANDT = '100'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Yuksel AKCINAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/user-info-stored-in-sql-data-tables/qaa-p/11437802#M4252337</guid>
      <dc:creator>yakcinar</dc:creator>
      <dc:date>2016-02-12T16:54:31Z</dc:date>
    </item>
  </channel>
</rss>

