cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic ALV in Webdynpro

Former Member
0 Kudos

Hi Experts,

I need to display ALV report whose rows and columns needs to be generated dynamically.

for e.g:

status 1 status2 ...... status n

Priority1

Priority 2

.

.

Priority n

In above report format: priority and status are not fixed and provided dynamically.

So, How I should approach to create such ALV?

Thank you.

Depesh Kumar.

Accepted Solutions (0)

Answers (2)

Answers (2)

pranav_nagpal2
Contributor
0 Kudos

Hi,

One way i can think is..... create a dynamic node and its attribute depending on the number of columns... thn create an internal table of type that node...... now add values in rows of internal table depending on number of rows thn..... bind this internal table with node again.. now node will have data... now map this node with alv node to display output.....

...

regards

Pranav

Content removed by Moderator

Edited by: Thomas Jung on Jan 22, 2009 10:35 AM

Former Member
0 Kudos

Hi,

[https://forums.sdn.sap.com/click.jspa?searchID=21326147&messageID=6814028]