Force Upper Case on Fields

In trying to stay in line with the processes of our company and the Oracle eBusiness suite, is there anyway to force users to enter specific fields in upper case versus lower/mixed case?
Thanks,

Hi,
Not easily unfortunately, there is a work around requiring field validation. e.g:
(FindNoneOf((FieldValue('<AccountName>')),"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")) = 0)
In your case obviously you want the letters to be lower case. Then put a good error message and you're away, this needs to be on each field though.
Thanks
Oli @ Innoveer

Similar Messages

  • Force Upper Case - Field Validation

    I have seen a post regarding forcing upper case only on Account Name or any other text field but I am still having trouble with the exact syntax. Has anyone had any success in doing this? Any help would be apreciated...Thanks

    Hi,
    Not sure what is the problem you face. The above throws error even if it finds one small character letter in the Account Name which means forces all as upper case. I assume that is what you are looking for
    -- Venky CRMIT

  • Force Upper Case on Account Name

    Hi
    We want to force upper case Account Name. Can we do this using post default value of Field Set up..I see function UPPER.. what is the syntax..
    Appreciate ur help..
    Regards
    Sundar

    Having the same problem i have the following which works if the information is all lower case but if there is an uppercase value in the infomation it then doesnt see this as an issue.
    FindNoneOf([<IndexedShortText0>], "abcdefghijklmnopqrstuvwxyz")>0
    Under Field Validation Error Message i have "Please enter in Caps"

  • Store entries in a table in UPPER CASE only

    Is there any ay where we can ensure that entries in a character type field in a table is always stored in the upper case?

    Leave lowercase checkbox in domain blank.
    However this will not make your entire table filled in upper case, point fields to the data element and the data element to the domain, in all the domains uncheck the lowercase box.

  • How do I make my text field automatically upper case?

    How do I make my text field in a form automatically upper case?

    Use the following as the text field's custom Keystroke JavaScript (choose a Format type of Custom):
    // Keystroke script for text field
    event.change = event.change.toUpperCase();

  • I need to tanslate a field into upper case

    Hello :
    i would like to ask one favor i am trying to make a selections of data.
    i have a RFC function that recieve a parameter and this parameter is used in selection of data.
    for example when i send the parameter i transalate this into upper case using TRANSALATE VARIABLE TO UPPER CASE, so when i make the selections of the information i found all those data that also have upper case information in this field , but when one of that fields doesn't have upper case i can't find the information.
    The problem is that the table has both information upper-lower case.
    if somebody knows how to fix this problem i will appreciate .

    One way to handle this if you can't control how the data is entered and the table is not too big, is to get all of the data into an internal table, translate the variable, then loop at the internal table and translate the field that you want to compare to upper case, then do the comparison, if not satisfied, then delete it from the internal table.
    Translate v_parm to upper case.
    select * into table itab from ztable.
    loop at itab.
      translate itab-fld1 to upper case.
        if v_parm <> itab-fld1.
          delete itab.
          continue.
        endif.
    endloop.
    Regards,
    Rich Heilman

  • Hi one pressing enter the fields are converted to upper case

    hi
    in table maintiance module pool program i have created thre are three fields
    kunnr name1 and email id
    now on pressing enter on maintiance screen the all the theree fields are converted to upper case i want to avoid this conversion to upper case....
    pls suggest
    and on pressing enter PAI is callled i want to avoid pai being called at this point of time
    regards
    Arora

    yes i have activated the table
    for tabel mantiance generater it is coming as disble so i suppose no need to gernereate table mantiance gerneartor again/
    ys in dynpro for shp to name uppe or lower case check box is checked but it is coming as disabled.
    pls suggest  how to delect it and wht does upper/lower case check box in special attributed means?
    regards
    nishant

  • Field validation only for UPPER CASE

    Hi Experts,
    my requirement is one field needed to be validate , it is coming from portal,
    and that string must be only UPPERCASE, if it is lower case error message is needed .
    like'only enter capital letters  ' .
    plz give me logic for upper case.
    Thanks.

    hi 
    you can go with following code...
    ITS A WORKING CODE WITH MY OWN DATA.
    you are getting w_source from portal
    data: w_char type string.
    start-of-selection.
    w_char = w_source.
    translate w_char to upper case.
    if w_char <> w_source.
      message 'only enter capital letters' type 'S'  display like 'E'.
    endif.
    regards

  • Set Oracle to force searching string by upper case

    Our application using Oracle 11.1 and Hibernate. Data store in our database in mix cases. many of our queries are like select first_name from persons where upper(first_name) like 'DAV%'
    It returns Dave, DAVE, dave, David, DAVIE etcAccording to our developers, Hibernate does not send query select first_name from persons where upper(first_name) like 'DAV%' it only doesselect first_name from persons where first_name like 'DAV%'This only return DAVE and DAVID.
    Question: Is there a way to set Oracle, at database level or table level, to always search by upper case, that is, select first_name from persons where first_name like 'DAV%' is converted to select first_name from persons where upper(first_name) like 'DAV%'

    Yes, there is a way. New in 10GR2....
    You can set NLS_COMP.
    http://www.orafaq.com/node/91
    I tested it and it works well...
    Example: SQL>  alter session set NLS_COMP=ANSI;
    Session altered.
    SQL> alter session set NLS_SORT=BINARY_CI;
    Session altered.
    SQL> select name from names where name = 'Johny Jacobson';
    NAME
    Johny Jacobson
    johny jacobson
    JOHNY JACOBSONI hope you find this helpful.
    ji li

  • 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

  • Submit report - problem in upper case

    Hi Experts,
    I need to submit RCSBI040 in my report and pass the file value from my report to RCSBI040. The thing is the file value goes with upper case.But i need to send what the value am giving that value only go to RCSBI040 field filename.
    Please can you help me out.
    Thanks in advance...
    Regards,
    R P R Kumaar.

    Hello,
    Does it really matter...   Even if u enter in lower case it will be converted to upper case
    check this by executing program  RCSBI040 and enter some path and press enter.. You will see that it gets converted to upper case.
    Enjoy SAP,
    Pankaj

  • How to cast a fieldinput value to upper case.

    Im not a java programer I guess that this must be a silly thing.
    Im searching data in R/3 from 2 fields 1 numeric and the other alphanumeric. This alphanumeric fields if I put it in upper case works, if I wirte it in lower case doesnt works.
    In R/3 when I test the FM doesnt matter if I put it lower or upper case, it works fine.
    so I wanna know how can I in WD cast the value that I put in that fieldinput be converted to upper case when I hit the search button.
    Thx

    > Im not a java programer I guess that this must be a
    > silly thing.
    >
    > Im searching data in R/3 from 2 fields 1 numeric and
    > the other alphanumeric. This alphanumeric fields if I
    > put it in upper case works, if I wirte it in lower
    > case doesnt works.
    >
    > In R/3 when I test the FM doesnt matter if I put it
    > lower or upper case, it works fine.
    >
    > so I wanna know how can I in WD cast the value that I
    > put in that fieldinput be converted to upper case
    > when I hit the search button.
    >
    > Thx
    Hi,
    When you test the FM in SE37 in R3 there is an option at the top of the screen Called Uppercase/Lowercase - this controls whether the input is automatically converted to upper case for alphanumeric fields.
    The other option you have, if it is a custom FM, is to translate the input of the alphanumeric fields in the ABAP - it is quite common to have to translate or convert input data to make sure it is in the same format as the backend system.
    I prefer to do this sort of conversion on the backend system as usually you have a better guarentee that it will be in the correct format, than if you do it in the Java element.
    Just my opinion,
    Gareth.

  • HT1338 My MacBook Pro (running Leopard 10.5.8) won't allow keyboard to type an upper case 'C' using the shift key...works fine with caps lock, or, with my Typinator workaround using double-typed lower case c (not always best). Any ideas?

    My MacBook Pro keyboard won't type an upper case 'C' using the shift key... only with caps lock. Workaround has been to use Typinator by typing a double lower case c, not always the best solution. Mac is a refurbished model, which initially was fine. Apple tech helped me correct the quirk when it first appeared, but now it has returned and refuses fixes. Any ideas?

    I'm willing to bet that this has something to do with iCloud.  I've been facing a frozen computer nearly every time I go into it. 
    In Activity Monitor I have seen two programs associate with iCloud that take up about 2.5 GB of memory (I only have 4 in the computer) -- causing everything to freeze.  One of these is called "iCloud Helper" and the other one is something like "Address Book Sync helper" -- I see parts of these names in the stuff you have posted.
    I am at my wits' end with these and have written to Apple asking them to do away with these or fix them.  To get rid of the Address book sync thing I have gone into system preferences for iCloud and unchecked Contacts -- but then spontaneously it gets rechecked.  And oftentimes after I Force Quit the iCloud helper, it spontaneously turns on again.  My conclusion --- the iCloud is basically unusable.  It turns a Mac into the most useless, clogged, sluggish PC.  If this is happening to a lot of people's computers -- and I see no reason why yours or mine should be an exception -- these programs just might destroy Apple itself. 
    So -- I'm about to completely give up on iCloud, and I suspect that others will too unless this gets fixed.
    Cheers,
    Bob

  • Problem in converting into upper case urgent

    hi,
    i  working on module pool program.
    in the initial screen there is two fields one is number one is name.
    if i enter the name in the name field it is automatically converting into upper case,
    but in this case my select query is not working,how to solve this,i mean i have to take same as it is what i entered.
    kindly give me suggestion.it is urgent issue.i have to delever today.
    Thanks,
    mohan.

    hi
    in the Report to handle like this situation.. we use the extentions to the parameter  as  LOWER CASE .
    parameters p_t type char10 LOWER CASE .
    i think in the Module pool also.. we can do this in Properties of the FIELD... once check the Properties of the field... there  could be a chance.
    hi
    <b>there is field <b>checkbox called UPPER/LOWER CASE</b>at the bottom of the properties... if tick this u r porblem will be solved</b>
    Please Close this thread.. when u r problem is solved
    Reward if Helpful
    Regards
    Naresh Reddy K
    Message was edited by:
            Naresh Reddy

  • Web template with Upper case

    hi guys I have a scenario that I wanted my project description to be upper case, so I went to transfer rules and converted the info object description to upper case, now when I go to my report and click selection all the project desciption shows in upper case.
    what i want is the selection criteria to force itself to be upper case,
    For e.g.
    If the user enters lower case it would still search upper case (as the data is now all converted to upper case)
    The variable is query designer, can this be done in the query designer or web template and if this cant be done ?

    used a customer excit variable and whatever the user enter convert it to upper case for search in query designer.

Maybe you are looking for

  • Unable to capture audio from BlackMagic HD Extreme via Voice Over tool

    Hi ! I'm trying to capture audio via my BlackMagic HD Extrem card using the Voice Over tool in FCP6, but I can't, no audio is incoming. I can ingest audio with video using log and capture, then I know my card and my cables are working. I tried to set

  • How do I get my "play" button to work on my bluetooth keyboard?

    I am using a Mid 2010 21.5" iMac running Mountain Lion. I recently had my HDD replaced by Apple because of the recent 1TB Segate Drive recall and now I cannot use my pause/play, skip, and back buttons on my apple wireless keyboard. I can use them as

  • Mail.app stopped receiving new mail from Exchange

    The mail server is Exchange 2007 It just happens every 20ish hr Tried connection doctor and not help. Only way to workaround this is you realize no new mail for a while then manually restart Mail.app.

  • Workbook in 3.5 version is not reflecting with changes made to structure

    Hi Guys, I have changed a structure in a query by removing reference in Query Designer 7.0 by adding couple of fields and Query is displaying newly added fields in 3.5 Bex Analyzer. This query is used in a 3.5 vers workbook, but this workbook is not

  • Number to word

    Hi all, I have seeing several posts with the subject I am trying to follow what I read so far and here is what I am using: <?xdoxslt:toWords_Amt(sum(TERM_ITEM_AMOUNT))?> However I am getting an error when previweing java.lang.reflect.InvocationTarget