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

ALV grid - not saving data withoutpressing 'Enter'.

Bema
Active Participant
0 Likes
524

hi,

I have an ALV grid (OO). I have written the code to update the final internal table in the method handle_data_changed.

So If the user presses SAVE without hitting 'Enter' key, it is not saving the data .

How can I handle this.

Regards,

Beena.

hi,

I have an ALV grid (OO). I have written the code to update the final internal table in the method handle_data_changed.

So If the user presses SAVE without hitting 'Enter' key, it is not saving the data .

How can I handle this.

Regards,

Beena.

1 REPLY 1
Read only

Former Member
0 Likes
381

hi,

u can refresh it using method refresh_table_display.

regards,

janakiram.