Non-Numeric Values in Appraisal Template

All,
I wanted to know if these are possible
1) How we can make the columns to accept the non-numeric characters. Currently it only accepts the numeric.
2) How can we make the columns blank - Current it always shows "0.0" - for eg.
Please see the screen shot here
http://img600.imageshack.us/img600/8420/appraisal.jpg
Aneez

>
Hire to Retire GT Project wrote:
> All,
>
> I wanted to know if these are possible
>
> 1) How we can make the columns to accept the non-numeric characters. Currently it only accepts the numeric.
>
> 2) How can we make the columns blank - Current it always shows "0.0" - for eg.
>
> Please see the screen shot here
>
> http://img600.imageshack.us/img600/8420/appraisal.jpg
>
>
> Aneez
Hi Aneez,
for free text input.
I control by making the column = "no entry", but than enabling the notes field.  The other advantage to the notes field is you can easily control the length of the text box in the config. 
for value input you just need to configure the value class.

Similar Messages

  • Non numeric value in numeric field giving error

    Hi All
    I am using BAPI for creating sales order. If user is giving non numeric value in Quantity field it is giving error. Because quantity field data type is Double.
    Please Help.
    Thanks
    Raktim

    Hi Banerjee,
                 Create a String/int/long Context variable and point it to UI Input element.Do the validation  for correct input value. once the validation is succesful assign that value to RFC BigDecimal variable by Explicit casting.
    Hope this might solve your problem .
    Thanks
    Madhan

  • How to check non-numeric value in a field

    Hi all,
    I have a field 'MVALUE'. HOw can I check if I have a non-numeric value in my field. Let us say if I have a value '<25' in this field. How can I check if the value in this field is non-numeric. The field MVALUE is of CHAR datatype.
    Please help. Waiting.........

    Might have to add a space in the string...
    if not mvalue co ' 0123456789'.
    * error
    endif.
    if you allow decimals and commas...
    if not mvalue co ' .,0123456789'.
    * error
    endif.

  • Script to replace non-numeric value of column to blank

    Hi
    I want to replace non-numeric value of column to blank. Can any one help me out.
    For example:
    column1
    234 kjnkj 12e
    555565asd44
    1232334343
    Now I want to that update cloumn with blank value which contains non-numeric value in it

    Try the following
    select translate(column1,translate(column1,' +-123456789',' '), ' ') b from dual;                                                                                                                                                                                                           

  • Non-numeric values in analog I/O points

    I have a system with a FP-3000 controller and a series of TC-120 and RLY-420 modules. At various times I am receiving erros for non-numeric values in some of the analog I/O points. The value, as stated by Ni-FIBUS is "-1.#IND".
    Does any one know what this is? Also once this value appears, It is impossible to get rid of it. The function must be completely deleted and re made from scratch.

    Some general suggestions:
    1. Settings of Function Blocks do not match the real input values, such as type mismatch. You need to verify the value data and type.
    2. Invalid Scaling settings, the units of parameters between connecting function blocks may not match. Please check the block input and output.

  • Query only non numeric values in a column

    How to query only non numeric values in a cloumn.
    For example:
    Table1 has a column1(col1)
    Values:
    Row Value
    1 27376
    2 47D99
    3 83039
    4 DKFI*
    5 3J6
    Query should retrieve only rows(2,4,5).
    Thanks! for help
    Murali

    Version 2(PL/SQL) above is not clear enough, It can be tuned to the following:
    -- Create a function
    Create or replace function IsVARCHAR(pCol VARCHAR2) return VARCHAR2
    AS
    vNumber NUMBER := 0;
    begin
      vNumber := to_number(pCol);
      RETURN NULL;
    Exception
      When Others Then
        RETURN pCol;
    End;
    -- To See VARCHAR values (alpha-numeric) only!
    SELECT col1 FROM tab1
    WHERE IsVARCHAR(col1) IS NOT NULL;
    -- To See NUMBER values only!
    SELECT col1 FROM tab1
    WHERE IsVARCHAR(col1) IS NULL;Versatility here with PL/SQL, but I personally like SQL versions.
    Thx,
    SriDHAR

  • ALV WebDynpro Hierarchy -Setting non-numeric values in the header level row

    Hi Experts,
    When setting up an ALV table as a table hierarchy the standard ALV settings only seem to allow for numeric values to be displayed in the higher hierarchy levels. Is there a way to also set the values for some non-numeric columns into these higher-level rows - programmatically or through the ALV Settings?
    Example: I have delivery item level data in my context and the delivery number as a hierarchy column. Some columns in my context however actually come from the delivery header e.g. delivery block, delivery priority, ship-to etc and I would like to display these in the collapsed header rows of the delivery number.
    It seems obvious to me that this should be doable otherwise if you are looking at at a list of hundreds of deliveries and all you see besides the delivery number is numeric data such as sums & totals, it's kind of hard to know which delivery you might want to expand the sub-level for.
    Please help,
    Peter

    Hi,
    Even we have faced the same issue.
    In ALV hierarchy, we cannot display data at header items/levels. this is a constraint in ALV. You can achieve the same usign TABLE UI element.

  • Unable to display alphanumeric final score in the appraisal template

    Hi
    Our business appraisal template consist of two areas - Objective and Competency. As a new requirement they want the final score to be a combination of these two which results in alphanumeric scoring. (alphabet for Objective and numeric for competency)
    We were able to do the final calculation but the problem arised when trying to display the alphanumeric result in a text field, since the template is not supporting the non numeric values.
    Is there any configuration that has to be done to create a alphanumeric field in the template.
    Regards
    Sasha.

    Any help will be appreciated.

  • Trying to create non-numeric key figure in Query

    Hello, I am trying to add a formula into my BW Query that will return a non-numeric value.
    My cube will be used like a standard BW cube 90% of the time, but there is one query request that wants to display atomic data and have non-numeric categories determine at time of query run.
    Example:
    Field A has integer values
    Key           Value
    Record 1     -1
    Record 2      2
    Record 3      6
    I want to add a calculated field with the following logic:
    If Value is <= -1 then display "Early" else if Value is >-1 and <=5 then display "On-Time" else if Value is > 5 then display "Late".  The -1 and 5 values will be replaced with variables that will be required on the selection screen.
    This would return a grid as below:
    Key           Value    Calculated Field
    Record 1     -1           "Early"
    Record 2      2           "On-Time"
    Record 3      6           "Late"
    I haven't been able to figure out how to set up this field.  Any ideas?

    Hi,
    check these help links
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/da1640dc88e769e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/95/1ae03b591a9c7ce10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6305e07211d2acb80000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6312e07211d2acb80000e829fbfe/content.htm
    It's a big topic so it's not possible to write everything here.
    You can search the forums also.
    Thanks

  • FM WHICH adds leading zeroes to a non numeric input

    hi i need the<b> fm name</b> which will add leading zeroes to anu non numeric input
    say
    input is <b>ABC</b>
    SO MY OUTPUT SHOULD BE
    <b>000000000000ABC</b>
    URGENT
    NEED A FUNCTIOJN MODULE NAME

    i think no fn module is there for non numeric values to add zero do like this..
    data : text(20) value 'ABC',
           len type i.
    compute len = strlen( text ).
    len = 20 - len.
    do len times.
    concatenate '0' text into text.
    enddo.
    write : / text.
    regards
    shiba dutta

  • How to get numeric values

    I need to filter out certain numeric values from a column.
    The column has mix values of 1, 02, MA, sentences, A, 500.00,
    2059678974, 006702.
    I used IsNumeric() to filter out non-numeric values like A or
    sntences, MA, etc. But I also need to filter out 1, 2 and 3 digits
    numbers and floating typed number (234.00 or 324,345)
    Can anyone tell me what function can I use to get a pure 4 to
    6 digits number?

    A much better way to do this is:
    <CFIF REFind ("^[0-9]{4,6}$", yourString)>
    <!--- It's good. --->
    <CFELSE>
    <!--- It's bad. --->
    </CFIF>
    However, the BEST way is to select these columns right in the
    query.
    Most RDBM's can easily do this. Syntax depends on which RDBMS
    you are using.

  • Filter Numeric Value between Character

    Dear All
    I have a field name "ControlName " in SQL Server 2012 table.  How do I get the int value after 'B' and before 'C' from
    ControlName
    AB123C7
    B1234C9
    I want to get result like
    ControlName
    123
    1234
    Thanks in advance
    Regards

    I have come across one solution from stackoverflow with XML Path to remove the non numeric value from a string and I modified the code to work for you as an example:
    create table test (ControlName varchar(100))
    insert into test values( 'AB123C7'),('B1234C9') 
    ;with processTable as (
        select  Cast(ControlNameNum as int) ControlNameNum    
        from test    
               cross apply (
                select (select C + ''
                from (select N, substring(ControlName, N, 1) C from (values(1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(11),(12)) Num(N)   where N<=datalength(ControlName)) t
                where PATINDEX('%[0-9]%',C)> 0
                order by N
                for xml path(''))
            ) p0 (ControlNameNum)  
    SELECT  ControlNameNum 
    FROM processTable
    drop table test
    http://jingyangli.wordpress.com/2014/03/18/a-sample-to-remove-non-numeric-values-from-columns/
    http://stackoverflow.com/questions/18625548/t-sql-select-query-to-remove-non-numeric-characters

  • How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values?

    How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values? I'm using the Integrator named "Projects - Transaction Import" and a custom Layout created based on the seeded Layout named "Transaction Import - Accounted". Do I need to somehow change my Layout to make the Document accept numerical values instead of requiring alpha-numeric values? I need to be able to populate the Document with a large amount of transactions and cannot feasibly go through every transaction to add the alpha-valued name of the account segment to every segment that requires it. The segments in particular causing the problem are "Expnd Type" and "Organization Name" which are both alpha-numeric and as such contain the segment number and name; I need to be able to only have to enter the Natural Account Number (6-digit number only) and the Organization Number (5-digit number only).

    How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values? I'm using the Integrator named "Projects - Transaction Import" and a custom Layout created based on the seeded Layout named "Transaction Import - Accounted". Do I need to somehow change my Layout to make the Document accept numerical values instead of requiring alpha-numeric values? I need to be able to populate the Document with a large amount of transactions and cannot feasibly go through every transaction to add the alpha-valued name of the account segment to every segment that requires it. The segments in particular causing the problem are "Expnd Type" and "Organization Name" which are both alpha-numeric and as such contain the segment number and name; I need to be able to only have to enter the Natural Account Number (6-digit number only) and the Organization Number (5-digit number only).

  • Restriction of goal / KPI values Weightage to 100% in an appraisal template

    Dear All
    In EHP4 scenario, How can we restrict the appraisal goal / KPI values weightage to 100% in an appraisal template.
    Can we configure or arrive at an solution for -- the weightage calculation of ( Company Goals + Team Goals+ Core Values + Individual goals ) = shoould be limited to 100%.
    Kindly suggest.

    weightings are controlled when you add the column to the template. 
    the application has logic so that it doesn't exceed 100% within the criterion group, each of your sections individual goals, team goals, corporate goals, will be setup as a criterion in your template with a free enhancement.
    then at the criterion level you can define weightings on the "element" level of your template. 
    so i think the best way you could make this work is with this example:
    individual goals = 50%
    team goals = 25%
    corporate goals = 15%
    corporate values = 10%
    employee and manager would not have control on the weightings above...
    then within each criterion group, as the employee adds things such as individual goals...
    they have control..
    so goal1  = 10%
    goal2 = 20%
    goal 3 = 70%
    (this 100% reflects 50% towards the overall appraisal weighting)
    and then the manager when defining team goals does weightings:
    goal 1 = 40%
    goal2 = 10%
    goal 3 = 10%
    goal 4 = 20%
    goal 5 = 20%
    then similar logic for corporate goals and values...

  • Ascii value of a non numeric string  literal

    hi,
    i would like to get the ascii value of a non numeric string
    having special characters from extended ascii set.
    for example i have a user id "J��o M��" and i want to get the ascii value of each character in this string.
    (There are special characters having ascii value more than 127, present in string literal)
    if you know some methods to do that ??
    thanks

    Use charAt(i) to give you each char in the string. A char is also the numeric value of the character: note that there's no such thing as "extended ASCII" -- ASCII is the first 128 characters of Unicode, and Java uses Unicode characters.
    String str = "Hello";
    for (int i = 0; i < str.length(); i++)
        System.out.println((int) str.charAt(i)); // cast to int so the char is displayed as a number

Maybe you are looking for

  • How do I add an email address to my contacts

    I want to add an email address to my iPhone contacts. How do I do that?

  • Another iCal bug

    I have noticed several times that when I create a new event, it shows up as such, but then it is impossible to edit that event, even the name of it cannot be changed. Only way to make it work is to quit iCal, restart and then change the info for that

  • Dynamic position of an image at the right bottom of the browser window

    Dear Dreamweaver-community, I'm trying to have an image positioned at the bottom right of a html-page. It is embedded in a table so that it doesn't interfere with the rest of the site's content (which it would if I simply used an absolute position).

  • How to call standard form from your custom forms

    Hi, I submits concurrent program(SRS) from custom form and then i would like to call view requests standard form rather navigating manually? Please can anyone tell me how to do above? Thanks ESL

  • Connecting to mass storage and printers on another router

    I have my wireless router connected to another router that router is connected to the internet. My wireless connection works fine getting to the internet, but I am unable to see the other items connected to the first router. This would be my network