Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REFRESH button in Classical report

Former Member
0 Likes
509

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?

1 REPLY 1
Read only

former_member184675
Active Participant
0 Likes
302

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.