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: 

Getting F4 Help value into ALV Grid cell

Former Member
0 Kudos

Hi

I am displaying one ALV grid.

In the filed catalog, for one field , I am using

WA_FIELDCAT-EDIT = 'X'.

So, I am able to change that field value in the grid display.

I am also getting the F4 help for that field.

But , If a select a value from F4 help, that value is not coming to the grid cell.

Can u write the solution?

Thanks

2 REPLIES 2

Former Member
0 Kudos

For F4 .

You have use on_f4 event of cl_gui_alv_grid class .

there you have transfer the values from selected F4 field value to your field .

former_member188685
Active Contributor
0 Kudos

are you using

ref_fieldname

ref_tabname

if not use them and see.