Hi everyone,
I want to refresh a table in a block in the Webclient.
Right now I modify my table with this code.
check 'condition'
entity ?= current.
entity->delete( ).
entity->reread( ).
is simple, but the problem is the table doesn't refresh !
Ive tried with
lv_tran TYPE REF TO if_bol_transaction_context.
lv_tran = entity->get_transaction( ).
but it doesn't works eather.
Does anyone know wha could I use.
Regards