Skip to content

Commit

Permalink
more utclong (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Aug 5, 2024
1 parent d313ff8 commit 137cc01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kernel/kernel_create_data_handle.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ CLASS kernel_create_data_handle IMPLEMENTATION.
CREATE DATA dref TYPE xstring.
WHEN cl_abap_typedescr=>typekind_int.
CREATE DATA dref TYPE i.
WHEN cl_abap_typedescr=>typekind_utclong.
CREATE DATA dref TYPE utclong.
WHEN cl_abap_typedescr=>typekind_date.
CREATE DATA dref TYPE d.
WHEN cl_abap_typedescr=>typekind_hex.
Expand Down

0 comments on commit 137cc01

Please sign in to comment.