Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Drilldown Functionality

Former Member
0 Likes
447

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

4 REPLIES 4
Read only

Former Member
0 Likes
422

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

Read only

Former Member
0 Likes
422

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

Read only

Former Member
0 Likes
422

You can choose the event AT LINE-SELECTION and program the display of the second internal table in that.

Read only

Former Member
0 Likes
422

Closed