Forum

Vitali Kurdasov
Moderator
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the Intermediate Certification
2 years, 8 months ago #34237
Up
1
Down
::

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.