Moderator
2 years, 8 months ago
#34237
::
Hi Roman,
you can use the client-side BusinessObject SF_Ui5BindingHelper with the function getSelectedListItem to extract your clicked tablerow. In the output mapping you can map the selectedItem to your global variable.
Please note to use the Table itemPress event instead of the ColumnListItem press event.