Skip to Content
0
Former Member
Mar 30, 2012 at 12:43 AM

ALV web dynpro doesn't update data

47 Views

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 0012

Any idea?

Thanks in advanced.