Question:
hi,
I have searched the forum for editing & F4 help which is there for ALV oops but not ALV functions. Can anyone tell me how to
a) edit a column & save it
b) Use F4 help
c) Usage of i_varaint or i_save
TY
Answer:
I worked with Fm i ALV ,the only thing i know is i_variant is used to create variant for user and i_save is used for saving the variant created.
For that you have to put i_save = 'x' and is_variant = g_variant. wher G_VARIANT LIKE DISVARIANT.which actually assigns variant to our Report according to REPORT NAME.
Answer:
Bonjour!
I work in 4.0b and using FM's ... Did you get F4 to work
Answer:
Bonjour!
I found how to get the SAP's F4 to work. You alv field must be define with a LIKE to a field that has a search help
data: begin of alv_tab occurs 0,
f1 like equi-matnr,`
.....