Convert lowercase to uppercase in routine

HI all,
         I have records in data source in this format  '10-Jan'. I try to pass this record to my target(DSO) it is not displaying.
10-Jan  J in upper case and remaining in lower case. i have to write routine? then how to write routine fo this?
Note:
I have created info object for that target field data type CHAR  and SIZE 10.
Regards
R.saravanan

I wonder what you would do with the data stored as a CHAR.
Since you are planning to write some routine, why dont you convert this text (if it corresponds entirely to periods in this format) to a NUMC 6 or 7 type field and use it to show as a period in your reports.
I believe it might make more sense, although my suggestion lacks vital requirement stats that goes behind this question you asked.
-Aby

Similar Messages

  • Convert lowercase to uppercase while typing

    Hi,  I want to convert lowercase letters the user types in a textfield to uppercase on keyrelease.
    Right now, i am able to do it by adding the following  code on HTML Form Element Attributes for the textfiled.
    onKeyUp="this.value = this.value.toUpperCase()"
    Since, there are many textfields on my page it is pain to add on all the fileds one by one.
    Is there a way that I can do it once and it applies for the entire page?
    thanks,

    Hi,
    Enter to page JavaScript -> Execute when Page Loads
    $("input[type=text]").keyup(function(){
    this.value = this.value.toUpperCase();
    Regards,
    Jari

  • How to convert lowercase to uppercase characters?

    Hi!
    I am a newbie to LiveCycle; I have created a form but I want all characters in the field to automatically be converted to uppercase, regardless of the input.
    Thanks
    Jofar1

    Thanks Paul.
    How do I get the "exit event" option?

  • FTP Adapter polling lowercase or uppercase files using single adapter

    Hello All,
    I was wondering if we can use a single FTP Adapter to poll Lowercase or Uppercase files. For example either abc*.txt or ABC*.txt.
    Does the FTP adapter by default support this option, because its not working in my Case and if its supported does it depend on the FTP server settings/security.
    Help is much appreciated.
    Thanks
    Kris

    Hema wrote:
    How does it decide which files to pickup ? It will pick up files with modification dates more recent than the last processed file.
    sometimes it picks up all old files from FTP directoryIf it is picking up the same files, probably it is not being able to calculate the modification dates.
    That can be a configuration problem, take a look at this:
    http://docs.oracle.com/cd/E17904_01/integration.1111/e10231/adptr_file.htm#BABECEGD
    Note: We are not deleting already read files from the folderProbably, not a good thing to do. May you can archive them instead.
    Cheers,
    Vlad
    Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question. If you think this is helpful, please consider giving points

  • : how to convert string into uppercase string in java

    iam having string in lower case i need to convert it to uppercase using java.please help me

    s = s.toUpperCase ();See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html.

  • How to change from lowercase to uppercase in Pages for iPad

    First: hello!
    Basically I got a new iPad and I'm using Pages for some document creation but i can't find how to change the text i selected from lowercase to uppercase, in MacOSX is in the Font Menu but I can't find it in Pages anyone knows how to do this?

    Generally, you are more likely to get an answer if you post in the iWork for iOS forum at
    https://discussions.apple.com/community/app_store/iwork_for_ios
     Cheers, Tom 

  • Copy Array and change LowerCase to UpperCase

    In the following code Array numAlph contains character 97, 98, and so forth and when printed is a, b, c. I am to copy this Array into another Array and make the LowerCase into UpperCase. Can anyone show me how this can be done? Thanks in advance. I will award 10 Duke pts. on completion.
    public class AlphaUpper
    *Reads in 26 Chars Alphabet in lowercase
    public void main(String[] args)
    AlphaUpper newalph = new AlphaUpper();
    int x;
    char unialph = 97;
    char[] numAlph = new char[26];
    for (x = 0; x < numAlph.length; ++x)
    numAlph[x] = unialph ++; // Loads 97 98 99 ....
    x = 0;
    for (x = 0; x < numAlph.length; ++x )
    System.out.print(" " + numAlph[x]); // Print Array

    What about this one:
    public class AlphaUpper{
      public static void main(String[] args){
        AlphaUpper newalph = new AlphaUpper();
        int x;
        char unialph = 97;
        char[] numAlph = new char[26];
        for (x = 0; x < numAlph.length; ++x)
          numAlph[x] = unialph ++; // Loads 97 98 99 ....
        String alphabet = "";
        for (x = 0; x < numAlph.length; ++x){ // copy it into a String
          alphabet = alphabet+numAlph[x];
        alphabet = alphabet.toUpperCase(); // change lower to upper
        for (x = 0; x < numAlph.length; ++x){ // copy String back to array
          numAlph[x] = alphabet.charAt(x);
        for (x = 0; x < numAlph.length; ++x){
          System.out.print(" " + numAlph[x]); // Print Array
    }I'm sure this isn't the way your teacher want you to solve the problem, but: why not? :-)

  • How auto turn lowercase to uppercase in input-field?

    Hi All,
    How auto turn lowercase to uppercase in input-field?
    Thanks
    Smile

    The way I implemented it was using a javascript function to change the case by calling the javascript function from the textfield tag with onblur event. Here is the javascript code and how it was called:
    enter the following code within your with the head tag
    <script>
    function case_checker(){
    var st = document.getElementById("form1:[Enter the textfield ID here]").value;
    document.getElementById("form1:[Enter the textfield ID here]").").value = st.toUpperCase();
    </script>
    call the code from the textfield tag has follow:
    <ui:textField binding="text" id="[Textfielf ID]" onBlur="case_checker(')" style="border-style: inset; border-color: #000000; left: 216px; top: 144px; position: absolute; width: 144px"/>

  • How can i change my notes from lowercase to uppercase in the inbuilt ipad notes app?, how can i change my notes from lowercase to uppercase in the inbuilt ipad notes app?

    how can i change my notes from lowercase to uppercase in the inbuilt ipad notes app?, how can i change my notes from lowercase to uppercase in the inbuilt ipad notes app?

    once they are written you can't but on a new note while your typing you can turn on CAPS LOCKS

  • Switching from lowercase to uppercase in HP 8600

    How do I switch from lowercase to uppercase when typing in the printer screen

    press the Shift (upper arrow) key first

  • Is there a "make it lowercase or uppercase" command?

    Would love to be able to highlight a piece of code and force it to upper or lower case with a simple keystroke.
    And is there a way to see what keys are mapped to what?

    Dear David,
    An enhancement request has been created for the "make it lowercase or uppercase" command.
    For the shortcuts: see the underscor under a letter of a command. Example for Help: use ALT key + H: Help will open.
    I'll make a documentation enhancement request to have an overview list of all shortcuts.
    Kind regards,
    René De Vleeschauwer
    SQL Developer Data Modeling team

  • Table control About lowercase conversion uppercase ?

    Hi All.
    how can I do  that don't Process lowercase conversion uppercase font.
    Regards.

    Hi ly cao,
    There are 2 solutions for this problem. you can use any one of the following
    Goto the corresponding domain and check the check box called Lower case
    Go to SE51-> give program and screen name -->Element list -> select the check box called Upper/Lower case entry to the corresponding field
    Regards,
    Mahi

  • SAP SCRIPT function for converting  to lowercase or uppercase

    Hello,
    Does anyone know an built-in function for printing fields in lower or uppercase with SAP SCRIPT
    Regards

    hi,
    Check this way..
      DATA: DELIM(40) TYPE C VALUE ' '.
      DATA: CON_ANREX LIKE Q0002-ANREX.
      CALL FUNCTION 'STRING_UPPER_LOWER_CASE'
           EXPORTING
                DELIMITER = DELIM
                STRING1   = RECORD-ANREX
           IMPORTING
                STRING    = CON_ANREX
           EXCEPTIONS
                NOT_VALID = 1
                TOO_LONG  = 2
                TOO_SMALL = 3.
      IF SY-SUBRC EQ 0.
        RECORD-ANREX = CON_ANREX.
      ENDIF.
    Regards,
    Santosh

  • Lowercase and uppercase in Artist in iTunes and iPhone

    Hello, I have tagged an album in Uppercase the name of the artist for the first letter and lowercase the other letters like all my music. For example, 21 of Adele. The question is that if I import to iTunes, it displays correctly, exactly "Adele" like the tag. If I sync my music via itunes directly to iPhone or via iTunes Match, it displays "ADELE". Why??? That ocurrs only with this album. It seems that Apple has Adele like ADELE and it's impossible to rename different.
    I have checked that if I add a blank space after "Adele" and converts to "Adele ", once I sync the music app shows "Adele ".
    What can I do??
    Thanks!!

    I am currently dealing with a similar problem but the other way around from yours. My example is all my music by Linkin Park. I have always had it stylized as Linkin Park but notice that iTunes has is as LINKIN PARK, similar to ADELE. I actually want it to be LINKIN PARK so have changed the metadata. On iTunes it all reads as I want it but on my iPhone it is still Linkin Park. I have also tried the space afterwards, which does change it on my iPhone, but like yourself I don't think that this should be necessary.
    At least I guess this rules out your It seems that Apple has Adele like ADELE and it's impossible to rename different theory.
    If only I wasn't so OCD and this didn't bother me...

  • I can't convert my 3.x start routine to BI 7.0 start routine...

    Hi All,
    Can anyone help me to convert the below coding from 3.x start routine to BI 7.0 start routine.
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    $$ end of global - insert your declaration only before this line   -
    The follow definition is new in the BW3.x
    TYPES:
      BEGIN OF DATA_PACKAGE_STRUCTURE.
         INCLUDE STRUCTURE /BIC/CSCOIS_GMAS.
    TYPES:
         RECNO   LIKE sy-tabix,
      END OF DATA_PACKAGE_STRUCTURE.
    DATA:
      DATA_PACKAGE TYPE STANDARD TABLE OF DATA_PACKAGE_STRUCTURE
           WITH HEADER LINE
           WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
    FORM startup
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
               MONITOR_RECNO STRUCTURE RSMONITORS " monitoring with record n
               DATA_PACKAGE STRUCTURE DATA_PACKAGE
      USING    RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal tables "MONITOR" and/or "MONITOR_RECNO",
    to make monitor entries
    DATA : BEGIN OF t_yjepum OCCURS 0.
              INCLUDE STRUCTURE /bic/pyjepum.
    DATA : END OF t_yjepum.
    DATA : T_VER LIKE  ZTCO_VERCK OCCURS 10 WITH HEADER LINE.
      SELECT  * INTO CORRESPONDING FIELDS OF t_yjepum
      FROM  /bic/pyjepum
    WHERE  /bic/yopc IN ('AP', 'AS' ,'AR')  .
        APPEND  t_yjepum.
        CLEAR   t_yjepum.
      ENDSELECT.
    SELECT *   INTO  CORRESPONDING FIELDS OF T_VER
    FROM ZTCO_VERCK.
    APPEND T_VER.
      CLEAR  T_VER.
      ENDSELECT.
      LOOP AT DATA_PACKAGE.
    IF DATA_PACKAGE-/BIC/YJOBGUBUN = '3'.
    DATA_PACKAGE-/BIC/YAVERSI = '0'.
    ELSE.
    READ TABLE T_VER WITH KEY
      CALMONTH =  DATA_PACKAGE-CALMONTH
      YJOBGUBUN = DATA_PACKAGE-/BIC/YJOBGUBUN.
      DATA_PACKAGE-/BIC/YAVERSI = T_VER-YAVERSI.
    ENDIF.
    IF DATA_PACKAGE-/BIC/YJOBGUBUN = '3'
      and DATA_PACKAGE-/BIC/YCOM = 'C4C0'.
    IF  DATA_PACKAGE-/BIC/YACHAR+18(4) = 'C4CV' OR
        DATA_PACKAGE-/BIC/YACHAR+18(4) = 'C4CX' OR
        DATA_PACKAGE-/BIC/YACHAR+18(4) = 'C4CW'.
        DATA_PACKAGE-/BIC/YCOM =  DATA_PACKAGE-/BIC/YACHAR+18(4).
    ENDIF.
    ENDIF.
          MODIFY DATA_PACKAGE.
          CLEAR : DATA_PACKAGE.
    ENDLOOP.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    ENDFORM.

    There are a few basic rules you're not keeping to here.  Can't use header lines on your internal tables. Also you can't use the 'into corresponding fields of table' in a select loop.  So you don't need the append or the endselect statements.
    Try this:
    $$ begin of global - insert your declaration only below this line  -
    types:
    begin of tp_yjepum,
    include type /bic/pyjepm,
    end of tp_yjepum.
    *declare tables based on types without header lines
    data:
    t_yjepum   type standard table of tp_yjepum,
    s_vjepum  type tp_yjepum.  "work area for t_vjepum,
    *if you need a work area to use with the table use the same typing as your internal table
    t_ver      type standard table of ztco_verck.
    $$ end of global - insert your declaration only before this line   -
    $$ begin of routine - insert your code only below this line        -
        ... "insert your code here
    *--  fill table "MONITOR" with values of structure "MONITOR_REC"
    *-   to make monitor entries
        ... "to cancel the update process
       raise exception type CX_RSROUT_ABORT.
    select * into corresponding fields of table t_yjepum from /bic/pyjepum
    where /bic/yopc IN ('AP', 'AS' ,'AR') .
    no append or endselect required
    if sy-subrc ne 0.
    a message to the log if there was nothing in the table?
    endif.
    select * into corresponding fields of table t_ver from ztco_verck.
    if sy-subrc ne 0.
    a message to the log if there was nothing in the table?
    endif.

Maybe you are looking for