cancel
Showing results for 
Search instead for 
Did you mean: 

Display of 2nd ALV on a row selection of 1st ALV

0 Kudos

Hi All,

I am totally new in Web Dynpro application and my requirement to have a Web Dynpro application with two Views in same page. The first view will have an ALV output and on selection of a row of the ALV i need to display another ALV taking some keys from the 1st ALV.

It would be great if i can get an example of such solution.

Thanks and regards,

Manish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

use amy Suggestion

or

create two node one for displaying first alv other for second alv.

use event ON_SELECTION of 1st ALV  in event handler for event ON_SELECTION  of 1st ALV get first node key attribute value and get records as per these and bind these record with second node.

for hiding if you want to hide alv then put it in transparent container and bind VISIBILITY property eith some attribute try manipulating this attribute as per your need

for alv detail go through below link.

http://scn.sap.com/docs/DOC-8637

amy_king
Active Contributor
0 Kudos

Hi Manish,

Take a look at the example of using a supply function in conjunction with a singleton node in the SAP documentation.

Cheers,

Amy