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: 

ALV F4 value update

Former Member
0 Kudos

Hi All,

I am having a problem in F4 help for ALV, I have used register_f4_for_fields method for F4 help and its also displaying value that I select from F4 but when I use check_changed_data method to get the changed value Its not returning any value.

I have also tried refreshing alv but no result. Does any one have any suggestion.

Thanks,

Shailly

3 REPLIES 3

Former Member
0 Kudos

I hope you are expecting the value to be updated in a particular cell which is corresponding to the selected row in f4 help.

For this you need not use check_changed_data.

just add ls_fcat-F4AVAILABL = 'X'

&

ls_fcat-edit = 'X'

in your field catalog table.

0 Kudos

Thanks for ur reply. I have already done that and for normal search help it is returning the value but not for custom F4.

I have found an alternate method for achieving this, Now I am changing value table itself that was displayed in ALV.

Edited by: Shailly on Apr 19, 2010 10:43 AM

Former Member
0 Kudos

Hi.

See think link

Regards,

Pravin