Hi All,
If i double click the ALV grid row say 11, the details are displayed.
After the list has been sorted in ascending manner thru layout or ascending button in appln. tool bar, the list get sorted and the row which said above 11th row is now 132 as per sorting.
What i need is, 132 if i double click it is not displaying anything.
Can u pls help in this regard.
code snippet is shown below.
CONSTANTS : l_c_ic1 TYPE char3 VALUE 'LTR'.
CHECK p_r_ucomm EQ '&IC1'.
READ TABLE gi_objlist_c INTO lwa_objlist_c INDEX p_rs_selfield-tabindex.
SET PARAMETER ID l_c_ic1 FIELD lwa_objlist_c-obj_name.
CHECK lwa_objlist_c IS NOT INITIAL.
CASE p_rs_selfield-fieldname.
WHEN 'LTRL'. "Prog Fugr Clas
*** Literals for Prog
regards