cancel
Showing results for 
Search instead for 
Did you mean: 

What UI Element to Implement for Multi-column Table and Drilldown each Row

Former Member
0 Kudos

Hi Experts,

Below is my requirement to achieve in WDJ, the data comes from RFC model and the output is expected like below:

To explain little in details:

1. I need to display a Table with multiple rows and columns, this can be achieved by Table UI element.

2. But when the user clicks on first row (Row 1)'+', it should expand and show the available rows (at runtime)

3. And if this expanded rows have children and the user clicks on '+' it should again expand and show the rows available during runtime

4. And this goes on.., the image above shows drill-down till 4-levels, but its dynamic in nature .. it may have 2-levels or 6-levels and depends on the user who login to view this table.

5. Column values at each Row is actually the total of the available immediate sub-rows (the header-level totals the RFC gets for me)

Now,

- Is this possible in WDJ?

- If yes, how and which UI element & combination have to be used?

- Can we achieve this using Table UI element?

Awaiting for all experts opinions on the requirement and solution!

Thanks in advance,

MS

Accepted Solutions (1)

Accepted Solutions (1)

bernd_speckmann
Contributor
0 Kudos

Hello,

I think this is possible in WDJ.

Have a look here: http://scn.sap.com/docs/DOC-2452 or here: http://scn.sap.com/thread/1256418

Regards,

Bernd

Former Member
0 Kudos

Ya, I agree to try the TreeByNestedTable column with Recursive context, but I was looking for other best options in parallel.

Answers (0)