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 Object : PB save

Former Member
0 Likes
680

Hello,

I have a problem on my ALV GRID Object : http://ups.imagup.com/08/1267766596.jpg

For example if I fill the cell "Department" of the first line and I click on "Save Button" without tape "Enter"'

or click on an other cell of my grid. Others fields of the line are saved but the "Department" field will be empty.

I have tried with event on data changed, but until I click on "Enter" or an other Cell the event didn't triggered.

If someone have an idea ... Tank's a lot

Nicolas

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
641

when you click on save without enter - call this method go_alv_grid->check_changed_data. This will makesure the changed data is reflected back to internal table.

when you click on save without enter - call this method go_alv_grid->check_changed_data. This will makesure the changed data is reflected back to internal table.

3 REPLIES 3
Read only

Manohar2u
Active Contributor
0 Likes
642

when you click on save without enter - call this method go_alv_grid->check_changed_data. This will makesure the changed data is reflected back to internal table.

Read only

tizo_lee
Explorer
Read only

Former Member
0 Likes
641

Thanks a lot for yours answers, my problem is solved !