Asterisk format for password field.

Hello every one.
I have to create 'PASSWORD' field in screen painter but this field should be in encoded format
shows with  '******' (asterisk).
How can I create asterisk format for PASSWORD field in module pool?
How can I show this type of field in runtime environment?
The screen element for password is input/output field.
Ex:- I have created username and password field in module pool screen programming (screen same as login screen of SAP) but I have to shown password field in encoded format menas with asterisk.
Waiting for your opinion....
Thanks
Regards
Anukul

Hi,
Make the pass word field as invisible in the screen painter.
Thanks,
Sri.

Similar Messages

  • Invalid date format for 'Created' field in the getVersions web service Response.

    Hi all,
    I am trying to get all versions for selected document by calling getVersions method Versions.asmxweb service, but getting ‘Created’ date attribute value is in the format "29-05-2012 12:01"
    but I am expecting either one of the following date formats.
     1.      yyyy-MM-dd HH:mm:ss  or  yyyy-MM-ddTHH:mm:ssz
     2.      MM/dd/yyyy HH:mm a   (a means AM/PM)
     3.      MM/dd/yyyy
     4.      yyyyMMdd HH:mm:ss
    where do I need to change?
    what are all the formate will be support by SharePoint?
    please find attached response xml of getVersions call.
    <results xmlns="http://schemas.microsoft.com/sharepoint/soap/">
        <list id="{6A6F6CD1-2E9C-44CC-B1F5-56G7JB5C8778}"/>
        <versioning enabled="1"/>
        <settings url="http://hbngjfgj47s20/reg/_layouts/LstSetng.aspx?List={7S6F6CD1-2E9C-44CC-B1F5-KO9J8Y7Y6H78}"/>
        <result version="@0.3" url="http://vmesxsrv47s20/register/Shared Documents/Parent/child/my_doc" created="29-05-2012 12:01" createdRaw="2014-12-02T12:46:02Z" createdBy="my_dom\agi_sharepoint"
    createdByName="AGI_Sharepoint" size="288" comments=""/>
        <result version="0.1" url="http://hbngjfgj47s20/register/_vti_history/1/Shared Documents/Parent/child/my_doc" created="29-05-2012 10:01" createdRaw="2014-12-02T10:55:18Z" createdBy="my_dom\my_sharepoint"
    createdByName="my_sharepoint" size="288" comments=""/>
        <result version="0.2" url="http://hbngjfgj47s20/register/_vti_history/2/Shared Documents/Parent/child/my_doc.txt" created="29-05-2012 11:01" createdRaw="2014-12-02T10:59:25Z" createdBy="my_dom\my_sharepoint"
    createdByName="my_sharepoint" size="288" comments=""/>
    </results>
    Kindly help me on this.

    Hi,
    According to your post, my understanding is that you want to change date format for ‘Created’ field in the getVersions web service.
    Per my knowledge, you can get the date format for ‘Created’ field as “MM/dd/yyyy HH:mm a”.
    For more information, you can refer to:
    Versions.GetVersions Method (Versions)
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • OBIEE Presentation Services : Default formatting for numeric fields

    Hello all.
    I need help in setting default formatting for numeric fields in criteria. If a user adds an numeric field, it does not have any formatting associated with it. I want to know how do you set default formatting (for example if user adds sales measure it should appear in default format like $1,000 or even with decimal places).
    Please help.
    Thank you.

    Hi,
    1) We have so many subject areas. If we select "system wide default for this data type", is this change going to reflect in all subject areas.No should do this subject area wise.
    2) Will this effect if we migrate from dev to prod environment.Yes it will effect.
    I hope u will follow this to-
    http://forums.oracle.com/forums/ann.jspa?annID=939 :)
    Regards,
    Srikanth

  • Document Numbering Formats for Extended Fields

    Hi, experts.
         I want to create a document numbering formats for my extended fields.
         1) I want to add my document numbering format to Fine Tune Activity.
              2) I want something like this. But I want to add more fields to the following screen like a prefix and some other validations.
              3) I want to use that numbering formats for my extended fields.
                 Are those possible?
      Regards,
      Fred.

    Hi, Horst.
         Thanks,
         I read your docu. And tested the new feature.That's great.
         That is really a reasonable way to create number ranges.
         But here, what I want is to get a "numbering format" feature for my extension fields like the way I explained above.
    Regards,
    Fred.

  • Conditional formating for calculated fields

    Hi,
    What i need to do is apply a diferent format for some itens on the reports.
    I have some fields that are calculated in the script logic, so in the excel report it is shown as any other field where you can type the value, but that value gets overiten once the script logic takes place.
    So what i need to do is add a new collum at the dimention for example "CALCULATED" and when it's set to Y the field would be shown in the form with a diferent formula.
    And further on, add automtic comment to that cell, showing how that field is calculated.
    Thanks in advance
    Leandro Brasil

    Hey all,
    the CALC property in BPC refers only to hierarchie nodes. If you wanna highlight calculated nodes, this will be the solution for you. But, if you wanna highlight values in your report, which are calculated by a script logic and which are not necessarily hierarchie nodes, you'll have to add another property different from CALC in your dimension and flag the calculated values.
    If you're done, you can refer to this property in your format range.
    Example:
    Dimension - Property - Value: ACCOUNT - SCRIPTCALC - 1
    Formatrange - Criteria: ACCOUNT.SCRIPTCALC = 1
    Have a nice day!
    Karsten

  • Date format(for number fields)

    Hi there.
    I'm creating some sql queries wich will be executed by some users throught the Oracle client PL/SQL, and I need to format some fields in date format.
    Those fields are NUMBER(8) and they are in that format: "YYYYMMDD"
    The format I want to put that information is: "DD.MM.YYYY".
    What's the easiest way to do that?
    The version that I'm using is Oracle 9.2.0.4.0.
    Thanks by the way.

    Hi,
    Use TO_CHAR to convert the number to a string,
    use TO_DATE to convert the string to a date, then
    use TO_CHAR to format the date.
    TO_CHAR ( TO_DATE ( TO_CHAR ( numeric_column
                                , 'fm00000000'
                      , 'YYYYMMDD'
            , 'DD.MM.YYYY'
            )This shows why storing dates in some other kind of column is a bad idea.

  • How to define the format for numeric field ?

    Hello
    I have Amount field and I would to define the format to be ( XX.XXX,000 )
    How can I do this ??
    I'm new in ADF and need your help ..
    rgrds
    Edited by: moh3li_pal on Mar 1, 2010 8:05 AM

    i have the same problem i try with pattern "###,###.##" but the application adf is the inverse "###.###,##" , this a bug or the pattern errornious.??Hi Joaquin. This is not a bug, although this is a little difficult to explain without face-to-face communication :D The confusing thing here is the difference between the 'special pattern characters' and actual output characters (which are chosen based on your locale).
    If you check the Java DecimalFormat class (which provides the rules for formatting) you'll see the following:
    Using , in the pattern = Grouping separator
    Using . in the pattern = Decimal separator or monetary decimal separator
    According to your locale, the grouping separator is '.' and the decimal separator is ','. So the pattern you have specified does dictate that you should get the result you have found.
    You either need to change your locale settings (best option) or cheat by switching the , and . in your pattern.

  • Custom date validation format for dff field

    requirement -
    dff has a specific date time format different from the standard valuesets for date-time stamp available in apps. So if the user enters the incorrect format, it should do the validation.
    Format needed for dff is : 2012-04-30 15:46:35
    I tried a couple of thigs but dint fork . How do I do it.
    any suggestions ?
    Thnks

    This topic was discussed many times in the forum before, please see old threads for details.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=dff+AND+Validation&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=dff+AND+Validate&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=dff+AND+Validation+AND+Personalization&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Fetch data from IR to form in UPPER CASE format for text field items

    Hello,
    Can anyone please help with this issue. I have a IR report with form and I want to fetch the data to upper case when I go to the form level to edit the details from the IR report. I am using the Oracle APEX in built automatic row processing DML to update, create or delete the records. Is their any way, where I can convert the data to upper case whenever user creates a new record or updates the existing record using the in-built automatic row processing DML.
    Please help.
    Thanks,
    Orton

    Jari,
    I have tried your option but no luck. The thing is the text is getting converted from lower to upper case when i navigate from report to form level. But I want to save the data to the database all upper case, even if the user enters data in lower case and this applies for both inserts and updates. Whenever i tried to create or update a record, all the data should be converted to upper case before inserting or updating to the database.
    Please help.
    Thanks,
    Orton

  • Setting maximum char limit for password field

    Hi,
    I am using JPasswordField and I want to restrict the number of characters entered in that field to 20. Any help please...

    See example using JTextField. Same principle applies to JPasswordField.
    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=266101

  • CMC asterisks in password field

    hi ,
    i tried to change the Administrator password from CMC , but whe ndonig so i just appended to the appearing asterisks in the password field as i only wanted to add to the last password.
    right now i cant log on .
    so does anyone know if the asterisks will refer to other character than the ones in the original password .....
    one other thing how can i recover a lost administrator password , incase i could'n't resolve the asterisk

    you can reset your Administrator password using the following :-
    login to your CMS Schema ( in ur database)
    find a table called CMS_INFOOBJECTS
    delete the row with the "ObjectsID" = 12
    and restart your server,,, now the Administrator password is null
    Note :-    NO GUARANTEE
    take a backup before you perform this opeation
    Good luck
    Amr

  • How to define password field

    How do I define a password field in a module pool screen painter,where it should display only asterisk on value entry?

    Hi Anitha,
    do like this.
    for password field follow below procedure...
    parameters: P_pass(10).
    at selection-screen output.
    loop at screen.
    if screen-name = 'P_PASS'.
    screen-invisible = '1'.
    modify screen.
    endif.
    endloop.
    kindly reward if useful.
    cheers,
    Hema.

  • 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

  • F4 help for date field on screen painter

    Hi ,
    I created a screen using dialog programming . I have a date field there which is defined as
    itab-date.
    The format for this field in Element list is DATS .
    How do i get a drop down on the date field on the screen .
    Please advise
    Thanks !

    In Report u have to add,
    TYPES: BEGIN OF TY_F4HELP,                  
              ENAME  TYPE PA0001-ENAME,
              PERNR  TYPE PA0001-PERNR,
           END OF TY_F4HELP.
    Data:   IT_F4HELP TYPE STANDARD TABLE OF TY_F4HELP WITH HEADER LINE.
    *Begin of add F4 in Parameter field Ename.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_ENAME.
      DATA: IT_RETURN_TAB TYPE ddshretval OCCURS 0 WITH HEADER LINE . " Return table for F4 help
      SELECT DISTINCT ename pernr
        FROM PA0001
        INTO TABLE IT_F4HELP.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          RETFIELD        = 'ENAME'
          VALUE_ORG       = 'S'
        TABLES
          VALUE_TAB       = IT_F4HELP
          RETURN_TAB      = it_return_tab
        EXCEPTIONS
          PARAMETER_ERROR = 1
          NO_VALUES_FOUND = 2
          OTHERS          = 3.
      READ TABLE it_return_tab INDEX 1.
      IF SY-SUBRC <> 0.
      ENDIF.
      IF sy-subrc = 0.
        MOVE it_return_tab-fieldval TO P_ename.
      ENDIF.
      CLEAR: it_return_tab.
    *End of add F4 in Parameter field Ename.

  • Timestamp formula in order to have DD/MM/YYYY format for

    Hi,
    I would like to automate the Opportunity name with the default value as: 'OPP' + '-' + [<KeyContactLastName>] + '-' + Timestamp([<CreatedDate>]). CRM On Demand supports MM/DD/YYYY format for the field "Created: Date", but I need to have the DD/MM/YYYY format for this field.
    Do you any ideas or examples of timestamp formula?
    Thanks.
    Thomas

    replace Timestamp(<CreatedDate>) with today

Maybe you are looking for