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

Similar Messages

  • 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

  • How to make form field read only for users with certain permissions

    We need to make two form fields read only for users with certain permissions. Kindly guide me on how to do this in Infopath. I searched and there is an option to disable to the column, but no option to select user permissions. 
    Please give your suggestion on this. 
    thanks.

    Hi,
    See the link below:
    http://info.akgroup.com/blog-0/bid/69277/InfoPath-Restrict-visibility-to-users-in-a-SharePoint-Group
    Here you can add the fomatting action on the field to disable the field if those users belong to certain Sharepoint group (does not matter the permission levels though). Hope it helps.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • I am based in India, how do i buy from the app store using an indian credit card? The app store is saying that my apple id is valid only for US purchases and that I need a US credit card!

    I am based in India, how do i buy from the app store using an indian credit card? The app store is saying that my apple id is valid only for US purchases and that I need a US credit card!

    snigdhachavan wrote:
    so does this mean i cannot download anything from the app store.. ...
    Not the US Store... if you are in India.
    snigdhachavan wrote:
    ... i wanted to buy the Mac OS X Lion... how do i do the purchase?
    http://www.apple.com/in/mac/app-store/

  • Acro 9 Pro/CS3 new install - "action valid only for product that is currently installed"

    Hi,
    I successfully installed CS3 on XP/SP3 followed by the Acrobat 9 Pro upgrade to 8 that was included. The install seemed fine, and I activated Acrobat 9. However, when I click the start menu icon created by the installation, the got the message "action valid only for product that is currently installed". In addition, the standard IE integration is not present. Starting a repair from the Acro Help menu doesn't seem to do anything, and the product does not appear in Control Panel Add & Remove programs.
    I can start Acr 9 by navigating to the .exe in Program Files, but really need to fix the install.
    Has anyone seen this and fixed it?
    Also, if I (hopefully not) have to manually uninstall and reinstall, does anyone know
    - how to manually uninstall Acro 9
    - if uninstall destroys the activation I've already completed?
    Thanks much,
    Gordon

    CS3 comes with AA8, not AA9. I don't know where you got AA9, unless it was a trial. As far as I know, there was no packaged upgrade to AA9 with CS3. Others can confirm that I guess. You probably need to uninstall AA9 and reinstall AA8. Then update AA8 to the current version, AA8.1.4. Bill

  • Calling Function Module for upper case to lower case in Transformation

    Hi all,
    We have the data load happening everyday for the Account Receivables data. The DSO activation is failing because of the invalid characters. It gives the messages as below
    "Value 'bdmg0808dm' (hex. '620064006D006700300038003000380064006D00') of characteristic ZINVNUM contains invalid characters"
    We understood that the character ZINVNUM is maintained only for uppercase letter wherein the lower case check box is not ticked. We have a function module which is build within BI which can be used to permit non permitted characters including space. Just want to know how can I call this function module in a transformation and which is the best option to call the function module(start routine/end routine).
    Regards
    Vijay

    You can use statement in end routine to convert text to upper case. No need of calling any function module. Just loop through records of RESULT_PACKAGE and for that particular field convert text using below statement.
    LOOP AT RESULT_PACKAGE.
    TRANSLATE RESULT_PACAKGE-/BIC/ZNAME TO UPPER CASE.
    ENDLOOP.
    Edited by: ABHIJIT TEMBHEKAR on Nov 14, 2008 2:22 PM

  • Internal order valid only for a given period

    Dear All
    I s there are way to maintian a validity period for a statistical order ???  We want our marketing budget to be broken down based on the month, based on an internal order which is only valid for a month.
    Thank you
    Gayani

    Hi,
    Go to KO02, enter to the order, then Menu - Edit - Lock - Set (to unlock Menu - Edit - Lock - Undo).
    You can do it also for multiple I/O via KOK4.
    Regards,
    Eli

  • How to create validation only for created rows in tabular form

    Hi all,
    I have a simple question. Is it possible to create a validation for tabular form which will be fired only for created?
    There is a possibility in APEX 4.1 to choose two types of "*Execution scope*" first is "*For created and Modified Rows*" and second is "*All Submitted Rows*".
    Thanks in advance!
    Regards,
    Jiri

    Hello Jiri,
    >> Is it possible to create a validation for tabular form which will be fired only for created?
    You can still use the scope of For created and Modified Rows and use a PL/SQL Expression condition of:
    :APEX$ROW_STATUS = 'C'You also need to change Execute Condition to For Each Row .
    Hope it helps,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Unable to apply syntax for upper case in pdf form

    Hi All,
    I am unable to apply syntax in adobe livecycle design to conver the case automatic in upper case.
    Please help me how to do this as I am selecting form calc , clien and pasting the script but it does not work.
    or please share me your email id so that I can share my pdf form.
    Regards,
    Md Afsar

    The upper method needs a parameter.
    Use this script.
    $ = Upper($)

  • Search for upper case in Bex Queries

    Dear Gurus,
    I'm facing the following situation:
    I have a query from BW listing customers from a Infocube and it is displayed in uppercases, but when I click in the button filter in left panel from the characteristic Customer and type the customer name in lowercases it doesn't work anyway,
    What can I do to solve this problem?
    Thank you in advance,
    Fabio Purcino
    Brazil

    Hi,
    I've solved this problem by changing the function module RSD_CHA_BUILD_QUERY. I just added the following code before ENDFUNCTION.
      data: ti_where type table of rsdrs_s_where with header line.
      loop at e_sx_query-t_where into ti_where.
        translate ti_where-low to upper case.
        translate ti_where-high to upper case.
        append ti_where.
      endloop.
    Regards,
    Fabio Purcino

  • Format Arguments for upper case in Documaker

    Hi All,
    I have a DAL scripts which uses the XPath for customer. The customer names are coming in upper and lower came and some time mixed. I would like to make the first letter of the name ( first name, Middle name and last name) uppercase.
    from DAL reference book:
    Enter <> to capitalize the first letter of the resulting text. This flag is valid for the following codes and ignored on all others: %<>p, %<>A, %<>b, %<>B For example, if %p results in AM, %<>p produces Am.
    Cust_name_temp=" adam miline"
    Cust_name_temp= format(Cust_name_temp,,"%<>p") - this is not giving the result as "Adam Miline".
    Please help on the same.
    Debasish

    Hi,
    DAL does not have a direct function to do this.
    As an alternative,  the Move_It rule offers a Title Case format.
    thanks

  • Change screen field dynamically only for decimal places

    Hi,
    I have variable for which is declared to take upto 3 decimal places, my requirement is ...
    when this variable is getting populated for a particular screen i have to display decimal upto only 2 places, this data element is also used in other screens ao i cannot modify its domain directly...
    is there anyway i can do it dyanmically when values are getting populated on screen
    Regards,
    Prateek.

    Hi,
    If you want to use with WRITE statement:
    Effect of different DECIMALS specifications:
    DATA: X TYPE P DECIMALS 3 VALUE '1.267',
    Y TYPE F VALUE '125.456E2'.
    WRITE: /X DECIMALS 0, "output: 1
    /X DECIMALS 2, "output: 1.27
    /X DECIMALS 5, "output: 1.26700
    /Y DECIMALS 1, "output: 1.3E+04
    /Y DECIMALS 5, "output: 1.25456E+04
    /Y DECIMALS 20. "output: 1.25456000000000E+04
    If you want to use in ALV display - Fieldcatalog:
    *-Decimal places for Del Qty and Bag Wt
        IF p_fieldname = 'DELQTY' OR  p_fieldname = 'BAGWT'.
             ls_fieldcat-decimals    = '000002'.
        ENDIF.
      APPEND ls_fieldcat TO gt_fieldcat.
    Regards,
    ~Satya

  • Since updating my iPad Air to iOS 7.0.4 the keyboard only shows upper case.

    I have restarted with no change. Anyone else have this and how do I stop it?
    Going to try tonight to reinstall thru iTunes if it will let me. Maybe have to wait for next update? Hope not.
    Thanks.

    ThunderPig wrote:
    So now I'll change it to "How come Apple won't do it, make the keyboard display the letters in whatever case they are in?" I think it should be that way. But some won't so how about including it as an option?
    That I can't answer. However, you can let Apple know what you'd like to see here:
    http://www.apple.com/feedback
    Best of luck.

  • Why do I get Apple ID valid only for US?

    I have been trying to update my apps but I can't because I keep getting the message that I can only use my Apple ID in the US store. I AM IN THE US
    How do I get the ID to work and update my apps?
    Thanks

    Change iTunes Store Country on an iDevice
    1. Tap Settings;
    2. Tap iTunes & App Stores;
    3. Tap View Apple ID;
    4. Enter your user name and password;
    5. Tap Country/Region;
    6. Tap Change Country/Region;
    7. Select the region where you will be located;
    8. Tap Done.
    Also, see How to Change Your iTunes Store Account Location | eHow.com.

  • ERROR: UDLD is rejecting a config that is valid only for the copper port on

    I am getting while doing port-configuration. It is taking same configuration in rest nexus 5548 and nexus 5020. Except one nexus 5548.

    You can try to find someone in the U.S to give it or sell it to.
    You cannot use it.
    Sorry

Maybe you are looking for

  • How to track keystrokes

    Hi, I would like to know how to create an background application which can track keystroke as we are creating an application which records the ppt slide change time. And this log we are going to use it for another javaFX application. Thank you in adv

  • Windows 7 64Bit Says Connecting Majic Mouse ... and nothing happens.

    I'm trying to connect my majic mouse to windows 7 under boot camp on my macbook pro and after I locate the majic mouse and click connect for the magic mouse nothing happens. Is there a work around for this problem. I have tried rebooting windows and

  • Oracle VM 3.1.1 - Failed to start PVM machine

    Hi, We're using Oracle VM 3.1.1 on HP ProLiant BL460c G7 servers. We have a 2-node cluster running. We've just recently installed them, and succesfuly created PVM vms but when trying to start them we're receiving the following error on OVM Manager: S

  • JSR 168 portlets

    Hi, Once again I find myself struggling to keep on top of the bleeding edge of Portal technology - I remember developing PL/SQL portlets in WebDB 3.0 Beta when there was no documentation not too many years ago! I am working with a client that wants t

  • Installing flash player everytime the pc is turned on.

    I have to reinstall flash player everytime I use the laptop. Today I turned on the laptop tried to do the usual reinstal and kept getting the message to close internet explorer. I did so but keep getting the same message over and over. How do I resol