Application Development 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: 

Class ALV in Edit mode and F4 Value help

Former Member
0 Kudos

I am displaying Customer Information in ALV Grid with class method. Customer Number is editable mode and having search help. When user F4 on Customer Number and select any value from search help. This selected new value is not passing to ALV grid in Customer number column. I tried with on_f4 method, but it is not working or something i doing incorrect.

Can any one help to solve this problem ?

Many thanks

3 REPLIES 3

0 Kudos

Hi.

try with method check_changed_data in after event.

 CALL METHOD go_grid->check_changed_data
      IMPORTING

or implement a local_event_class to handle F4 event and Change event.

The demo program "BCALV_TEST_GRID_F4_HELP" can help you tu find the correct code.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

This message was moderated.