We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffce7c commit 395e887Copy full SHA for 395e887
src/native/zcl_2ui5_native_sql_console.clas.locals_imp.abap
@@ -352,7 +352,7 @@ class srtti_processor implementation.
352
353
method serialize.
354
355
- data(serializable_results) = zcl_srtti_typedescr=>create_by_data_object( i_data_object ).
+ data(serializable_results) = z2ui5_cl_srt_typedescr=>create_by_data_object( i_data_object ).
356
357
call transformation id
358
source srtti = serializable_results
@@ -364,7 +364,7 @@ class srtti_processor implementation.
364
365
field-symbols <data_object> type any table.
366
367
- data srtti type ref to zcl_srtti_typedescr.
+ data srtti type ref to z2ui5_cl_srt_typedescr.
368
369
data data_object type ref to data.
370
0 commit comments