Changing the small letters to capital letters

Hai,
Experts,
  I retrieved the data from ADRC table into the Smartform. Then it displayed the data in small letters. How should i Change that Data in Capital letters.
Thanks & Regards,
Rathnam.

Hi..
use translate stmt..
<b>translate <fld > to UPPERCASE</b>.
The TRANSLATE statement converts characters into upper or lower case, or uses substitution rules to convert all occurrences of one character to another character.
Converting to Upper or Lower Case
TRANSLATE <c> TO UPPER CASE.
TRANSLATE <c> TO LOWER CASE.
These statements convert all lower case letters in the field <c> to upper case or vice versa.
Substituting Characters
TRANSLATE <c> USING <r>.
This statement replaces all characters in field <c> according to the substitution rule stored in field <r> . <r> contains pairs of letters, where the first letter of each pair is replaced by the second letter. <r> can be a variable.
For more variants of the TRANSLATE statement with more complex substitution rules, see the keyword documentation in the ABAP Editor.
DATA: T(10) VALUE 'AbCdEfGhIj',
STRING LIKE T,
RULE(20) VALUE 'AxbXCydYEzfZ'.
STRING = T.
WRITE STRING.
TRANSLATE STRING TO UPPER CASE.
WRITE / STRING.
STRING = T.
TRANSLATE STRING TO LOWER CASE.
WRITE / STRING.
STRING = T.
TRANSLATE STRING USING RULE.
WRITE / STRING.

Similar Messages

  • Iphoto shows two photo libraries with the same name, one in small letters the other in all capital letters. they both open the same library and the only one in my computer. How do delete the capital letrs one as the one in the pictures folder is in

    In my  iPhoto application when I select switch libraries It shows 2 libraries with the same name, but one has the name is in Capital letters.
    They both open the same library which is in the Pictures folder. This is the only library I can see and the name is not in capital letters?
    How do I get rid of the one in capital letters

    What is your iPhoto version?
    when I select switch libraries It shows 2 libraries with the same name, but one has the name is in Capital letters.
    In the Library Chooser Panel look for the pathes to the two duplicate libraries. You will see the location of the libraries in the path bar at the bottom of the window when you select one of the libraries. Does it show both libraries in the same folder?

  • I purchased an IPAD2 for my special needs daughter.  She only currently understands lowercase letters only and gets confused with the uppercase letters.  Is there a way to change the keyboard to display lowercase letters?

    I purchased an IPAD2 for my special needs daughter.  She only currently understands lowercase letters only and gets confused with the uppercase letters.  Is there a way to change the keyboard to display lowercase letters?

    There is no way for the keyboard itself to display only lower case letters. It doesn't display lower case letters at all for that matter.
    When you are using the keyboard - The other issue that you will have is with the shift key. Even with auto caps turned off you can still type capital letters if you tap the shift key and if you double tap it by mistake - it will turn into all capital letters so also turn off Caps Lock in the keyboard settings.
    Other than that, there is no way to ensure that you can type in lower case.
    Maybe an external bluetooth keyboard would be a better solution but I don't use one, and I have never even seen one in person so someone else will have to verify that for you.

  • Why my files name switch from small letters to capital letters?

    Hi guys,
    I've a weird problem working with Illustrator CS6. It doesn't happen all the times but sometimes my files name switch from small letters to capital.
    For example the file "file.ai" becomes "FILE.AI"
    What could be the reason?

    I'm on a Windows 7 PC, and am having the same problem. Here is what I have discovered so far:
    The file name is changed to lowercase only when the following things happen:
    The file is opened outside of Illustrator using Windows Explorer ( or other file directory), however, the file must be in the results of a search. For instance, if I type in the search window the word "Dog", all files associated with that query will show in a list. Clicking on an .ai file in that list produces a lowercase file name in Illustrator.
    Selecting the same file in the Windows Explorer without a search ( manually navigating to that file) does NOT produce a lowercase file name, or opening the file directly using Illustrator's file system will NOT produce a lowercase file name.
    Ive tried this on several different machines in the office and have had the same results. Also, it appears that the length of the file name doesnt have any effect on the phenomenon. I have had this happen with single letter names as well as extra long ones.
    Try this out and see if you are getting the same results. I have tried this on several machines here at the office. All of them are Windows 7 ( 64bit) running CS5.5

  • Can we change the Section heading in Lower letters

    Hi All,
    Can be change the heading of the section group according to our requirement.
    For example i want to add heading as Summary.
    Currently it is coming as all upper case letters.
    Please Suggest?
    Thanks,
    Malkit Singh

    Hello Malkit,
    To distinguish the header from the name of the fields a header is always capitalized even if you provide a fixed text in small letters in the UI Designer.
    Sorry,
       Horst

  • How to map small letters  with capital letters????

    Hi,
    In my application i have to filter the element in the JList.......
    The filtering techniques i used have done the correct job .....
    But i had the problem that Jlist contains the elements with Titlecase...when i give the small 'a' in the textfield i should require to display element with starting with A element
    DocumentListener listner = new DocumentListener() {
    public void insertUpdate(DocumentEvent e) {
    javax.swing.text.Document inse = e.getDocument();
    try {
    lastsearch = inse.getText(0, inse.getLength());
    filter(lastsearch);
    } catch (Exception tt)
    tt.printStackTrace();
    public void removeUpdate(DocumentEvent e) {
    javax.swing.text.Document inse = e.getDocument();
    try {
    lastsearch = inse.getText(0, inse.getLength());
    filter(lastsearch);
    } catch (Exception tt)
    tt.printStackTrace();
    public void changedUpdate(DocumentEvent e) {
    jTextField5.getDocument().addDocumentListener(listner);
    jList1.setModel(listmodel);
    the filter method contains the following code;
    void filter(String search) {
    listmodel.clear();
    for (Object element : collect) {
    if (element.toString().indexOf(search, 0) == 0) {
    listmodel.addElement(element);
    //fireContentsChanged(this, 0, getSize());
    private void fireContentsChanged(student aThis, int i, Dimension size) {
    // throw new UnsupportedOperationException("Not yet implemented");
    My listmodel and collect contains the following elements
    Aruna
    Anub
    Sivekumae
    pls help me out
    Shanthy

    you are comparing strings with
    if (element.toString().indexOf(search, 0) == 0) {what you can do is do something like
    if (element.toString ().toLowerCase ().contains (search.toLowerCase ())) {All the converting toLowerCase is just so the caps are ignored. If you really want starting strings only, you use startswith instead:
    if (element.toString ().toLowerCase ().startsWith(search.toLowerCase ())) {hope this helps!

  • HT204379 How do I change the small photo that appears in the password prompt box when logging in to my iMac?

    Hi,
    I hope someone can help me over a triffling but irritating matter. My son has somehow put a pic of himself - I think taken from the photobooth -  in the password login box and I want to remove it but I can't find how to do it in system preferences. This happened to me when I first got my mac 2 yers ago, but I can't for the life of me remember how I removed/changed the samll personal pic.  Wouldbe most grateful if anyone could advise me!  Many thanks.

  • How can I change the small icon to the left of a file name?

    My pdf files doesn't show the adobe icon anymore. Now the have the preview icon.

    Select (highlight) the file in Finder, click Get Info in the File menu (or use Command I), change Open With in the Get Info window. Click Change All if you want all PDF files to do the same.

  • Small letters -capital letters change in Flash CS5

    hi,
    How to change the small letters to capital letters in flashCS5. Please any one tell the solution.
    thgs,

    you might have to explain exactly what you are trying a bit more
    you can use the String's toUpperCase() function.
    so if you have a textfield for example
    myTextField.text = myTextField.text.toUpperCase();
    if you want to force small letters to capitals as a user types in a textfield then you would need to add an event listener listening for teh change event and use the above code.
    if you are after something else explain in more detail please

  • AD accounts find users with all capital letters

    Hello ,
    I am a noob , am searching online but can't find exactly what i need.
    So am posting here in hope some one will help me. :)
    I what to make a short powershell script that finds all users with capital letters from the second letter on.
    Example
    first name = Bob last name =Red    corect
    first name = BOB last name =RED  wrong
    i want to extract all the wrong names with capital letters in text file
    So my question is that possible and how can i do it in server 2008 r2.
    Thanks in Advance for any answers

    This is obviously not an Exchange question, but a PowerShell question.  You should probably post it in the scripting forums for completeness.
    That being said, you can try using -cmatch against a regex.  I used  -cmatch '[A-Za-z]+[A-Z]+' to test a name with later capital letters, and it appeared to work.
    [PS] C:\Scripts> "Willard" -cmatch '[A-Za-z]+[A-Z]+'
    False
    [PS] C:\Scripts> "WILLARD" -cmatch '[A-Za-z]+[A-Z]+'
    True
    [PS] C:\Scripts> "WillARD" -cmatch '[A-Za-z]+[A-Z]+'
    True
    [PS] C:\Scripts> "WillarD" -cmatch '[A-Za-z]+[A-Z]+'
    True
    [PS] C:\Scripts> "WiLlArD" -cmatch '[A-Za-z]+[A-Z]+'
    True
    So for your test, and using the Exchange commands (you can change them to the Windows 2008 AD commands), you'd run:
    Get-User | ? { $_.DisplayName -cmatch '[A-Za-z]+[A-Z]+' }

  • Changing the uppercase (capital) to lowercase (small) letters

    I have a J4680 all in one and I need to be able to changing the uppercase (capital) to lowercase (small) letters when using keyboard in order to properly enter my password when setting up wireles connection. Does anybody know how changing the uppercase (capital) to lowercase (small) letters?
    This question was solved.
    View Solution.

    Sorry that you are having a problem switching from upper and lower case letter for wireless connection. 
    When the keyboard appears on the printer display, there should be a ARROW pointing up or a TRIANGLE. Press that, and the entire keyboard changes into CAPS.
    If you do not have the KEYBOARD, and you have the NUMBERS and LETTERS buttons, you continue press the button until CAPS appear. 
    For example, (1, abc,), when pressing the number 1, it shows, A, then B, then C, then 1. After 1, the letters should automatically changed into capital A, B, and C. 
    Let me know if this helps, or if I confused you. 
    **Click the KUDOS star on the left to say 'Thanks'**
    Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

  • Why capital letters change in lower after copying them from a PDF document, or otherwise, why some uppercase are in fact lowercase when I look in the Text Property in any PDF Reader.

    Why capital letters change in lower after copying them from a PDF document (Made by InDesign), or otherwise, why some uppercase are in fact lowercase when I look in the Text Property in any PDF Reader.

    your home page to get into your Web site should be index.html (for Mac) or index.htm  (on PC)
    You can name it something other than index, but will be harder to find.  when you create the subjects and link to them, they can can be named anything with the html extension  Or if your using PHP end in .php. There is a Microsoft type asp or aspx but your hosting service has to set up using windows server system.
    My hosting service use a Linux server normally but can convert Windows for a Fee.  UNIX Linux has no concept of asp or aspx.
    See this : https://skitch.com/pjonescet/8mnnx/dreamweaver

  • TS1314 Dear all, greetings, I did not mean to offend anyone by typing all my texts in capital letters, I am just used to it and at my age (63) it is better and easier for my eyes to type all the texts in my messages in capital letters.I do apologize about

    Dear all, greetings, I did not mean to offend anyone by typing all my texts in capital letters, I am just used to it and at my age (63) it is better and easier for my eyes to type all the texts in my messages in capital letters.I do apologize about it all. I can assure you that I do respect all of you more that you maight me thinking of. i have the same difficulties in typing in small letters like yours in reading texts in CAPITAL letters.......tant pis, c' est la vie
    For web and computing experts I would like to remind them that all the peoples nowadays have the same needs (or hobbies if you wish) regarding the electronic devices, web, compouters, softwares and that sort of thing.
    If I WERE not to have technical support because of my prefiously used capital letters in me text messages, I have to confess that next time I will be more carefull about the devices producers........ I live and always learn (SOCRATES, girasko, aei didaskomenos)
    Two questions
    1. I noticed on the you tube videos about the new ipad that the main icons are more than mine (i.e. the icon of facebook and a number or others are missing)
    2. I would like to ask you to do me a favour, thanks for your patiene. Still I have not understood how (in which way, the pictures, transfered from my system or new taken by the ipad camera are uploaded directly to the FaceBook. I suppose that I will not have the same difficulties regarding the videos to both Facebook AND YoutTube. Thanks a lot for your patience with me, from now on I will be more carefull about posting messages to you referring to technical support
    Constantinos
    Athens, Greece

    Some of the apps shown in adverts / videos have been downloaded from the App Store, they don't come pre-installed e.g. the Facebook app is a free download the app store : 'official' Facebook app.
    To upload photos to Facebook you can use the above app - you can't, for example, use Safari on the iPad to upload content to sites.
    Not sure whether any apps allow you to upload videos to YouTube (I don't use the site).

  • Using TextInput boxes to change to small Caps lettering with NO ....

    Using two TextInput boxes (fName and lName) which are writting at the same time over to a (fullName) Text box, BUT change the data in here automaticly to 'small Caps' lettering with NO spaces.
    I'm finding all sort of things but nothing close enough.Any help would be appriciated!
    Thanks in advance aktell

    How about this:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Script>
            <![CDATA[
                protected function name_changeHandler(event:Event):void {
                    var firstName:String = fName.text.toLowerCase();
                    var lastName:String = lName.text.toLowerCase();
                    fullName.text = firstName + lastName;
            ]]>
        </mx:Script>
        <mx:Label x="156" y="74" text="first"/>
        <mx:TextInput x="199" y="72" id="fName" change="name_changeHandler(event)"/>
        <mx:Label x="156" y="104" text="last"/>
        <mx:TextInput x="199" y="102" id="lName" change="name_changeHandler(event)"/>
        <mx:Text x="199" y="132" text="Text" id="fullName"/>
    </mx:Application>
    I think this does what you were asking for.
    Chris

  • Why can't I change the capitalization of letters in my iPhone music library?

    Just got a new iPhone 6. Once I sync music to my phone, I'm unable to change the way song/album/artist titles are capitalized. For example I synced one album to my phone where the title of the album was in all caps. I then deleted the album from my phone, changed the title to lowercase letters in iTunes, and re-synced it to my phone, but on my phone the album title still appears in all caps. The problem persisted even after I restarted my phone, and I made sure to type the album title in lowercase letters in the "sort as" field as well.
    The same problem is happening with an artist name as well. How do I fix this?

    I have this exact problem, an artist is in all caps. Must be an issue with how the music app database is set up somehow. Changing the text to something else "fixes" the capitalization but the app still remembers the old all caps name for it when I try to change back.

Maybe you are looking for