‎2010 Sep 23 8:20 AM
Hi all,
my question is, i wanna relate between tcode and a value in alv column. i mean , if i double click a field in alv, it should run as a tcode because there are tcode names in alv.
How can i do it.
Thanks a lot.
‎2010 Sep 23 8:24 AM
Howdy,
You need to create an event handler for the ALV's double click event, and execute a call transaction within that event handler.
Here's a tutorial:
Cheers
Alex
‎2010 Sep 23 8:48 AM
‎2010 Sep 23 9:35 AM
Hi,
shouldnt you be rewarding points. if you got the answer and problem is resolved.
‎2010 Sep 23 8:24 AM
SET handler for double click
call this method on double click and inside the method use call transaction using 'ABC' passing the value from the selected cell in ALV.
‎2010 Sep 23 8:25 AM
hi,
you could use call transaction statement in mode A. so that when you click on it that transaction should open.
regards,
Sakshi