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 Event

0 Likes
1,575

Hello Experts,

What is the difference between different types of data changed event available in CL_GUI_ALV_Grid class like DATA_CHANGED, DATA_CHANGED_FINISHED ?

Thanks & Regards

Anant Mishra

Hello Experts,

What is the difference between different types of data changed event available in CL_GUI_ALV_Grid class like DATA_CHANGED, DATA_CHANGED_FINISHED ?

Thanks & Regards

Anant Mishra

4 REPLIES 4
Read only

former_member226999
Contributor
0 Likes
1,273

on event DATA_CHANGED code validation routines etc here, this trigger once user make change in ALV and hit enter key. for DATA_CHANGED_FINISHED code any requirements after all changes are finished.

Read only

0 Likes
1,273

Thanks Francis

Read only

rosenberg_eitan
Active Contributor
0 Likes
1,273

Hi,

A good read

And some experimenting will do the trick

Regards.

Read only

0 Likes
1,273

Thanks Eitan