‎2008 Jun 12 11:13 AM
Hi all,
I have a requirement where i should use the drilldown functionality. In the report display there will be the count of the vehicles for each month of a year. If for March the count that is displayed is 10, then whenever we click on 10, it should give the details of those 10 vehicles. I have all the counts in a different internal table where only count is maintained. Now, if i need to get the details what should be done? Kindly help me out.
Thanks and Regards,
Seenu
‎2008 Jun 12 11:17 AM
Hi,
If it is the list output, use the GET CURSOR FIELD <> VALUE <>, command and get the related field and get the data from your fetched internal table and try to display again to the list.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 5:19 PM
‎2008 Jun 12 11:47 AM
Hi,
You can take help of BCALV_GRID_03 this report gives the detail list in dialog window on the event of double click.
This will surely help you for your requirement.
<REMOVED BY MODERATOR>
Thanks,
Dhanashri.
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 5:19 PM
‎2008 Jun 12 11:15 PM
You can choose the event AT LINE-SELECTION and program the display of the second internal table in that.
‎2010 Dec 16 5:27 AM