mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 11:06:23 +08:00
parent
04958e02fa
commit
13120c3637
|
@ -8,6 +8,16 @@ Legend
|
||||||
+ : added
|
+ : added
|
||||||
- : removed
|
- : removed
|
||||||
|
|
||||||
|
|
||||||
|
2024-04-17 v1.125.0
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Binding Fixes for Attributes created with RTTI
|
||||||
|
+ XML View Extensions
|
||||||
|
+ Replace Magic Numbers and Fixes for Auto Renaming
|
||||||
|
+ Download base64 Files
|
||||||
|
+ Features for Interactive Charts
|
||||||
|
|
||||||
2024-04-01 v1.124.0
|
2024-04-01 v1.124.0
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ CLASS z2ui5_cl_core_attri_srv IMPLEMENTATION.
|
||||||
METHOD attri_after_load.
|
METHOD attri_after_load.
|
||||||
|
|
||||||
LOOP AT mt_attri->* REFERENCE INTO DATA(lr_attri).
|
LOOP AT mt_attri->* REFERENCE INTO DATA(lr_attri).
|
||||||
|
TRY.
|
||||||
lr_attri->r_ref = attri_get_val_ref( lr_attri->name ).
|
lr_attri->r_ref = attri_get_val_ref( lr_attri->name ).
|
||||||
lr_attri->o_typedescr = cl_abap_datadescr=>describe_by_data_ref( lr_attri->r_ref ).
|
lr_attri->o_typedescr = cl_abap_datadescr=>describe_by_data_ref( lr_attri->r_ref ).
|
||||||
|
|
||||||
|
@ -54,6 +54,9 @@ CLASS z2ui5_cl_core_attri_srv IMPLEMENTATION.
|
||||||
<val> = z2ui5_cl_util=>xml_srtti_parse( lr_attri->srtti_data ).
|
<val> = z2ui5_cl_util=>xml_srtti_parse( lr_attri->srtti_data ).
|
||||||
CLEAR lr_attri->srtti_data.
|
CLEAR lr_attri->srtti_data.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
CATCH cx_root.
|
||||||
|
ENDTRY.
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user