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

CHECK_CHANGED_DATA not populating entire data

Former Member
0 Likes
724

Hi All,

I'm having problem in using the method CHECK_CHANGED_DATA of the class CL_GUI_ALV_GRID. I have 6 columns/fields in the grid, and when using this method, it is not returning the content of all the 6 fields. It's able to recognize the changed or added row but the value for one particular field is not being populated. Any inputs on this ?

Just as an information, I'm using OO techniques and registered events for this.

Thanks,

DK

Hi All,

I'm having problem in using the method CHECK_CHANGED_DATA of the class CL_GUI_ALV_GRID. I have 6 columns/fields in the grid, and when using this method, it is not returning the content of all the 6 fields. It's able to recognize the changed or added row but the value for one particular field is not being populated. Any inputs on this ?

Just as an information, I'm using OO techniques and registered events for this.

Thanks,

DK

5 REPLIES 5
Read only

Former Member
676

Hi

Yes, that event returns the cells with changed values only.

So what do u need?

Max

Read only

0 Likes
676

Hi Max,

The issue is it is not returning all the change fields. Out of the 6 changed fields, it is populating only 5. One field is missing.

-DK

Read only

0 Likes
676

U means if u change the values of all 6 fields, it returns 5 fields only....but it's always the same field?

if it's so, have u tried to change the value of that field?

Max

Read only

0 Likes
676

Thats right...

It is not showing a particular field all the time. Whatever value I enter for that field, its not showing.

-DK

Read only

0 Likes
676

Hi

No particular setting has to be done for the fields, that event should be triggered as soon as a value is changed.

Try to check if there's something strange in catalog table

Max