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 in SALV

Former Member
0 Likes
1,748

Hi All,

How to create a drill down in SALV report.

Thanks & Regards

Santhosh

Hi,

If you looking for Tree drilldown then use class CL_SALV_TREE or if you want in the table level then use CL_SALV_HIERSEQ_TABLE

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
1,000

Hi,

If you looking for Tree drilldown then use class CL_SALV_TREE or if you want in the table level then use CL_SALV_HIERSEQ_TABLE

Read only

Former Member
0 Likes
1,000

Hi,

Refer to program BCALV_TEST_LIST_EVENTS for drill down reports.

Hope it helps.

Lokesh

Read only

0 Likes
1,000

Lokesh,

Santhosh is referring to SALV object model and not CL_GUI_ALV.

Read only

RichHeilman
Developer Advocate
Developer Advocate
1,000

Check this document, pay attention to the section for Double_Click event.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899...

Regards,

Rich Heilman