Hi,
In a general ALV report, i am using reuse_alv_grid_display for displaying the output. For the ALV header, i am using reuse_alv_events_get and reuse_alv_commentary_write to form a header table and passing in the it_events in the grid display FM. By doing so, whenever some1 tries to export the files from ALV to desktop, after the operation the header contents gets repeated multiple times. something like below -
report name: xyz
date: 12.31.2011
time:17:15:23
after downloading it becomes
report name: xyz
date: 12.31.2011
time:17:15:23
report name: xyz
date: 12.31.2011
time:17:15:23
report name: xyz
date: 12.31.2011
time:17:15:23
report name: xyz
date: 12.31.2011
time:17:15:23
is this a problem related to clearing the tables? please help. When i debugged the std FM i found its calling the FM again after downloading, but somehow only header part is repeating.