‎2011 Feb 22 8:18 AM
Hi,
We have one classical interactive report using write statement and we would like add refresh button, so that user need not execute the report from initial screen.
I have added refresh button in GUI and wrote in at user command also, but still not working. When i added refresh button in another ALV report it was working fine.
Is that refresh button will work for write command report? if possible how can we acheive this?
‎2011 Feb 23 9:30 AM
Hi,
It should work.
Define a button in GUI Status with FCODE 'REFRESH' (or whatever)
in At USER-COMMAND event do:
- get new data from DB
- output new data
Make sure you have the start-of-selection and end-of-selection events in the program.
If you didn't figure it out by now, post your code and I'll have a look at it.
regards.