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 refresh

Former Member
0 Likes
337

Hi experts,

I have standard editable cl_alv_grid and some troubles with refresh of character  fields. If I enter value manually it is not copied into internal table automatically. I need to press ENTER then remaining zeros are added and value is copied. I have F4 on this field and it's working OK-with leading zeros after the selection. Do I need another event to do this refresh without ENTER?

Best regards

Pawel Smuda

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
313

First perform some checks on method CHECK_CHANGED_DATA and event DATA_CHANGED.

(Read also Making ALV to react to Change data automatically)

Regards,

Raymond

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
314

First perform some checks on method CHECK_CHANGED_DATA and event DATA_CHANGED.

(Read also Making ALV to react to Change data automatically)

Regards,

Raymond