ajson fix type p (#985)

This commit is contained in:
oblomov 2024-03-02 23:35:38 +01:00 committed by GitHub
parent bb9bea912f
commit 9bda034436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1187 additions and 1181 deletions

File diff suppressed because it is too large Load Diff

View File

@ -62,13 +62,13 @@ CLASS z2ui5_cl_core_json_srv IMPLEMENTATION.
ASSIGN lr_attri->r_ref->* TO FIELD-SYMBOL(<val>).
TRY.
* 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.
* <val> = lo_val_front->mt_json_tree[ 1 ]-value.
* ENDTRY.
CATCH cx_root INTO DATA(x).
ASSERT x IS BOUND.
ENDTRY.