Field conversion from char .

Dear member ,
            Is there any way to reduce the prefix zero from sale order 10 digit char .
           EG: if 0053549980 is the so no I want to make it 53549980  . I have transfered  the vale into integer variable but error is coming  data overflow .
Help me to find out the solution .
Regards ,
Joy .

Hi Joy,
Try using the PACK keyword to remove the leading zeros.
PACK <var1> TO <var2>.
CONDENSE <var2>.
Here var1 and var2 both are Character Type variables.
Hope it helps.
Regards,
Himanshu

Similar Messages

  • Conversion of date field format from char to dats

    Hi All,
    one issue with Date field.
    in my internal table i have a date field with type char(10).
    But when I upload the data to database through upload program,  there I have a date field with type "DATS".
    how do I convert and store it in "DATS " format in database.
    please help...

    HI ,
    Try this use  CONVERT_DATE_TO_INTERNAl
    CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
      EXPORTING
        date_external                  = "ur date from file
      ACCEPT_INITIAL_DATE            =
    IMPORTING
    DATE_INTERNAL                  =  "( date in dats format )
    EXCEPTIONS
      DATE_EXTERNAL_IS_INVALID       = 1
      OTHERS                         = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

  • Middleware-Error of Field conversion from R/3 to CRM

    Hello Friends,
    I am getting the below error when we tried replicating pricing condition objects from R/3 to CRM. Kindly help me if you have any solution on this.
    Funct. CND_MAP_CONV_FUNC_T682Z_QUSTR cannot convert content KOMP of field T682Z-QUSTR to field /SAPCND/T682Z-QUSTR
    Message no. CND_MAP141
    Diagnosis
    Conversion of the source field into the target field cannot be implemented. Possible causes may be:
    No conversion is defined for the current contents of the source field in the system tables for condition exchange.
    There is no conversion rule for converting the current field content in the system tables for condition exchange.
    Conversion according to the defined conversion rule was not correct for the current contents of the source field.
    The reason for this os often problems that result from putting together an R/3 System with a CRM System. These problems are, for example:
    not paying attention to the restrictions in CRM for data values or supporting applications and objects,
    incorrect exchange objects or exchange objects with the wrong selection values,
    an inconsistent data structure from the R/3 OLTP System.
    Thanks & Regards,
    Yogesh

    Hello Yogesh
    I have just noticed the message you placed on SDN re condition customising download errors.  Did you ever get to the bottom of this problem ?
    The reason I ask is that I am getting similar errors. I actually started with two errors which I believe are related, these being:
    Funct. CND_MAP_CONV_FUNC_T682Z_FNAME cannot convert content AUBEL of field T682Z-QUFNA to field /SAPCND/T682Z-QUFNA
    and
    Funct. CND_MAP_CONV_FUNC_T682Z_QUSTR cannot convert content KOMP of field T682Z-QUSTR to field /SAPCND/T682Z-QUSTR
    I have since read OSS Note 319636 and looked at maintaining the separate
    conversion rules in CRM Customizing table CND_MAPM_CNV_FLM by adding an
    entry for AUBEL into view V_CND_MAP_CNVFLD using SM30. This I saved to
    a transport.
    I then looked to add AUBEL to the field catalog within the IMG however I received a
    message stating that :
    "Entry is in SAP name space. Message no. /SAPCND/CUSTOMIZING403".
    So it won't let me.
    Did you have similar problems and did you resolve them ?
    Regards
    Ian
    [email protected]

  • Conversion from Char to Packed Number

    Hi,
    How do we convert a 18 byte char field(Which contains all numerics) in to a 8 byte field ?
    Regards,
    Hari

    Hi.,,
    what is your actual requirement ??
    if u want to move a character variable which contains all numerics into a P type field u can directly move it !!
    <b>data w_char(18) type c value '1234567'.
    data w_p type p decimals 2.
    move w_char to w_p.
    write w_p.</b>
    <u>If you want to hold large numbers then increase the size of P type variable..</u>
    <u>data w_p<b>(10)</b> type p decimals 2.</u>
    reward if it helps u..
    sai ramesh.

  • Conversion from char to byte

    can anybody to convert char which is unicode in java as one byte. i want to print that byte as ascii.
    i tried below method.
    char temp='s';
    ByteBuffer buff= ByteBuffer.wrap(some byte array of some size);
    buff.putChar(temp);
    out.writeByte(buff.getChar()); // out is my dataoutput stream which
    // stores in some file by using
    // fileoutputstream.
    in some case i got right output like: s
    but in some case i got: sX where X=white space.
    so it's still writing as unicode eventhough i called writeByte.
    i want to change my program little bit by putting char as byte and not as char in bytebuffer and i want to do something like this after i store my chars as byte
    out.writeByte(buff.getByte());
    do you have any method to convert char to byte and store it in buff?
    thanks a lot.

    Try the toBytes() method of the String class.

  • Conversion from char to date

    I have a filename as final_20120928_142334.txt
    I have to get only date value from this as 20120928_142334
    then I have to convert this into date time format as yyyymmdd hh24:mi:ss

    To extract the actual filename into a table, use the code for the 'Retrieve File List' example in this document - on page 8.
    http://s3.amazonaws.com/Ora/ODI_Waiting_for_a_file_and_processing_it.pdf
    Then use the expression posted by 955950 above to format the string.
    Edited by: _Phil on Sep 28, 2012 11:48 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Field setting when collective conversion from planned order to PR

    Dear expert:
    Is there any way(except ABAP enhancement) to add the field "tracking number" in MD15 when I conduct collective conversion from planned order to PR. Seems in standard config this field in not included in this screen. I have set this field as a mandatory field, but even though when I conduct the conversion, this field still can not be displayed in the MD15 conversion screen.

    Hi,
    There are following T. Codes to convert Planned Order to PR;
    MD14 - Individual Conversion
    MD15 - Collective Conversion
    MDUM - In Background
    Also MD04
    User Exit is LMDZU001 - User exits in additional planning

  • Deprecated conversion from string constant to 'char*'

    Hi all
    I am working with strings and i cant figure out why the following
    warning appears at time of build.
    warning: deprecated conversion from string constant to 'char*'
    It appears for the line
    char *myName = "Apple.txt";
    Is there anyone who can help me?
    Help is welcome.
    Thanks in advance.

    Any reason why you aren't using NSString in place of char?
    char *myName = "Apple.txt";
    NSString *myName = @"Apple.txt";

  • How to change a field of type CHAR of a database table to DATS

    Dear ABAP experts,
    I have a database table: ZLT_aztnew with fields M1, M2, K1, K2, A1, A2, P1, P2, S2, D1, D2,  STD, BES. All these fields are of type 'Character'.  except D2 which is of type DATS. The field D1 is date and is in format DD.MM.YYYY.
    I want to convert this field D1 to type DATS so that I can use a date range through 'selection option' to select other  data of other fields (M1, M2, K1, K2, A1, A2, P1, P2, S2, D1, STD, BES.) related to field D1 from the database table Zlt_aztnew.
    How should I introduce this change (CONVERSION OF D1 CHAR to DATS in the .AZT file upload code itself.
    Problem: If I define D1 as Type  DATS in database table ZLT_AZTNEW then the UPLOAD fails.
    The AZT file upload code is:
    Data  it_string   type stringtab.
    Data  lv_string    type string.
    DATA:  itab  TYPE STANDARD TABLE OF zlt_aztnew.
    DATA:  wa_tab    TYPE zlt_aztnew.
    DATA: file_str1 type string.
    Data: it_tab TYPE STANDARD TABLE OF file_table,
            lw_file LIKE LINE OF it_tab,
            gd_subrc TYPE i.
    SELECTION-SCREEN begin of block blk with frame title text-100.
      SELECTION-SCREEN SKIP 2.
        parameters : p_file like rlgrap-filename .
    SELECTION-SCREEN end of block blk.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
        window_title = 'Select only Text File'
        default_filename = '.azt'
        multiselection = 'X'
        CHANGING
        file_table = it_tab
        rc = gd_subrc.
    READ TABLE it_tab INTO lw_file INDEX 1.
       p_file = lw_file-FILENAME.
    Start-of-Selection.
      file_str1 = P_file.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                      = file_str1
    *    filename                      = '\\10.10.1.92\Volume_1\_projekte\Zeiterfassung-SAP\test.azt'
      tables
        data_tab                      = it_string
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT it_string  INTO lv_string.
    clear wa_tab.
    SPLIT lv_string AT ';' INTO  wa_tab-M2   wa_tab-k2   wa_tab-A2   wa_tab-P2  wa_tab-S2   wa_tab-D1  wa_tab-STD  wa_tab-BES.
    Append wa_tab to itab.
    Write: sy-uline(120),
              / sy-vline,
                2 wa_tab-M2,
               11 sy-vline,
               13 wa_tab-k2,
               25 sy-vline,
               27 wa_tab-A2,
               32 sy-vline,
               34 wa_tab-P2,
               39 sy-vline,
               41 wa_tab-S2,
               46 sy-vline,
               48 wa_tab-D1,
               60 sy-vline,
               62 wa_tab-STD,
               72 sy-vline,
               74 wa_tab-BES,
              120 sy-vline.
    ENDLOOP.
    DATA: Answer.
    UPDATE zlt_aztnew From Table itab.
    * INSERT ZLT_aztnew From Table itab accepting duplicate keys.
    If sy-subrc NE 0.
    CALL FUNCTION 'POPUP_TO_CONFIRM'
      EXPORTING
       TITLEBAR                    = 'TITLE '
    *   DIAGNOSE_OBJECT             = ' '
        text_question               = 'Wollen Sie die vorhandenen Inhalte ändern'
       TEXT_BUTTON_1               = 'Ja'(001)
    *   ICON_BUTTON_1               = ' '
       TEXT_BUTTON_2               = 'Nein'(002)
    *   ICON_BUTTON_2               = ' '
       DEFAULT_BUTTON              = '1'
       DISPLAY_CANCEL_BUTTON       = 'X'
    *   USERDEFINED_F1_HELP         = ' '
    *   START_COLUMN                = 25
    *   START_ROW                   = 6
    *   POPUP_TYPE                  =
    *   IV_QUICKINFO_BUTTON_1       = ' '
    *   IV_QUICKINFO_BUTTON_2       = ' '
    IMPORTING
       answer                      = answer
    * TABLES
    *   PARAMETER                   =
    EXCEPTIONS
       TEXT_NOT_FOUND              = 1
       OTHERS                      = 2
    *IF sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *ENDIF.
    IF Answer = '1'.
    WRITE: / 'Die vorhandenen Inhalte war geändernt'.
    MODIFY zlt_aztnew From Table itab.
    ENDIF.
    ENDIF.
    TO introduce a date range and pull data from the database table Zlt_AZTNEW--> I wrote the BELOW code SEPARATELY,
    but after execution, the error I am getting is: Enter a valid Date (for example, 31.03.2014).
    TABLES:   ZLT_aztnew.
    TYPES:  Begin OF ty_AZTN,
             M2   TYPE Zlt_AZTNEW-M2,
             K2   TYPE Zlt_AZTNEW-K2,
             A2   TYPE Zlt_AZTNEW-A2,
             P2   TYPE Zlt_AZTNEW-P2,
             S2   TYPE Zlt_AZTNEW-S2,
             D1   TYPE Zlt_AZTNEW-D1,
             STD  TYPE Zlt_AZTNEW-STD,
             BES  TYPE Zlt_AZTNEW-BES,
           END OF ty_AZTN.
    DATA:   gv_datum  TYPE d.
    DATA:   it_aztn TYPE STANDARD TABLE OF ty_aztn with  header line.
    CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
      EXPORTING
        date_external                  = zlt_aztnew-D1
    *   ACCEPT_INITIAL_DATE            =
    IMPORTING
       DATE_INTERNAL                  = gv_datum
    * EXCEPTIONS
    *   DATE_EXTERNAL_IS_INVALID       = 1
    *   OTHERS                         = 2
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
           SELECT-OPTIONS: s_datum FOR gv_datum.
          INITIALIZATION.
            s_datum-low  = sy-datum.
            s_datum-high  = sy-datum.
            APPEND s_datum.
    ********** After this further code follows with "SELECT"  wherein I want to use the gv_datum as Where condition.
    SELECT   M2
                      K2
                      A2
                      P2
                      S2
                      D1
                      STD
                      BES
             FROM     ZLt_AZTNEW
             INTO     TABLE it_AZTN
             Where    D1 = gv_datum.
    Please provide me your valuable suggestion to correct any flaw in my code above.
    Looking forward for your reply.
    Best regards
    Chandan Kumar

    Dear Rama,
    Plz refer the following difference in naming conventions as compared to your suggestion:
    it_flat_file --> itab, (internal table for AZT fiel upload and split)
    ls_flat_file ---> wa_itab,
    Ztable --> Zlt_aztnew2,    (Dbase file)
    it_ztable ---> it_zlt_aztnew2, (internal table)
    ls_ztable --> wa_aztnew2,
    I wrote the following code but it is not working. Please also refer the attached screen shot of the database table : ZLT_AZTNEW2.
    Data  it_string   type stringtab.
    Data  lv_string   type string.
    DATA: file_str1 type string.
    Data: it_tab TYPE STANDARD TABLE OF file_table,
          lw_file LIKE LINE OF it_tab,
          gd_subrc TYPE i.
    TYPES: Begin of Ty_itab,
            M2  TYPE Char7,
            K2  TYPE Char3,
            A2  TYPE Char3,
            P2  TYPE Char3,
            S2  TYPE Char3,
            D1  TYPE Char8,
            STD TYPE Char8,
            BES TYPE Char80,
           END OF ty_itab.
    DATA: itab Type Standard Table of ty_itab,
          wa_itab Type ty_itab.
    DATA: it_zlt_aztnew2 type standard table of Zlt_aztnew2,
          wa_aztnew2     TYPE Zlt_aztnew2.
    SELECTION-SCREEN begin of block blk with frame title text-100.
      SELECTION-SCREEN SKIP 2.
        parameters : p_file like rlgrap-filename .
    SELECTION-SCREEN end of block blk.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
        window_title = 'Select only Text File'
        default_filename = '.azt'
        multiselection = 'X'
        CHANGING
        file_table = it_tab
        rc = gd_subrc.
      READ TABLE it_tab INTO lw_file INDEX 1.
      p_file = lw_file-FILENAME.
    Start-of-Selection.
      file_str1 = P_file.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                      = file_str1
    *    filename                      = '\\10.10.1.92\Volume_1\_projekte\Zeiterfassung-SAP\test.azt'
      tables
        data_tab                      = it_string
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT it_string  INTO lv_string.
      Clear wa_itab.
      SPLIT lv_string AT ';' INTO  wa_itab-M2   wa_itab-k2   wa_itab-A2   wa_itab-P2  wa_itab-S2         wa_itab-D1  wa_itab-STD  wa_itab-BES.
      append wa_itab to itab.
      Write: sy-uline(120),
              / sy-vline,
                2 wa_itab-M2,
               11 sy-vline,
               13 wa_itab-k2,
               25 sy-vline,
               27 wa_itab-A2,
               32 sy-vline,
               34 wa_itab-P2,
               39 sy-vline,
               41 wa_itab-S2,
               46 sy-vline,
               48 wa_itab-D1,
               60 sy-vline,
               62 wa_itab-STD,
               72 sy-vline,
               74 wa_itab-BES,
              120 sy-vline.
    ENDLOOP.
    LOOP at itab into wa_itab.
      CLEAR wa_aztnew2.
      wa_aztnew2-D1+0(4) = wa_itab+6(4).
      wa_aztnew2-D1+4(2) = wa_itab+3(2).
      wa_aztnew2-D1+6(2) = wa_itab+0(2).
    Append wa_aztnew2 to it_zlt_aztnew2.
    ENDLOOP.
    MODIFY Zlt_aztnew2 from table it_zlt_aztnew2.
    Looking forward for your suggestiojn.
    Regards
    Chandan

  • Conversion from string "20041023 " to type 'Date' is not valid.

    Hi ,
       I have a table with one of the column(EmpHiredate) datatype is char(10). It has value like "20141023". I need to display this value as date format(dd/mm/yyyy) in report. 
    Following methods i tried in textbox expression but no luck.
    =Format(Fields!EmpHireDate.Value,"dd/MM/yyyy")
    =Cdate(Fields!EmpHireDate.Value)
    Error:
    [rsRuntimeErrorInExpression] The Value expression for the textrun ‘EmpHireDate.Paragraphs[0].TextRuns[0]’ contains an error: Conversion from string "20041023  " to type 'Date' is not valid.
    Is it possible to convert string to date using SSRS textbox expression ? Can anyone help me with the solution.
    Thanks,
    Kittu

    Hi Jmcmullen,
         Found one more issue on the same. I have one value like "00000000" for the column(EmpHiredate)
    , when i use above expression values(ex:"20141023")
    are displaying in dd/MM/yyyy format in report except value like "00000000" and giving following error:
    [rsRuntimeErrorInExpression] The Value expression for the textrun ‘EmpHireDate.Paragraphs[0].TextRuns[0]’ contains an error: Conversion from string "0000/00/00" to type 'Date' is not valid.
    Even i tried to pass its original value("00000000") as below but no luck.
    =IIF(Fields!EmpHireDate.Value = "00000000","00000000",Format(CDATE(MID(Fields!EmpHireDate.Value,1,4) + "/" + MID(Fields!EmpHireDate.Value,5,2) + "/" + MID(Fields!EmpHireDate.Value,7,2)),"dd/MM/yyyy"))
    Also tried this:
    =IIF(Fields!EmpHireDate.Value = "00000000","2000/10/21",Format(CDATE(MID(Fields!EmpHireDate.Value,1,4) + "/" + MID(Fields!EmpHireDate.Value,5,2) + "/" + MID(Fields!EmpHireDate.Value,7,2)),"dd/MM/yyyy"))
    Please Suggest. 
    Thanks ,
    Kittu

  • Field conversion problem

    Hi,
    somebody has written mv45afzz program. now I am modifying that.
    last week i included a field in vbap table as field1 (CHAR, 18).
    num1 field has CHAR(10).
    FORM USEREXIT_MOVE_FIELD_TO_VBAP.
      if vbap-matnr <> *vbap-matnr.
        clear vbap-field1.
        select single t1~num1 into vbap-field1
          from mara as t1 inner join zcust as t2
            on t1num1 = t2num1
          where matnr = vbap-matnr
          and   mtart = 'NSTK'
          and   delet = ''.
      endif.
    this user exit is related to Contracts(va41). when i am giving material number in va41, it is checking with mara table and saying that number is not valid.
    for example i entered 1001 number as matnr which is exist in the mara table.
    In debug mode, i added 14 zeros in field1, then it is working perfectly.
    shall i need to call the field conversion function module like...
    CONVERSION_EXIT_MATN1_INPUT...
    anybody has idea...
    Thanks in advance,
    Yad.

    Hi,
    I have written like this..still not getting...padding zeros to vbap-field1 is my solution..but how can i do that...
    FORM USEREXIT_MOVE_FIELD_TO_VBAP.
    Data: num1 like zcust-num1,
             field1 like vbap-field1.
    CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
        EXPORTING
              INPUT              = num1
           IMPORTING
             OUTPUT             = field1
      if vbap-matnr <> *vbap-matnr.
        clear vbap-field1.
        select single t1~num1 into vbap-field1
          from mara as t1 inner join zcust as t2
            on t1num1 = t2num1
          where matnr = vbap-matnr
          and   mtart = 'NSTK'
          and   delet = ''.
      endif.
    Thanks in advance,
    Yad.

  • Error while loading : Time conversion from 0CALDAY to 0FISCPER

    Hi ,
           I get the following error when loading to an ODs .
    My 0FISCPER is mapped to one of the date fields from the extractor (Document date) and also Have 0FISCVARNT as part of data fields  .
    " Time conversion from 0CALDAY to 0FISCPER (fiscal year ) failed with value 20060405 " .
    thanks .

    Hello CG
    Please refere this forum
    Time conversion problem
    Thanks
    Chandran

  • Automatic fields copy from PR to PO

    Hi All,
    I have added new sub screen in PO & PR (ME21N & ME51N) transaction. i have included same field in both the transaction.
    ex.  EBAN-ZZFIELD1
           EBAN-ZZFIELD2
           EKPO-ZZFIELD1
           EKPO-ZZFIELD2
    Now i want to create PO based on PR by using automatic conversion program ME59 and BAPI. while converting PR to PO is there any way to copy additional field value from PR to PO without writing code explicitly under user exit/ BADI level.

    hi zee a, i need your help concerning 'Vendor xxxxxxx not intended for purch. org. xxxx Purchasing Organization  ' . i have a similar problem.i found your thread but i am not understanding what you said at the end:
    Thanks guys. I found the issue without applying the oss note. The problem was with the org structure. I had to change the struture seperately for each company code / Pur Org. It is working now.

  • Conversion from u0091Stringu0092 to type u0091Dateu0092

    Hi,
    I am fetching a date from DeliveryDate TextBox from Sales Order. I enter as 10/03/2007. As I need to fetch this value and store it in Production Order DueDate records through SDK Code.When I fetch this value from code,I get as 20070310. When I try to update my Production Order DueDate it gives me an Error Msgbox “Conversion from string “20070310” to type ‘Date’ is not valid.” Here is my code to update production order.
    Dim DelDt As String
    DelDt = MyForm.Items.Item("12").Specific.value
    Here DelDt shows 20070310
    Now I have created an object of ProductionOrder and try to add Records,
    sboProdOrder.DueDate = DelDt
    On the above line it gives me that messagebox.
    Can any one help me as to how can I convert this code in a working one or how to convert the string to date in VB.Net
    Thanks a lot
    Murtaza

    Hi Murtuza,
    Retrieving the value from a date-field through the value always returns the date as a string in the format yyyymmdd.
    the field DueDate is a field of type DateTime.Date. to enter the date in this field, you must convert the string to a date.
    The following line converts the date-string to a date.
    new DateTime.Date(left(DelDt,4), mid(DelDt,5,2), right(DelDt,2))
    Regards
    Ad

  • Conversion from milliseconds to Date in 1.5

    A java.util.Date object can be constructed by passing the number of milliseconds since 1 January 1970 as a constructor argument. This Date can then be formatted to a human-readable format with SimpleDateFormat.
    I have tested this conversion from milliseconds to a date both in Java SDK 1.4.1 and Java 1.5.0 to see if there are differences in the way dates are calculated from milliseconds. It seems that there are differences when the system timezone is set to Europe/Berlin. The dates from 1.5.0 are one hour ahead of those from 1.4.1 in a certain week in May 1945 and a day in September 1945.
    This means that milliseconds that are generated from a date by using the Java 1.4.1 runtime and then stored are interpreted differently when they are retrieved when using java runtime 1.5.0, if they happen to be one of those days in 1945. This could cause discrepancies when an application is migrated to JDK 1.5.0.
    This is only a minor problem, but is there any way to know what caused these changes in SDK 1.5.0 and what these changes are? Is there historical data that the Sun implementation is based on to calculate dates from millisecond values?
    Any help is appreciated.
    Kind regards

    I found the following at "http://thedailywtf.com/forums/70146/ShowPost.aspx"
    In summer 1945, Berlin and the Soviet-occupied part of Germany observed a daylight savings time of two hours. Unfortunately, Sun's JRE 1.4 implementation of GregorianCalendar defines a maximum DST of one hour and, in non-lenient mode, rejects the 2 hours as invalid when recalculating all fields after the millisecond field is set.
    Here's the bug report: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4639407

Maybe you are looking for

  • Front Row / Itunes 9

    I have an 08 iMac. I have not upgraded to Snow Leopard yet but recently installed iTunes 9. Now my FrontRow app doesn't work properly; it can't find any of the files. When I use the remote and select a Movie, Music, Photos, etc.. category it says tha

  • H.264 and other compression

    apple makes H.264 sound like its loss-less. Is it? is there any compression codec out there thats loss-less besides Animation?

  • Can't Play AVI files (revisited)

    I have installed both the DivX and Perian bundles and I am still get the white frame in QuickTime when I try to play an AVI file. Does anyone have any solutions on how to get AVI files to play in QuickTime? My workflow is this... I have created uncom

  • Where are Ae CC and Pr CC?

    Hi there, Just got my new laptop and wanted to install my CC for Teams in this. So I turned on my old laptop, logged out and uninstalled everything. On my desktop at the job, I have done nothing. Now, on this my new laptop, I installed the CC dashboa

  • [SOLVED] vagrant installation difficulties

    preface : new to arch I've had some trouble getting vagrant installed, and would really appreciate some pointers. Installing via the AUR package / makepkg results in the following errors. I'm only including this for reference since this is specific t