A generic reference cannot be dereferenced
see https://github.com/oblomov-dev/abap2UI5/issues/156
https://github.com/abap2UI5/abap2UI5/issues/1816
https://github.com/abap2UI5/abap2UI5/issues/1856
yea... I'll get to it sometime
All good! I’ll just keep posting related issues to gently maintain the pressure 😄
https://github.com/abap2UI5/abap2UI5/issues/1922
cl_abap_datadescr=>describe_by_data( lr_ref->* ).
CLEAR lr_attri->r_ref->*.
ASSIGN COMPONENT r_interface->shlpfield OF STRUCTURE mr_data->* TO FIELD-SYMBOL(<value>).
756, https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abennews-756-dref.htm
Modification
Dereferencing Data References
The dereferencing operator->* can be used for generically typed data reference variables in almost all operand positions now. Before, that was possible in the ASSIGN statement only.
@oblomov-dev try again, latest version
looks good to me 👍