‎2008 Jun 20 10:11 AM
Hi folks,
In my ALV output, i have a field Trip No, which if i double click on it, it should go to the TCode TP04, by taking the data of the corresponding trip number. i am trying this by using the statement SET PARAMETER ID. But for the field Trip No, there is no parameter ID defined. So what is the alternative or best way to accomplish my task.
Thanks in advance,
Ram.
‎2008 Jun 20 10:18 AM
Hi,
If u are using OO ALV ,u can use method get_selected_rows metod to get data selected in the ALV.
‎2008 Jun 20 10:19 AM
‎2008 Jun 20 10:25 AM
Hi Ram ,
You could use BDC in error mode so that the tcode opens skipping the first screen, if there is not PARAMETER ID .
Let me know if it helped or not .
Yugandhar