Skip to content

Commit 39849ef

Browse files
authored
lang type for ORA translation
lang type for ORA translation
1 parent 2d7ac18 commit 39849ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zcl_c8a001_adbc_query.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ CLASS ZCL_C8A001_ADBC_QUERY IMPLEMENTATION.
191191

192192
" CASE <lv_coldescr>-ddic_type.
193193
CASE ls_column_descr-ddic_type.
194-
WHEN 'CHAR'.
194+
WHEN 'CHAR' or 'LANG'.
195195
IF <fs_select_column>-aggfun IS NOT INITIAL.
196196
CREATE DATA <fs_select_column>-dref TYPE i.
197197
ELSE.

0 commit comments

Comments
 (0)