Question:
On the ALV list displayed, when you double click on the record, you can get a specific record on which you double clicked. I know how to do that. But is it possible to get the field name if you double click on a specific field? Any help would be appreciated.
Answer:
in event of user_commend, use type slis_selfield.
for example, if slis_selfield-fieldname eq 'matnr'. endif.
Answer:
Thanks very much, GFG. I'll give it a try.