cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro ABAP ALV

Former Member
0 Kudos

Is it possible to attach multiple ALV's in a single view? I am trying to create a master and detail ALV's. I have two containers for this and I embed the ALV table view in each container. During runtime, I am getting a runtime error as ALV view table has been embedded twice. Is there a way to do this?

I can easily change the data using SET_DATA method but that is working only with a single container. Any help will be much appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Have you tried creating two component usages both for the ALV component within your component. You can then assign the different component usages to the two different containers.

Without two differnt component usages, how could you separate which instances of the ALV component will be used.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thomas,

It worked.

Thank you.

Hari