How to convert lower case letter to upper case letters

hai all,
How to convert lower case letter to upper case letters??
Thanks & Regards,
suresh

Hi Suresh,
Include ALL_CAPITAL in the RSKC Tx.
Also try this code in your Transfer rule,
TRANSLATE TRAN_STRUCTURE-(Info Object Name) TO UPPER CASE.
RESULT = TRAN_STRUCTURE-(Info Object Name)
Hope this solves................

Similar Messages

  • How to convert lower case to upper case?

    Hi,
    How to convert lower case letter to upper case and vice versa?

    TRANSLATE
    Variants:
    1. TRANSLATE c TO UPPER CASE.
    2. TRANSLATE c TO LOWER CASE.
    3. TRANSLATE c USING r.
    See String processing
    Variant 1
    TRANSLATE c TO UPPER CASE.
    Variant 2
    TRANSLATE c TO LOWER CASE.
    Effect
    The first variant converts all lowercase letters in c to uppercase. The second variant converts all uppercase letters to lowercase.
    Example
    DATA letters(3) TYPE C.
    MOVE 'abc' TO letters.
    TRANSLATE letters TO UPPER CASE.
    letters now has the contents 'ABC'.
    Note
    The classification of upper- and lowercase, and the actual characters used are determined by the current text environment (see SET LOCALE LANGUAGE). Problems may occur when the system converts the characters, if the wrong language has been specified in SET LOCALE LANGUAGE, or if data has been processed that does
    Variant 3
    TRANSLATE c USING r.
    Effect
    Replaces all the characters in the field c according to the rule in field r. c1 containscharacter pairs. The second character in each pair replaces the first. If r does not contain a character in c, this character remains unchanged. r can also be a variable.
    Example
    DATA: letters(20) TYPE C VALUE 'abcabcabcXab',
          change(15)  TYPE C VALUE 'aXbaYBabZacZ'.
    TRANSLATE letters USING change.
    letters now contains 'XaZXaZXaZXXaZ'.
    REWARD IF USEFUL

  • How to Convert Lower Case name to Upper Case?

    Hi Friends,
    I have a requirement in my Application.
    When User gives Student's name in Lower Case, always convert to Upper case and send it to SAP(R/3).
    How is this possible?
    Can anyone help me out in this regard,if possible please provide some sample code so that i can understand a bit clearly.
    Thanks and regards,
    Chandrashekar.

    Check for java String methods.
    http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html
    String nameString = "Name".toUpperCase();
    or
    String nameString = nameString  = wdContext().currentContext().getName().toUpperCase() ;
    Regards,
    Sridhar

  • Conversion of lower case letters to upper case in ABAP

    Moderator message: when you've got your answer to this, find out how to do it the other way for the subject of your posts!  Please do not use ALL CAPITALS as subject
    Hi Experts
        How to convert lower case letter to upper case letter in ABAP
    Edited by: Matt on Feb 13, 2009 6:55 AM - subject changed

    Hi,
    Check the below syntax
    TRANSLATE text {TO {UPPER|LOWER} CASE}
                 | {USING pattern}.
    Regards,
    Anki Reddy

  • Upper and Lower case letters

    Hi Folks
    I  have lower case letters coming in lot of fields - The lower case letters are coming in Key and Data Fields. In short my 90% od the infoobject have this challenge.
    I know I have following 2 options
    (1) Convert to upper in transformation
    (2) change the infoobject setting.
    I read couple of messages and I know putting "Convert to upper" in routines is a better option.
    Now I am trying to look why the option 2 is not good.
    I can guess the following reasons but I am looking for an SAP help document which can confirm the same.  Or if any users have experinced this issues when you allow lower case letters.
    (a) F4 list can take longer, this can impact query perfromance
    (b) Indexing can take longer.
    (c)Search will become case sensitive- SAP gives a warning when you switch on lower case letters.
    regards
    Poonam

    Hi Folks
    I  have lower case letters coming in lot of fields - The lower case letters are coming in Key and Data Fields. In short my 90% od the infoobject have this challenge.
    I know I have following 2 options
    (1) Convert to upper in transformation
    (2) change the infoobject setting.
    I read couple of messages and I know putting "Convert to upper" in routines is a better option.
    Now I am trying to look why the option 2 is not good.
    I can guess the following reasons but I am looking for an SAP help document which can confirm the same.  Or if any users have experinced this issues when you allow lower case letters.
    (a) F4 list can take longer, this can impact query perfromance
    (b) Indexing can take longer.
    (c)Search will become case sensitive- SAP gives a warning when you switch on lower case letters.
    regards
    Poonam

  • Converting capitalletters to low-case letters?

    How do I convert capitalletters to low-case letters i a word?
    Example:
    String bANanA;
    The goal is to convert bANanA to banana.
    More examples:
    MiSsiSSippI ---> mississippi
    henRIX ---> henrix
    and so on...

    There is a method in the String class called toLowerCase(), it returns the current string in lower case.
    Example:
    String upperCase = "TesTinG";
    String lowerCase = upperCase.toLowerCase();
    That's it!

  • How can I save a jepg file in lower case letters? I check the use lower case box in preferences but it's not happening. PSCC

    how can I save a jepg file in lower case letters? I check the use lower case box in preferences but it's not happening. PSCC

    Let's try a preferences reset: (Windows)
    Press and hold Control - Shift - Alt immediately upon cold-starting Photoshop.  If you get the keys down quickly enough - and you have to be VERY quick - it will prompt you to confirm deletion of your established preferences, which will lead to them all being set to defaults.

  • Is Central Search Searchable Via Upper and Lower Case Letters

    Good evening,
    Does anyone know if Central Search is searchable using both upper and lower case letters?  We have the functionality enabled and can only bring back search results when we use upper case letters.  When we search on the same marketing object using lower case letters, we do not get any results. For example, TK2292 brings back marketing object TK0002292 but tk2292 does not bring back any results.  Advanced Search appears to be able to handle both search scenarios.  Any guidance would be greatly appreciated. 
    Regards,
    Gregg

    Hello,
    Did you put a breakpoint in the query method to check what you receive in the field 'marketing object' when you start from the central search of the advanced search?
    Is it different?
    Regards,
    Fred

  • Can get lower case letters when using bios

    I purchased a used macbook air.  Changed the user to me but never changed the old user password.  I recently autorize an update and I can't get in without a password.  I never changed the old user password and newer assigned a password to my name.  Now I can't get in.  I tried going to the bios but I only cant type upper case letters and no lower case letters.  Can someone help me as to how I can type lower case letters when I start the bios?

    Unfortunately this is often the case, particularly if the field is not properly identified as a password field, and is true for both Web pages as well as (poorly designed) BlackBery applications.
    I've just gotten into the habit of typing the first letter of my password, then hitting the [Del] key, then typing in my full password all the time!
    Jerry

  • Batch Master Creation with lower case letters

    Hi,
    While creating batch master via msc1n, sytem automatically change lower case letters of bach ID to upper case letters.
    Can anyone please guide me, where are the settings in the system for this change?
    Regards,
    M.S.Baraneedharan

    Conversion Routine
    Conversion takes place when converting the contents of a screen field from display format to SAP-internal format and vice versa and when outputting with the ABAP statement WRITE, depending on the data type of the field.
    If standard conversion is not suitable, it can be overridden by specifying a conversion routine in the underlying domain.
    A conversion routine is identified by its five-place name and is stored as a group of two function modules. The function modules have a fixed naming convention. The following function modules are assigned to conversion routine xxxxx:
    CONVERSION_EXIT_xxxxx_INPUT
    CONVERSION_EXIT_xxxxx_OUTPUT
    The INPUT module performs the conversion from display format to internal format. The OUTPUT module performs the conversion from internal format to display format.
    If a screen field refers to a domain with a conversion routine, this conversion routine is executed automatically each time an entry is made in this screen field or when values are displayed with this screen field.
    I have to correct myself . if the entry in small letters is allowed or not is already defined in the domain of the field.
    You can see this in  SE11.
    set radio button to Domain and enter CHARG in the domain field and click display.
    in the definition tab you can see a box for Lower Case, which means that lower case entries are only allowed if this box is activated. (btw: the field for the conversion routine can be seen  above)

  • Requirement Tracking numbers - Lower case Letters

    Hi Experts,
    Normally Requirement Tracking numbers are saved in both PR and PO as Upper Case Letters eventhough we have entered lower case letters. I have a checked in QA Client, that is true.
    But i have a issue that one PR has invalid lower case letters in Requirement Tracking Number.
    Can you suggest the various possibilities, that how it will be?? and how can we change?
    - Prabhu

    If your using 10.6 and don't have the disks, you can use this method
    Snow Leopard 10.6 password reset, no disk method

  • Ignoring lower case letters

    Because I like how it looks, I will type most of my text on
    some pages in all lower case letters. When I spellcheck, DW stops
    at the begining of every sentence and wants to correct the
    "mistake" of a lower case first letter. Is there a way I can get DW
    to ignore this. It's not that big of a deal, but it is kind of
    annoying. Thanks for your help and time,
    Dale.

    It doesn't look like the code you wrote will dothat.
    And that tells me you haven't tried to implement it.
    If you don't know how to do it yourself, how is it
    you're going to tell if something else doesn't work?
    After adding a little something to it, it worked. I wasn't trying to be rude, it just looked liked it wouldn't do what I was trying to do. Thanks for the help.

  • Can I make the keyboard display lower case letters?

    Sorry for possibly a totally n00bie question....I'm completely new to Apple products. I just bought my first Apple product yesterday, iPad Air (full size).
    My question is in regard to the virtual keyboard. It displays the letters in upper case, so it makes it difficult to determine between upper and lower when I press the shift key because it doesn't look any different.
    Is there a way to make the keyboard display lower case letters when in lower case mode and vica versa for upper case?

    In my opinion, this is still one the silliest oversights in design by Apple.  They can make the little switch button on flashlight icon in the control tray toggle between up and down, but they can't toggle the case of the letters to reflect the status of the Shift key?  Seriously...without actually using your phone, can you tell me which icon represents Shift being enabled?  Is it the black arrow with the white background or the white arrow with the grey background?

  • Cant type lower case letters

    I'm using Elements 8 and no font will type in lower case. All lower case letters are upper case only shorter. Any reason for this??

    Double click on the text layer in the layers panel and press Shift+Ctrl+Y (Shft-Cmd-Y) and see if that clears things up.
    If that doesn't work try resetting the text tool by clicking on the small downturned arrow in the tool options bar and choose Reset Tool.
    Also check that the Caps Lock is not on.

  • SOME of my lower case letters won't type!help

    I'm having this problem. Some of my lower case letters won't
    type in Dreamweaver. I even erased the site. But my new one
    I can't type lower case either.
    HELP - any Ideas welcome

    I recommend you contact Adobe directly and use one of your
    one-on-one
    support incidents.
    http://www.adobe.com/support/programs/dreamweaver/index.html?tab:contact=1
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "RRiicckk" <[email protected]> wrote in
    message
    news:el2ate$gpp$[email protected]..
    >I started to enter a new site and the program does not
    let me type it in
    > the box, and so it must have something to do with the
    program.

Maybe you are looking for

  • Negative sign before amount in report display(urgent)

    i have one condititon in a rerport that if SHKZG is debitor then before that amount no sign means positive and if it is creditor then a minus sign should come before tha amount in list display. for example- if rs 100 is credit then it should display

  • Filter object IDOC

    Hi ,          for message type COND_A we are trying to restrict it using filter object. But instead of hardcoding it we want to use the range inclusion and exclusion kind or from a table. So we are looking for an user exist to implement this. Which u

  • My imessage isnt working ever since my update on my iphone

    how can i fix my imessage that isnt working?

  • Moving from one pc to another

    is there aeasy way of moving all playlists and downloaded records etc from a old pc to a new one without using CD or DVD writers etc

  • Ldifwrite: Invalid password

    Hi, I am getting invalid password when i run ldifwrite command. I am able to login to OID using the same password with user orcladmin, but when i use that password while running ldifwrite i get an error. Could someone tell me what i am doing wrong he