mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:04:38 +08:00
parent
a85f1a1dc8
commit
0a0673650f
|
@ -61,10 +61,14 @@ CLASS z2ui5_cl_core_json_srv IMPLEMENTATION.
|
|||
ENDIF.
|
||||
|
||||
ASSIGN lr_attri->r_ref->* TO FIELD-SYMBOL(<val>).
|
||||
lo_val_front->to_abap(
|
||||
IMPORTING
|
||||
ev_container = <val> ).
|
||||
|
||||
TRY.
|
||||
lo_val_front->to_abap(
|
||||
IMPORTING
|
||||
ev_container = <val> ).
|
||||
CATCH cx_root.
|
||||
<val> = lo_val_front->mt_json_tree[ 1 ]-value.
|
||||
ENDTRY.
|
||||
CATCH cx_root INTO DATA(x).
|
||||
ASSERT x IS BOUND.
|
||||
ENDTRY.
|
||||
|
|
Loading…
Reference in New Issue
Block a user