hello friends
here i have problem that though i have clicked on row which have number 60
and previously selected row which have number 59
trugh debug i have find that selected id is 60 but the number that pass there is previous one.
CALL TRANSACTION 'YIMRGIN_DISP' AND SKIP FIRST SCREEN.
SET PARAMETER ID 'BUK' FIELD WA_FINAL_DISP-BUKRS.
SET PARAMETER ID 'DOC' FIELD WA_FINAL_DISP-TRNUM.
suppose first time i have double click on row with 59 number
and next time number with 60 number so previous one is in consideration.