Ho to convert to lower case values and upper case

hi
pls let me know how to convert the varlues to lower case
and how to conver values to uppoer case
whichis funtion module to do so?
regards
Arora

Hi,
<b>TRANSLATE</b>
Converts characters to strings.
Syntax
TRANSLATE <c>  TO UPPER|LOWER CASE
              |USING <r>.
The characters of the string <c> are converted into upper- or lowercase, or according to a substitution rule specified in <r>.

Similar Messages

  • SharePoint crawled property with both lower and upper case

    I have web page which has meta tag, like CN_ABC, then after I crawled these pages, and when I try to map this property to a managed property, I always see there are two crawled property available, one is CN_ABC, the other is CN_abc, only difference is
    the lower case and upper case, I have seen this in many other site and many other meta tag, what was happening?

    The meta tag you mean is a site column created for the page library?
    This doesn't seem can be happened, if it is a site column, then it will create a crawled property for the column, named like: ows_sitecolumn, also, CN_ABC, CN_abc is not to distinguish lower or upper case, it should be CN_ABC or cn_abc.
    I would suggest you to delete the related crawled property for the column, then do a full crawl, check whether it is happened, if it insistes, map the crawled property to different managed property, whether it returns same value.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Lower and upper case repair

    I have a macbook air. It felt down from my hand on its corner and has damaged. The up-left corner is chamfered like 0.5 cm on both lower and upper cases. I would like to know what can I do to repair its body since there is not any software problem with it. Does apple fix it and if yes, how much does it cost.
    Thank you.

    Welcome to the Apple discussions.
    Yes, Apple can repair. You'll have to take it to the Apple store to find out the cost, and you should probably be sitting down when they tell you the cost.

  • 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................

  • Zero Fill and Upper Case in Visual Composer not working

    Hello,
    I am building my first VC application and hit a small wall from get go. When I create input fields and set text formats for one to have "Zero Fill" and for the other one "Upper Case" they do not seem to work properly.
    “Zero Fill” does not work at all. I set this format and also set max length as 10 to be used as input for customer account #. But it does not perform conversion. When I call a BAPI to get customer list, if I enter 0000000100 it works. When I enter 100 it does not work. Thus "Zero Fill" does not take effect.
    "Upper case" works but only after refresh. If I enter ac10 as company code and then click submit it does not work. However if after entering ac10 I press enter and then submit, it work.
    Does anyone have any info on how to deal with this? We are using VC 7.0
    Thanks,
    Alex

    Hi ALex,
    Now I got your problem. I suggest a solution for it.
    Go to the design board of VC.
    I think you have an Input Form that contains the input fields and the Submit button. There will be a link named "submit"between the Input Form & the Data Service(say BAPI). Click on the  submit link, you will get the Input Fields & Assigned values of the Input Form at the bottom right side. Go to the Assigned Value of the particular field & apply a formula like UPPER(@inputfield). So now whatever case you give in the inputfield, it is converted to UPPER case before Submiting the values.Keep the Upper Case option checked at the formatting tab of the Input field properties, this will help to display the value in Upper case.
    For eg, BAPI_BANK_GETLIST, the input fields are BANK_CTRY & MAX_ROWS.
    Make the assigned value of bank_ctry as UPPER(@BANK_CTRY), you can get this with the help of formula. 
    This will solve your problem.
    Regards,
    Shemim

  • 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

  • Lower limit relative and upper limit  dropdown in timesheet

    Iu2019ve a question about the time sheet.
    In the back end side we set the configuration to scroll down or up the time sheet. Setting Lower limit relative and upper limit relative with Value "2" .Now users can scroll down/up  two weeks the timesheet from the key date
    Iu2019ve checked In CAT2 tcode and it works fine. If you go back for more than 2 weeks the system returns an error.
    But when i go to portal timehseet ,this error is not happening ,not retricting the user.
    Allowing the user to move backwards.
    How this can be restricted in portal time sheet in ess.
    Thanks,
    Nachy

    It should be noted that this exit only prevents changes not display
    There was moves to release functionality to limit scrolling on Webdynpro - however you would need to open a development request as per www.service.sap.com/rollin to find out what progress has been made
    I also saw one customer who inserted a line of custom code to restrict scrolling access -4 weeks
    and +6 weeks via sy-datum + 42 and sy-datum - 28 - however a complete solution would require an HR/CATS ABAP'er
    Cheers
    Stuart

  • Lower specific limit and upper limit

    Hi, we are entering the lower specific limit and upper limit as 100 and 200 in qp02 screen for certain MIC. The table name mentioned as QFLTP, which is a structure. I want to know in which table this values were saved?

    Dear Yadav
    Use PLMK or QAMV if you want to get the specification from the lot. In this the values will be E which can be interpreted
    for eg 5,5000000000000000E+01  means 55
    9,0000000000000002E-01 = .9
    Regards
    Gajesh

  • How to Handle the lower and upper case in 'POPUP_GET_VALUES'

    Hi All
    i am using the following FM and when i enter value on the
    popup in lower case or with capital letters i see the field
    with upper case ,this is problem for me since i need to
    take the field and compare it ,there is a way to handle this
    issue ?
    CALL FUNCTION 'POPUP_GET_VALUES'                      "#EC FB_RC
            EXPORTING
              popup_title     = lv_head_msg
            IMPORTING
              returncode      = lv_rc    " User response
            TABLES
              fields          = lt_field    " Table fields, values and attributes
            EXCEPTIONS
              error_in_fields = 1
              OTHERS          = 2.
    Best regards
    Alex

    Hi Alex,
    This because, the field and table name that You are passing in lt_field, has a conversion attached to it, which causes the converison in case.
    For e.g. If You pass MARA-MATNR and try to get the values from pop-up, the value will get converted to upper case, but if You pass MAKT-MAKTX (which does not have a converison attached to it), the value will be retrieved as it was entered. This is standard SAP, which is correct.
    If You need to get values of any text field, pass any SAP text field as reference in your table lt_field. Hope this helps...
    Rgds,
    Birendra

  • 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

  • Translate search parameters to lower and upper case

    Hi All,
    I need to create a search function. Is it possible to translate the search paramaters to  both upper and lower case because inside the data there are data with upper case or lower case or both.
    Thanks in advance.

    Hi ,
      As per your requirement you have to write logic for three conditions :
    1. Translate whole word into upper case .
        TRANSLATE  your field name  TO UPPERCASE.
    2. Translate whole word into lower case .
        TRANSLATE  your field name  TO LOWERCASE.
    3. First character of your field should be in uppercase rest in lower case .
    so write your logic now considering third point also .
    Regards ,
    Nilesh Jain .

  • Very strange behaviour of table values and event case

    Hi all
    i'm becoming crazy on my .vi
    i want to change the second col values on click from yes to no and from no to yes simply by a click.
    The problem is that this changing happens after some clicks on an old position.
    Try to click on some "no" on the file that is attached.
    Thanks a lot!
    Dario
    http://www.sd-studio.it - web design agency
    Attachments:
    Ecu_wizard.vi ‏101 KB

    The issue took me a sec to understand but here it is.  You are trying to change the value during the mouse up event.  And you do... however you have just selected that cell in the table.  So LabVIEW is waiting for the user to change the value, and in this case ignoring your change.  All you need to do is add a property node to the end of that sequence that is Key Focus and set it to false

  • 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.

  • Lower Specification Limit and Upper Specification Limit on Inspection Plan

    Hi Experts:
    I'm trying to input the lower and upper specification limit on inspection plan. I created my inspection characteristic but when I trying to digit the values, the systems erase that and give me the values from the inspection characteristics
    Any idea?

    Hi Deihus,
    1.     While creating MIC you create it with upper, lower and target limits.
    2.     The same MIC when you use in inspection plan, all the control indicators and lower, upper values get copied in to inspection plan from MIC.
    3.     In fact this is the reason you can use this characteristic for several material.
    Kindly excuse me as I could not interpret the term when I trying to digit the values . To digit value means what?
    Whether you want to put different values in inspection plan rather than getting copied from MIC? If yes, you can do so. Just overwrite the values on QP01/QP02 and save.
    Regards,
    Anand
    Edited by: Anand Rao on May 16, 2011 10:50 AM

  • How can I change the settings to be lower case pdf not upper case PDF?

    my processing site for our business will not allow documents to be saved in upper case PDF, but I can't find where to change it to lower case pdf....which I am told will fix the issue.

    Are you talking about the file-name or the actual contents of the file?

Maybe you are looking for

  • Full width headers

    hello, i know this should be basic but i have a full screen slideshow and i need a header bar and footer bar top & bottom of the screen. the header and footer will not stretch full width only the width of the page. the header did at first but only wh

  • Image refreshing on a frame

    the project deals with images which have to be displayed on to a frame, however the images are not displayed properly.Initially only a band of the image is displayed... however on trying to resize the frame the image is entirely visible. Also we woul

  • How to connect other mobile web browser to java application.

    I'm trying to write an application in j2me and wondering how can i take the requested url from the default web browser of mobile phone to my java application and download page using java application and send the downloaded data to that browser. I don

  • Why am I double charged for downloading premier elements 12?

    I downloaded from ADOBE last Thursday the version 12 of adobe premier elements and I am finding out this week that my card was charged twice for the same version of software....................Please help? this is not the ADOBE I know......is there s

  • Creative suite 5 design premium installation

    I have been a user since the very 1st version and hoped to stay one!I used PS every day for many clients at my place or theirs. I got sick and then forced to retire. I own a copy of Creative Suite 5 Design Premium and a unused powerful computer it wa