To translate the text to upper case

Hi,
      I have an requirement to translate the text to upper case.  please suggest.
Thanks.
Tony

Hi,
    you try this FM  2054_TRANSLATE_2_UPPERCASE
Example,
CALL FUNCTION '2054_TRANSLATE_2_UPPERCASE'
       EXPORTING
            I_STRING            = P_V_TEXT
       IMPORTING
            E_STRING            = P_V_TEXT
Regards,
Joan

Similar Messages

  • 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

  • Script to make the bookmarks all upper case

    due to the glare from the mounitor, I want to cover all the patches by black as much as possible.
    a work around is to convert the letters to upper case.
       I think it increases the total surface area of the black.
    I wanna start with the bookmarks.
    Is there a PROGRAMMATIC way to convert all the bookmarks to UPPERCASE ?
    for example :-
    in one paper pdf in the journal of 911 studies there is a bookmark that is
    nanothermite discovery in the dust   ===>  NANOTHERMITE DISCOVERY IN THE DUST
    can you attest that the size of the black has increased ?
    I hope some kind soul here can help out.
    Dying Vets
    P.S. plssss dont be shy of VETS, we are humans too, just follow the "orders" !!!

    "but I need to know the acrobat native objects."
    You need to download the "AcroJS.pdf" helpfile from Acrobat SDK pages.
    The object I used is bookmark.
    The routine to get all bookmarks "dumpBookmarks(..)" I took also from there.
    I put only in:
    s = bm.name;  //get the bookmark name
    bm.name = s.toUpperCase();  //change name to uppercase
    2) If you want to set only the first sign lowercase, then you have to write a loop which change every first sign after a space to lowercase.
    If there is no special reason, I would concentrat on setting the font to bold and/or use special color. I think that better to read as Upper-/Lowercase or popper.
    3) I would say: "I don't have any clue". My translator say:  "I haven't a clue."
    However, it leeds to the same result.
    best regards, Reinhard

  • How to translate the text dynamically in the program?

    Hi All,
    I have a requirement where I need to translate the text dynamically in the program based on the Language Key retrieved.
    Let's say that the Login language is 'EN' and in the logic has retrieved the language 'IT'(based on some conditions). I have to transate the text(which is maintained using the text elements) to ITALIAN(IT) Language and send the same as an email.
    Could you please tell me if any Function Module is available in SAP which translates the text Dynamically in the program. or is there any other way to translate the text dynamically in the program.
    Could you please share your valuable inputs? Thank you in advance.
    Thanks & regards,
    Paddu.

    you could use SET LOCALE LANGUAGE myLanguage - so you can switch to the desired language and all texts will selected from that language.

  • I have a PDF with a diagram, I need to translate the text so I open it in Illustrator.  The document opnes up vertically oriented  I try to put it horizontal to be able to read and change the text  However everything I have done is not working  The artboa

    I have a PDF with a diagram, I need to translate the text so I open it in Illustrator.  The document opens up vertically oriented  I try to put it horizontal to be able to read and change the text  However everything I have done is not working  The artboard does change, but the diagram stays vertical.....Please help  I need to finish that for today..Please help

    A PDF usually consists of one to an indefinite number of clipping masks inside each other.
    You need to be very carefull with selecting stuff.
    So you need to read the manual on how to select stuff and on the basics of Illustrator.
    On top of that: because of the complex hierarchy of PDF files, it is kind of difficult to help you without seeing anything.

  • How to translate the text according the  SAP logon

    Hi Friends,
    I have a report, in the selection screen have 4 radio buttons which characters are displaying in German language , if logon in DE.   But not populating in other language (English,  French , Italian etc ).
    Whenever SAP login in  u201CENu201D , is  displaying an  Information message u201CUntranslated texts from master language DE wi  also be displayedu201D.
    Please guide me how to translate the text according the  SAP logon.
    in GOTO-> Translation -> Original language  "DE"  and traget language is empty.
    Regards,
    Subash

    Did you try transaction SE63?
    Translation -> ABAP Objects -> Short texts, select object type S3 and either REPT or SCRT, probably REPT since it's a selection screen.

  • To convert the values in the column from upper case to Camel Case.

    Hi All,
    I have requirement to convert the column values(Data in the Columns) from upper case to camel case in pivot table view.
    For Eg:
    I have
    Table Name:Billing_Transaction
    under Billing_Transaction table i Have column Comment_Text
    Data in Comment_Text Column is
    INSERT,
    EXPORT,
    AMEND
    How i will change these values in to Insert,Export,Amend.(Camel Case condition)
    I want only the first letter of a word to be in caps and others to be in smaller case.
    Thanks,
    Chitra Subramani.

    Hi Aravind,
    Thanks for immediate response.your query is helpful.But i need to satisfy another condition in my requirement by using same formula.
    "REPLACE(UPPER(SUBSTRING(BILLING_TRANSACTION.BILLING_TRANSACTION_DESC FROM 1 FOR 1)) || lower(substring(BILLING_TRANSACTION.BILLING_TRANSACTION_DESC FROM 2)), '_', ' ')"
    above query satisfying Camil case and replacing '_' with ' '(space)......but inthis query i want add another condition to satisfy camil case for word which comes after '_'
    for example:
    DECLINE_IMPORT
    above query satisfying 2 conditions to convert above data into
    "Decline import"
    But in my requirement for word 'import' also it should come in camil case condition like
    "Decline Import"
    Thanks & Regards,
    Chitra
    Edited by: user6371773 on Apr 25, 2011 6:29 AM

  • Any function module to translate the text

    Hi all,
    I have a requirement like, in the report i have to display the headings according to languages chosen
    dynamically.
    let me know is there is any process or Function module to translate the texts.
    Regards,
    Madhavi

    Hi,
    you can use SE63 for translating
    or use
    FM 'TRANSLATE_TEXT_TEXTLOG'.
    And also 'SKTZ_TRANSLATE_TEXT_TEXTLOG'
    Regards,
    Flavya

  • How to translate the text in VV12

    Hi All,
    I would like to  know how to translate the texts in VV12 after selected the key combination?
    How to translate Sales Organization and Sales document type?
    Could someone please advise.
    Thank you.

    Howdy muks,
    First I would like to thank you. 
    I have gone through the kb link.  After goin  through the same link I got  a lot of doubts which I have explained earlier.
    The steps which I did--> 
    1)I have exported the strings.
    2)I copied all the text in the text file and translated the same into Japanese.
    3)And I copied the same(Japanese) into a new text file(with same file name as of the VIs). But its giving error.
    I dono what to do. It would be helpful if I get any vi or the procedure to translate the txt file or the strings which I should I translate.
    Regards,
    Yogesh 
    Message Edited by YogeshaYS on 08-24-2008 11:24 AM

  • Where can I translate the text element?

    Does anybody know where the translater translate the text element?
    Best regards,

    Hi Blake Le,
    Use T code SE63...
    Goto Transaction SE63 => Translation->Long Texts->Sap Scripts -> Smartforms
    Enter the Smartform Name. The Source and Target Language. Maintain the Translations and click on SAVE.
    also have a look on below Links...
    http://help.sap.com/saphelp_nw04s/helpdata/en/b4/54601d77f38e429ffad9e3e11c1b25/frameset.htm
    how to translate message long text?
    Hope it will solve your problem...
    Reward points if useful..
    Thanks & Regards
    ilesh 24x7

  • To print the address in UPPER CASE

    Hi ABAP Gurus
    Please help me out.
    I am in a situation where i need to print whole ship-to-party address in Upper Case. no mater how it is stored in tables. Currently i am getting mixed letters. however i need to print only in upper letters.
    Please help me out.
    Thanks in advance.
    will reward points for the usefull answers.

    Hi
    Use FM
    AIPC_CONVERT_TO_UPPERCASE
    SPP01_CONVERT_TO_UPPERCASE
    pass the string and it will convert
    or use translate to upper
    Regards
    Shiva

  • Convert the entrie to upper case

    Hello Experts,
    My client is asking me to convert the entries which are existing in database to upper case and display in upper case in transaction from where he is calling f4 help. and also he wants to display the same data in upper case in adobe forms.
    Please let me know how to make it possible.
    Thanks in advance.
    Indra.

    Hi,
    In self developed programs, you can use TRANSLATE command.
    In standard F4 help, you cannot convert to uppercase. The use of upper/lower case is a property of domain.
    Best regards,
    Leandro Mengue

  • How to translate the text of pust button

    Hi friends,
    Iam facing the following problem in module pool programming.
    I have created a  screen and in that i have apush button and i have given a tex for that push button as HEADER DETAILS.
    i have done that in english language it working fine the text is appering as i gave
    now the requirment is my end user is loggin into german language and now he wants the text of the push button to be appeard in german  language
    How can i do that.
    Regards,
    PRIYANKA.

    Hi,
         Give the Pushbutton text as TEXT SYMBOLS and try,
    Check this link for further documentation
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/960a0eeb0711d194d100a0c94260a5/content.htm
    Regards
    Bala Krishna

  • How to translate the text format while generate report through BI-SERVER.

    THAT IS I LIKE TO TRANSLATE EXCEL DOCUMENT FROM ENGLISH LANGUAGE TO VIETNAMESE LANGUAGE WHILE GENERATING REPORT IN BI-server

    You mean XL is used as a source here for OBIEE. Whatever is the source you need to implement OBIEE Multilingual functionality. Remember there are four types of Multilingual Support in OBIEE:
    - presentation services like Answers, Dashboard links and all
    - Catalog like Report Name, Dashboard Names and all
    - RPD Externalize Strings to see the subject area in required language
    - Data where the reports generated will have data stored in different languages in an extended dimension table.
    You require the 4th type here so you need to maintain a extended dimension table in DB which is used in RPD to be picked up by BI server based on language selected(language id)/WEBLANGUAGE system variable
    Hope this helps..

  • File name gets converted to upper case

    I am facing an unusual problem with Solaris 10. When I insert an USB thumb drive formatted with FAT to copy some file from the stick, some of the files whatever gets copied to hard disk get their file names changed to upper case. This is quite random, at least, I am not being able to figure out what pattern of file names are causing this problem. Any suggestions?
    Edited by: Holmes.Sherlock on Dec 4, 2012 1:13 PM

    Hi...
    you can translate the password in upper case before call bapi....
    translate psw to upper case.
    regards
    Marco

Maybe you are looking for

  • GR/IR monthly settlements, automatic assignments in Sales order & Co code

    Hi, 1) what are the transactions involved in the GR-IR month or period  end settlements? 2) If I select account assignment in line item in PO, the goods directly received by cost center, what will be the entry to be passed? 3)Goods receipt happend bu

  • 6714 Ver 1 BIOS issue : will not boot OS

    Hi ya, I'm wondering if there's a way to force the flash program to replace the BIOS even though it detects it as a different / incorrect version ? Just having an interesting problem with an old(ish) MSI 6714 motherboard. The system was installed and

  • Save link as not the same as Save target as in IE. How do I get svat target as in firfox?

    I am new to Firefox. Downloaded FF4. It is excellent except for I thing, I download files from rapidshare, etc, and Firefox is missing the "save target as" of IE. I tried "save link as", but it does not work correctly - at least not the same as IE. I

  • Finding a location on an image

    Hello folks I had posted a topic about zoomin a part of an image which I wanted for my project but now I want to add one thing and that is, I am having an image which is a city map and I want to find the pixel location of a particular area on the map

  • Owner Allocation

    Hi All I am having trouble with the owner allocation, this is been happening  for sometime that 1-2 owner allocation gets stuck in the process. The error diagnose in the workflow item shows that there was error handing for work item and in the object