‎2010 Jan 07 2:53 PM
HI ,
I have developed an ALv interactive report and double clicking on a particular field and going to sap standard transaction.
i am using Get cursor statement . I am using the following statement GET CURSOR FIELD W_FIELD VALUE W_VALUE.
w_value contains- vlaue of the field which i clicked. But i want to know the field on which i clicked .W_FIELD is not containing any value . How to know which field i have clciked. If anybody gives an idea it would be greatful.
Thanks in Advance,
Gopal
‎2010 Jan 07 3:01 PM
FORM user_command using ucomm LIKE sy-ucomm selfied TYPE slis_selfield.
Here selfied-fieldname holds the field name
endform.
in oo alv you will get the column number in the event.
‎2010 Jan 07 3:01 PM
FORM user_command using ucomm LIKE sy-ucomm selfied TYPE slis_selfield.
Here selfied-fieldname holds the field name
endform.
in oo alv you will get the column number in the event.