Application Development 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: 

how to use the standrad Refresh button in ooalv Grid?

KiranJ
Active Participant
0 Kudos
205

Hai Experts ,

i write editable oo alv program its works fine. when change the data

then click save button its saved correctly, but the problem is totals of row & column not refresh when i am click the

Refresh button . Please Help how to handle the standard Refresh button in ooalv .

Thanks

Adv....

1 ACCEPTED SOLUTION

Former Member
0 Kudos
162

so, what do you do in your code when the user presses REFRESH? What happens is, after all, up to your program!

6 REPLIES 6

Former Member
0 Kudos
163

so, what do you do in your code when the user presses REFRESH? What happens is, after all, up to your program!

KiranJ
Active Participant
0 Kudos
162

thank q u for ur reply,

when i edit the data in grid and save the data its saved successful,

but the problem is manually i calculating the totals at the end of the Row as well as at end of the columns,

when i edit the data in Grid that totals are not effected for that im using the Standard Refresh button ,

Plz help me.

0 Kudos
162

Hi,

Try to use do_sum = 'X' for the field in field catalog instead of calculating manually.

KiranJ
Active Participant
0 Kudos
162

thanks Jayanthi for ur reply ,

thats not requirement when ever Grid display that time row & column total in output

screen .

Former Member
0 Kudos
162

Hi

It needs to use the method REFRESH_TABLE_DISPLAY, in order to refresh the output

Max

KiranJ
Active Participant
0 Kudos
162

ok thank q u for all .

solved .