mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:04:38 +08:00
fix binding (#1088)
This commit is contained in:
parent
9856bc10f0
commit
5b407b1058
|
@ -65,6 +65,10 @@ CLASS z2ui5_cl_core_attri_srv IMPLEMENTATION.
|
|||
|
||||
LOOP AT mt_attri->* REFERENCE INTO DATA(lr_attri).
|
||||
|
||||
IF lr_attri->o_typedescr IS NOT BOUND.
|
||||
CONTINUE.
|
||||
ENDIF.
|
||||
|
||||
IF lr_attri->bind_type = z2ui5_if_core_types=>cs_bind_type-one_time.
|
||||
DELETE mt_attri->*.
|
||||
CONTINUE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user