cancel
Showing results for 
Search instead for 
Did you mean: 

CL_GUI_ALV_GRID, DATA_CHANGED_FINISHED,data in outtab

Former Member
0 Kudos

Hello together,

I've read many posts, but I do not find any solution.

Problem:

I' ve got the alv-grid on a tab-reiter application.

I can edit my grid. When I press 'Enter' after any change in the control, the data changes correctly, with the event "DATA_CHANGED_FINISHED". But when I add an new line, with the alv-button "+", or copy some lines, the event "DATA_CHANGED_FINISHED" is not been called. So I have differences between the table in the programm and the data shown in the control. Could I call the DATA_CHANGED_FINISHED event manually ?

Thanks for your help, and other ideas ..

Greetings Sascha

Accepted Solutions (1)

Accepted Solutions (1)

Did you try calling method CHECK_CHANGED_DATA (see the class CL_GUI_ALV_GRID for more info).

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you tried the event DATA_CHANGED? Is it good or not ? why not ?

Just a hint.

Former Member
0 Kudos

sure,

but the same problem, in the "data_changed" the table is not updated from the control and you don't get the event, when you click on the buttons (insert, copy, delete,...)