I'm using ALV webdynpro for ABAP, Since BASIS team updated the support packages the ALV application doesn't update the data(table). The first time that I fill the table, it works fine, but if I change filters of query ALV keep the last data. Only works fine the first time.
I tried this:
node->bind_table(
new_items = lt_table
set_initial_elements = abap_true
).
Our support package level:
SAP_BASIS 700 0019 SAP_ABA 700 0019 SAP_APPL 600 0012Any idea?
Thanks in advanced.