<?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: Password Specification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460986#M831560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In PBO of your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Module password_change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE password_change OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;         IF SCREEN-NAME = 'PASSWORD.'&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;            SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;              &lt;/P&gt;&lt;P&gt;            MODIFY SCREEN.      &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;         ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       ENDLOOP.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;   ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 03:58:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-28T03:58:49Z</dc:date>
    <item>
      <title>Password Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460984#M831558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Here I want to now, How can I define a custom table to store Password length such that I could only see either &lt;STRONG&gt;start(&lt;/STRONG&gt;)* or an  *dot (.) * ie either *( ******* ) or (........) fomat* .&lt;/P&gt;&lt;P&gt;custom table contains fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;|Username | Password | Locked |&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt; |   sapuser  | *******      |             | this should how my custom table look like if I look into the contents of the custom table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am here Involved in developing of a Module pool program where in the first Sreen user have to enter the UserName and the Password. if this matches  with the custom table he should navigate to second screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user over her is given 3 chances to enter the password after the 3 chances the Locked field should b assigned with Character ' L' so the UserName get locked and no further access to the username is allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out ASAP&lt;/P&gt;&lt;P&gt;mail me the answers to &amp;lt;removed by moderator&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 18:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460984#M831558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T18:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Password Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460985#M831559</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; Please look at the definition of table field USR02-BCODE. You can encrypt/decrypt passwords using functions FIEB_PASSWORD_ENCRYPT/FIEB_PASSWORD_DECRYPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 19:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460985#M831559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T19:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Password Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460986#M831560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In PBO of your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Module password_change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE password_change OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;         IF SCREEN-NAME = 'PASSWORD.'&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;            SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;              &lt;/P&gt;&lt;P&gt;            MODIFY SCREEN.      &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;         ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       ENDLOOP.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;   ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 03:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460986#M831560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T03:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Password Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460987#M831561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Frend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go to table USR02 and check for the required datatype in the domain for password field or may be u can try alphanumeric datatype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 18:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460987#M831561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T18:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Password Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460988#M831562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make use of the table USR02 (Logon Data  transparent table)&lt;/P&gt;&lt;P&gt;and in that table click on BCODE field and find out the datatype of  domain of that field which comes out to be RAW&lt;/P&gt;&lt;P&gt;(Uninterpreted sequence of bytes) and make use of the same domain to declare a field tht needs to hold the password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if u want to display the password as **** or .... on the screen goto screen painter (se51) and go to layout &lt;/P&gt;&lt;P&gt;and in the i/otext field in the attributes&lt;DEL&gt;&amp;gt;dict&lt;/DEL&gt;&amp;gt;format --&amp;gt;raw&lt;/P&gt;&lt;P&gt;will work&lt;/P&gt;&lt;P&gt;Hope this info is useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 08:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-specification/m-p/3460988#M831562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T08:52:33Z</dc:date>
    </item>
  </channel>
</rss>

