Skip to content

Commit 395e887

Browse files
committed
fix new srtti naming
1 parent cffce7c commit 395e887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/native/zcl_2ui5_native_sql_console.clas.locals_imp.abap

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class srtti_processor implementation.
352352

353353
method serialize.
354354

355-
data(serializable_results) = zcl_srtti_typedescr=>create_by_data_object( i_data_object ).
355+
data(serializable_results) = z2ui5_cl_srt_typedescr=>create_by_data_object( i_data_object ).
356356

357357
call transformation id
358358
source srtti = serializable_results
@@ -364,7 +364,7 @@ class srtti_processor implementation.
364364

365365
field-symbols <data_object> type any table.
366366

367-
data srtti type ref to zcl_srtti_typedescr.
367+
data srtti type ref to z2ui5_cl_srt_typedescr.
368368

369369
data data_object type ref to data.
370370

0 commit comments

Comments
 (0)