Reg : password field

hi friends..
i want to create one input field in my selection screen for password.
i.e data is invisible to the user.. is it possible in selection screen
i m not using screen painter, just i am using se38 editor..
thanks in advance

HI,
see this code
PARAMETERS:password(10).
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF screen-name = 'PASSWORD'.
  screen-invisible = 1.
  MODIFY SCREEN.
ENDIF.
ENDLOOP.
START-OF-SELECTION.
write:/ password.
rgds,
bharat.

Similar Messages

  • Switch from List of user to username and password fields?

    I have my Login Window to display a List of Users by default.
    Is there is shortcut key that switches to username & password fields so one can type in the username as well as the password?
    I googled it and I found something like "hold opt+return and click on any username", does not work though...
    I know that I can change it in System Pref. but it would be handy to know the shortcut key as well.
    Thanks.

    The "Option"-"Enter" trick should still work from the keyboard - use the arrow keys or type the first few letters of a listed name to highlight a username, then press "Option-Return":
    http://docs.info.apple.com/article.html?artnum=25686
    As I recall, to do the same thing with keyboard + mouse, the modifiers to be used when clicking did change between 10.3 and 10.4 so some of what you find on the web may be out of date.

  • Password Field not mapped between Request and Provisioning Form

    Hi to all. I'm working with OIM 11g. I've faced a strange issue. I'm not sure I'm working properly, so let me explain you my case. In my installation I've got the SSH connector, which is correctly connected with the physical resources. I've loaded the resource dataset ProvisionResourceSSH User bundled with the connector. Consider now that the user "goofy", with "ALL USERS" role, tries to make a request Provision Resource SSH User (Request Based provisioning). He fills in all the field in the appropriate manner, but when OIM triggers "Create User" provisioning task, after the required approval process, the password field is always blank (although goofy filled it in!!!).
    I've thought: "ok, it seems a role trouble". And effectively, if goofy has got also the role "REQUEST ADMINISTRATORS", the provisioning form shows the password field correctly valued (as goofy stated in his request).
    Note that all the fields are correctly mapped between request dataset and the provisioning form (I'm using the original dataset and the original provisioning form installed by the connector). So all other fields filled by goofy on the request form (request based provisioning) are correctly passed to the provisioning form. All the fields, except for the password.
    Am I wrong in something? How Could I make possible to pass the data filled on the request for the password field to the provisioning form even if the requester has not the role "REQUEST ADMINISTRATORS"?
    Thank you in advance for the help.

    This sure seems goofy! ;-) ... can you try making the ALL Users have all the permissions on the Resource Object and the Process Form and test it out? Also try from the backend at the database and see if the table has NULL for the password field? ... What's the type of password field in the dataset and the process form? Encrypted/Secret at both ends or mis match? Try making them plain text both the places as well.
    -Bikash

  • How can I prevent Safari/iCloud Keychain from saving data in our password field?

    We have a web-based management system where administrators can set and update passwords for individual users. While I love iCloud keychain personally, the problem we are finding is that if the user, once prompted by Safari to Save the password in iCloud Keychain for Autofill, actually clicks 'Save Password', then our page wants to autofill that same password for any selected user or newly added user (and since we don't allow duplicates, constant errors result).
    So the basic question: is there a way in HTML or Javascript to set form fields - or an entire form or div - to be ignored by iCloud Keychain, even if they are username or password fields.
    We know we could just tell all our Safari users to disable in preferences with a pop-up banner, but that would be unfortunate (and IE-like)
    (If this is the wrong place to find this type of info, any clue appreciated. Naturally we've searched a bunch already)

    Can I remove my iCloud Keychain from Apple's servers?
    Yes. Follow these steps, starting on any one of your iOS devices or Macs that is using iCloud Keychain:
    Devices using iOS 7.0.3 or later:
    Go to Settings > iCloud > Account > Keychain and turn off “Approve with Security Code”.
    Go to each of your other devices that is using iCloud Keychain and turn iCloud Keychain off.
    Macs using OS X Mavericks v10.9 or later:
    Choose Apple () menu > System Preferences. Click iCloud, then click Account details.
    Deselect “Allow approving using security code”.
    Go to each of your other devices that is using iCloud Keychain and turn iCloud Keychain off.
    After you complete these steps, your keychain data will remain locally on your devices, but changes to your keychain information will not push to your other devices or the cloud unless you turn iCloud Keychain back on. If you want keychain data to push to all of your devices, but not to the cloud, turn on iCloud Keychain on each device as described earlier in this document, but skip the step to create an iCloud Security Code.
    iCloud: Frequently asked questions about iCloud Keychain
    http://support.apple.com/kb/HT5813

  • How to encrypt the text in password field in Oracle Forms version 6i

    Need help!
    How to encrypt the text in password field in Oracle Forms version 6i?
    one way is to change the settings in the property palette. Can somebody provide me some script to be run while the form is running which will enable the password to be encrypted?
    Thanks!

    Hello,
    Do you mean "hidden" (replaced with stars) or encrypted (that needs to be decrypted ?
    Francois

  • How to make  a Password Field in a Dynpro?

    Hi Folks,
    as the subject says i need to make a password field in my dynpro. i know how to do it with parameters but thats not what i need. i made a dynpro with a field in which Users can type a Password and i need it to be shown like this "********".
    how can i do this?
    thanks in advance.

    heh... its really annoying that i just can't find such easy things with google and have to post it in the forums -.-
    anyway. thanks a lot.

  • Make a report column display as an editable password field.

    Hi Guys,
    - Apex 3.2
    - Report region, one of the columns represents a password.
    - Made that column editable ==> display as text-item.
    How can I make it display as a password field?
    If I add:
    type="password"to the element attributes (in column attributes), then it still displays as a text field. Show html source reveales it just adds a second type= attribute:
    <input type="text" name="f05" size="15" maxlength="2000" value="test" type="password" id="f05_0001" />Which still makes it display as text, not password...
    Appreciate any help on this.
    Toon

    Dan McGhan wrote:
    There is no "out of the box" solution for this. You'd have to do a bit of work. However, before we go down that road, I'm curious as to why you'd want to put a password field in a tabular form.
    It's a multi row insert/update/delete (tabular) form, and one of the columns represents a password.
    One row represents "an application". The column represents the application password.
    I actually have two of them (columns) + a process that verifies that the same value was entered in both.
    I'm suprised that this is not out-of-the box possible...
    It would be a very easy to just support the 'password field' type in the dropdown list that I have now used to make it a simple text field. No?
    Appreciate any assistance...
    Edited by: Toon Koppelaars on Jul 14, 2010 1:20 PM

  • Masking the password field in webdynpro for java

    Hi,
    I am developing a logon view in webdynpro with username and password input fields.But i want to mask the password field.
    How do i do that
    Points will be rewarded for the useful answers
    Bala

    Hi,
    Set the properties of the Input field
    <b>passwordField     true</b>
    Regards
    Ayyapparaj

  • Typing not showing up in password fields

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/837290]</blockquote>
    Hi folks,
    I have a strange one - I can type in a password into a password field in FF3.6.17, but the field stays blank (or sometimes a space shows up). The passwords are being passed to the sites, but no placeholders aren't showing up.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Setting password field in JOptionPane

    Is it possible for me to set password field in JOptionPane's input field. If possible please help me. It would be very nice if u could email me at the following address
    [email protected]

    Did you try .setText(password)? Try it.

  • Oracle apps r12 username,password field doesn't appear in arabic interface

    Dear all,
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.
    Thanks & regards,

    Please post the details of the application release, database version and OS.
    What is the application/database characterset?
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.Do you mean you get a blank page for the Arabic login page? If yes, have you tried to recompile JSP files manually and see if it helps?
    Thanks,
    Hussein

  • How to print * in Password Field

    Dear ALL,
                   Can anybody tell me to how to print * For Password field.What is that type?
    Regards,
    Mayank

    Hi Mayank,
    Refer the code below. This code is checking the Password against a custome database table.
    Hope this helps you.
    REPORT  YLAX_TEST7                              .
    tables :ZS_ETTIFN_REP.
    data : i_ettifn like zs_ettifn occurs 0 with header line,
           ws_lines(10) type n.
    PARAMETERS: p_pass TYPE xuncode.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-name = 'P_PASS'.
          screen-invisible = '1'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    START-OF-SELECTION.
    select * from ZS_ETTIFN_REP into table i_ettifn .
    describe table i_ettifn lines ws_lines.
      WRITE: / p_pass,ws_lines.
    <b>Reward points if this helps.
    Manish</b>
    Edited by: Manish Kumar on Feb 11, 2008 12:15 AM

  • I open facebook login page on my android phone, enter email Id and when i enter a character in the password field. Few characters get entered automatically.

    When i enter something in the email id field, and then shift the focus to password field and press any character. Some characters get being displayed automatically in password field( equal to the no. of characters entered in the email id field) . For example, i have entered below id in the email id field:
    Username: [email protected]
    And moved the focus to the password field and press h. Following will be displayed in the password field. Few characters(equal to the no. of characters in the username field .i.e. 9 in this case) are shown before 'h'.
    Password: .........h

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    The Firefox cache temporarily stores images, scripts, and other parts of websites while you are browsing. <br>
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies, do the following:
    #Tap the menu icon located at the top right corner. This is the icon with 3 bars. On older Android devices you'll have to press the hardware menu key and then tap More.
    #Tap '''Settings'''.
    #After that, you will be taken to the settings screen. In the settings screen, look under the section '''''Privacy & Security''''' and select '''Clear private data'''.
    #You will then be taken to a list of what can be cleared. Select the following 2 for deletion:
    #*Cookies & active logins
    #*Cache
    #After those have been selected, tap the '''Clear data''' button to actually clear the cache and cookies.
    Did this help you with your problems? Please let us know!

  • Safari changes my keyboard layout when on password field

    Hi,
    after upgrade to Safari 5, I got really strange problem.
    I have two keyboard layout configured, U.S., which I use regulary, and Czech, to which I switch on rare occasions when I need to write something in my native language. I have configured keyboard shortcut Shift-Cmd-Space for switching between those layouts.
    Now, the problem is that whenever I enter a password field on a web page form in Safari, it immediately switches to the Czech layout and disables the U.S. one, so I even can not switch back! The keyboard shortcut does not work and the "U.S." item in the keyboard indicator menu is grey.
    This is extremely annoying. Does anyone have an idea what is causing it and how can I fix it?
    Also, I think (but I'm not sure) that I have sometimes seen this before. But now (probably after Safari 5 installation) it happens on all the passwords fields I tried (even on pages I never visited before).
    regards,
    Bob
    mid-2008 15" MacBook Pro, Snow Leopard, Safari 5, all available updates. In the Language & Text section of the preferences, I have following settings:
    Language: First English, then Czech, then the rest.
    Formats: Region: Custom (mostly czech with some tweaks)
    Input Sources: Keyboard & Character Viewer checked, Czech-QWERTY checked, English checked. Selected "Use the same one in all documents", checked Show input menu in menu bar.

    Problem solved! I have installed Keywurl some time ago (I really missed Firefox's bookmark keywords). After I upgraded to Safari 5, Keywurl said "Ooops, I'm not tested with Safari 5, disabling myself", so I did not suspected it. But out of deseperation, I tried to remove the plugin completely from the disk. And it worked! No more problems with keyboard layout in password field. Strange, but at least it works.
    Bob

  • Is there a way to de-encrypt the password field in dba_users

    Is there a way to de-encrypt the password field in dba_users

    Can you be a little more specific. I've forgot my old password. Now, without the old password will it allow me to create a new password? I know that whenever i altered any user generally it won't asks for the old password. Then how oracle knows that who is authentic user and who is not? Can you explain it.
    Regards.
    Satyaki De.

Maybe you are looking for

  • Deleting only album art or leaving it off of iPod?

    Is there a way to delete all of your album art or just leave if off of the iPod (preferable) when transfering your music from iTunes. I am trying to maximize space and prioritize music on a very full iPod. Thanks. HP   Windows XP   HP   Windows XP  

  • Epson WF-3521 printer was working fine and then suddenly stopped

    Printer has been working fine since we bought it but tonight I suddenly began receiving an error message stating that the printer is offline. I have turned both off and on checked to ensure they are both on the correct router, but then problem persis

  • How do I find sent mail which is disapeared?

    Hello, sometimes Mail does remove sent emails. Now I want to find an email back, because it's really important. Is it possible to find it back, althought it's not on the server or any of my devices? It seems to be that this bug appears since the last

  • Changing delivery costs after GR

    The problem is w.r.t. import procurement. Components like Custom Duty, Ecess on Customs etc are added as Delivery Costs in Import POs. Now these components get inventorised at the time of GR. Once the GR is done, we are not able to change these compo

  • Can not watch BT Sport on PC

    I have had access to BT Sport on my Sky box for a long time, but have been trying to get it on my PC since october 2013. I have had many hours of phone calls and remote support sesions, issue passed up to second line support. Some time ago they manag