fix binding (#1088)

This commit is contained in:
oblomov 2024-04-18 15:25:37 +02:00 committed by GitHub
parent 9856bc10f0
commit 5b407b1058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.