Skip to content

Commit 1571d23

Browse files
authored
Update zcl_tbox_csvfield.clas.abap
1 parent ce0be3c commit 1571d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zcl_tbox_csvfield.clas.abap

+2-2
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ CLASS zcl_tbox_csvfield IMPLEMENTATION.
647647
TRY.
648648
DATA(res) = xco_cp_time=>date(
649649
iv_year = CONV #( i_value(4) )
650-
iv_month = CONV #( i_value+2(2) )
651-
iv_day = CONV #( i_value+4(2) ) ).
650+
iv_month = CONV #( i_value+4(2) )
651+
iv_day = CONV #( i_value+6(2) ) ).
652652
CATCH cx_no_check.
653653
RETURN.
654654
ENDTRY.

0 commit comments

Comments
 (0)