<?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: Create table containing hidden (*****) password in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997287#M75544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would have been desirable to have this information in your initial posting itself. That would help the guys answering your question to give you a more appropriate answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2005 12:02:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-01T12:02:00Z</dc:date>
    <item>
      <title>Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997279#M75536</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;How to create a table with a column 'password', whereas the contents of this field should be hidden (*******) in SE16?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIKE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 09:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997279#M75536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T09:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997280#M75537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make the field of type RAW. Such fields cannot be displayed on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 09:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997280#M75537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T09:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997281#M75538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compare table usr02 field bcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 09:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997281#M75538</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-07-01T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997282#M75539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry. Try to have a non-key field for your password and make its type LRAW. The table should also have a field of type INT2, which immediately precedes the LRAW field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be a cluster table , similar to INDX etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just a technical solution to your question. You must think if it really makes much sense in your context to use this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be better to have a field which can be displayed, but which stores the password in an encrypted format. There are function modules available to encrypt strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 09:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997282#M75539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997283#M75540</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;I just checked this by looking at USR02 in SE16, but I could see the entry in the RAW field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the value was DB708A745ADE2E8A, but that is because the value is hashed. If the program putting the password in USR02 did not hash it I probably would have seen the password itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do know that sometimes not all of the data is displayed in SE16 but imho that is normally the case with fields that are very long ( raw 256, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I don't have an answer to the problem, but I do believe that using a raw is not the answer. Mayb you can copy the routine used by SAP to create the one way hash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 10:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997283#M75540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T10:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997284#M75541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Anans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I writing post at the same time as you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Alexander Webster&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 10:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997284#M75541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T10:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997285#M75542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You might as well check the FMs FIEB_PASSWORD_ENCRYPT&lt;/P&gt;&lt;P&gt;FIEB_PASSWORD_DECRYPT. So, the data eventhough visible in SE16 is not of much use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it help?&lt;/P&gt;&lt;P&gt;Thanks, Debasish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 10:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997285#M75542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T10:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997286#M75543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your postings, but ... that´s clear so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Backgound: I found a table GRMG_PROPERTIES which contains a field, that CAN contain such a password, depending on the contents of the preceeding field ... If this is 'PW' the succeeding field is shown with '****'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 10:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997286#M75543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T10:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create table containing hidden (*****) password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997287#M75544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would have been desirable to have this information in your initial posting itself. That would help the guys answering your question to give you a more appropriate answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 12:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table-containing-hidden-password/m-p/997287#M75544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T12:02:00Z</dc:date>
    </item>
  </channel>
</rss>

