Hi Cristina,
If you change the value of a field on a button event, you could re-bind the context node of the table, so it will bring the new data, using below method:
lo_node->bind_table( new_items = itab ).
Regards,
Felipe
Hi Cristina,
If you change the value of a field on a button event, you could re-bind the context node of the table, so it will bring the new data, using below method:
lo_node->bind_table( new_items = itab ).
Regards,
Felipe