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

Similar Messages

  • I need to know how to print the password list

    Can anyone tell me how to print my password list?

    See http://kb.mozillazine.org/Password_Manager (Printing_passwords)
    Other things that need attention:<br>
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • 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.

  • How to print out fillable fields only

    I'm a newb, help! I am trying to create a form in LiveCycle.
    I have brought in a pdf, made some fillable fields. So far so good, here's where I'm struggling.
    I want the recipient of the pdf to fill out the forms, (while still seeing the pdf in the background), BUT when they print, I want them to ONLY print out the information that they filled in the fillable fields.
    So basically, they receive a document in Adobe Reader, it has a pdf in the background, and they fill in some fields, then they place a page in their printer to just print the fillable fields only.
    Does anyone know if this is possible?

    "You can control the visibility of objects using the presence property"
    Here is where I get confused. I understand that you can change the visibilty in this area, but I want the pdf background that is part of my form to be the area that doesn't print, so I can't understand how I highlight that particular area to switch it to "screen only" because it isn't really considering a text field or anything like that, it was just a pdf that I imported from the start and then built all my text fields on top of.

  • How to type in password field in Safari???

    What's the easiest way to record yourself opening Safari & logging into a site (Automator is not allowing me to type my password in the password field)?
    Thanks in advance for any help.

    Your profile indicates you're running Tiger, so you're in the wrong forum. When you repost, clarify exactly what's going on. +What's the easiest way to record yourself opening Safari & logging into a site…+ doesn't tell me anything useful. What exactly are you trying to do? What does record mean? Details and clarity are essential.

  • How to Print the same field value in a single row

    Hi,
    I need to print the same field values in a single row
    For Examble
    in a table TestTable
    ID Name Value
    1 AB 120
    1 BC 150
    1 CD 130
    2 AB 111
    2 BC 112
    2 CD 113
    I need the query like if the Name contains BC and CD then i need to print like ID, BC Value, CD Value as below
    ID BC'Value CD'Value
    1 150 130
    2 112 113
    Kindly suggest me...
    Thanks in Advance
    Anu

    Hi,
    Since you're on 9i some available functionality unfortunatly isn't at your disposal.
    This should work, however, using your sample data:
    MHO%xe> create table t as ( -- generating sample data:
      2  select 1 cid, 'AB' cname, 120 cvalue from dual union all
      3  select 1, 'BC', 150 from dual union all
      4  select 1, 'CD', 130 from dual union all
      5  select 2, 'AB', 111 from dual union all
      6  select 2, 'BC', 112 from dual union all
      7  select 2, 'CD', 113 from dual
      8  );
    Tabel is aangemaakt.
    MHO%xe> select cid
      2  ,      max(decode(cname, 'BC', cvalue, null)) BC_value
      3  ,      max(decode(cname, 'CD', cvalue, null)) CD_value
      4  from   t
      5  group by cid;
           CID   BC_VALUE   CD_VALUE
             1        150        130
             2        112        113For reference and future challenges, see:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:419593546543
    http://www.oracle-base.com/articles/10g/StringAggregationTechniques.php

  • In Adobe Reader 9.0: How to print longer edited fields of a form ?

    I've filled a PDF form. When I filled more characters in a field, a "+" (plus) sign appeared at the bottom of the field, but the characters are there !
    When I print the filled form, the full text of this field IS NOT PRINTED. Instead, a partial text appears and the "+" sign is printed as well.
    Question: How can I print the full text within this field ? I.E, I do not want to see the "+" sign.
    Thanks & regards, hava.

    There's not really anything you can do with just Reader. The creator of the form set it up to behave this way, by intention or not. It could have been set up so that a user is unable to enter more text than can be displayed in the area defined for the field, and that the font size would automatically decrease as the limit is reached, down to a minimum size of 4. If you know who created the form, you may be able to request a new version.
    George

  • How to print text or field (inside a rep fram)on the last page in report 6i

    Hi Everyone,
    I want to print the text on the last page.
    my text is inside a repetating frame.
    as i want to display page no in the filed
    and if it is a last page, display page number appended with Last
    so it will look like
    for 3 pages
    on the first page
    1
    on second page
    2
    and on last page it should display
    3 Last

    You cannot know if you are on the last page or not. See this similar thread: Get value of total pages variable
    Why not put the page number in the margin like this:
    Page 1 of 3
    Page 2 of 3
    Page 3 of 3
    You do that by creating a text field in the margin. Enter this text:
    Page &<PhysicalPageNumber> of &<TotalPhysicalPages>

  • Password field grayed out when trying to connect via BeX

    Business Explorer SAP Logon screen password is grayed out and user can not type in.  We've ruled out the possibility of SNC being turned on for this BI QA system connection.
    User gets the following error message:
    Missing SNC_LIB=... in connect_param in RfcOpenEx
    Any ideas how to activate the Password field or what this error message means?
    Any help is greatly appreciated!
    Thanks in advance.
    Edited by: Ivan Colakovic on Jan 28, 2008 12:19 PM

    Hello,
    I got the same problem when I tried to use BEx Analyzer to connect a BW system and I also tried to solve the problem followed your guide, but failed. I am wondering what is SNC Library and how and where I can find it's content, after this I can put it to SNC_LIB=.
    Thanks in advance

  • How To Print Field Value in TOP-OF-PAGE During Line Selection.

    How To Print Field Value in TOP-OF-PAGE During Line Selection when double click on field.

    (If my memory serves me well (not used for long time ago)
    Assign values to system fields sy-tvar0 - sy-tvar9, they will replace the placeholders "&0" through "&9" in the list headers and column headers.
    TOP-OF-PAGE DURING LINE-SELECTION.
         WRITE: / 'Interactive Report &3'.
      WRITE record-vbeln TO sy-tvar3.
    Regards,
    Raymond

  • How to print the value of a field of  type FLTP

    hi experts,
    pls tell me how to print the value of a field of  type FLTP. i.e in decimal format not in exponential format.
    thankyou.
    krishna

    Hi ,
    I dont think in Floating point u can able to go for the decimal point display as it is for the minimum precission display..
    Define the variable as the 'packed' type and then u can able to define the decimal point...
    Cheers,
    SImha.

  • 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 print fields in vertical direction ??

    How to print data fields (not textitems or boilerplates) in vertical direction ??

    hello,
    we only support rotating objects of type boilerplate (text/graphic).
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                   

  • How to print a field on the last page of Smartform?

    HI FRIENDS,
    I NEED TO PRINT ONLY ONE FIELD IN LAST PAGE OF FORM SMARTFORM
    HOW DO I CHECK last page. I tried WITH THE FIELDS OF TABLE
    SYSF BUT NOT worked.
    Thank you.
    ROGERIO VAZ

    Hi,
    Goto the conditions tab of that window and enable the check box for Only after the end of main window.
    This will surely print your field in the last page.
    try this and get back to me if any issues.
    Regards,
    Anand.

  • How to print a field on the last page of Smartform with more  of 2 pages?

    HI FRIENDS,
    I NEED TO PRINT ONLY ONE FIELD IN LAST PAGE OF FORM SMARTFORM
    HOW DO I CHECK last page. I tried WITH THE FIELDS OF TABLE
    SFSY BUT NOT worked.      
    The form has  more of  2 pages.
    Thank you.
    ROGERIO VAZ

    Hi ,
    You dont have to hard code anything to achieve this functionality,
    just create a window and in that window define a text element to print
    that variable.In the conditions tab of that window check the check box
    "only after end of main window".i think you might have used a main window,
    so irrespective of the no of pages the smartform prints,it always displays that
    field in the last page of the smartform.
    regards,
    srikanth.

Maybe you are looking for

  • OAF/XML Pub Integration Issue

    Hi All, I am using XML publisher through OAF, All is working fine except for data containing Japanese or Chinese characters are not getting displayed on final PDF report. I tried using concurrent manager approach and it is working perfectly fine for

  • To find stolen ipad

    How do I find my stolen Ipad3 with WiFI only. I could not trace it from ICloud.

  • Want to run SAP on IPad

    Hello to every one, I m working in a company where SAP is implemented. Clients are using it on PCs through LAN. I want to run it on IPad as well through Wifi. Is there any specific client of SAP for IPad or any web application that run in any browser

  • Why can't I view all my pictures from macbookpro?

    I can only see some of my pictures from my macbookpro on my ATV2.  I'm seeing 148 pictures and have about 500 in iPhoto which includes our daughters recent wedding.  Please help before the wife kills me!!! 

  • K1: Update Android Market version to latest to get parental controls?

    I noticed that the Lenovo K1's Android Market version is 1.0.28 which does not have the parental control/PIN for in-app purchases. This allows kids to accidentally purchase items without your consent, and therefore makes the Lenovo K1 and other andro