<?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: Syntax regarding password in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553353#M1075007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please search in this forum , you can find lot of threads similar to your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 17:51:03 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-09-25T17:51:03Z</dc:date>
    <item>
      <title>Syntax regarding password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553351#M1075005</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 want the user to enter user-id and password . &lt;/P&gt;&lt;P&gt;What the syntax i should give , so that the password comes in ***. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for this silly qiestion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 17:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553351#M1075005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T17:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax regarding password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553352#M1075006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raj,&lt;/P&gt;&lt;P&gt;There is nothing like silly question.&lt;/P&gt;&lt;P&gt;If you are going through customized screen then go to layout of the screen and double click on the password input field there by opens new window in which goto Attributes - &amp;gt; display - &amp;gt; and select the check box Invisible that will make your field invisible to see the text rather will display ******.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my answer helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 17:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553352#M1075006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T17:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax regarding password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553353#M1075007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please search in this forum , you can find lot of threads similar to your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 17:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553353#M1075007</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-09-25T17:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax regarding password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553354#M1075008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just check this code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: paswd(30).

at selection-screen output.
loop at screen.
 if screen-name = 'PASWD'.
  screen-invisible = 1.  "this will make that option.
  modify screen.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 17:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-regarding-password/m-p/4553354#M1075008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T17:57:20Z</dc:date>
    </item>
  </channel>
</rss>

