cancel
Showing results for 
Search instead for 
Did you mean: 

Nested table - a table in a table row

ashish_shah
Contributor
0 Kudos

Hi Experts ,

I Need to show a table in a table row ... like a nested table.

Consider this example :

1) i have a table row : -

2) when somebody selects that row , i need an option like windows Explorer expand button with + sign , which will show some more details in the same row.

is this possible in a webdynpro application ?

let me know.

Regards,

Ashish Shah

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You could put a table inside a table row popin.

Armin

ashish_shah
Contributor
0 Kudos

Hey Armin ,

Can you please give me any exaple as to how can i do that ?

I am using webdynpro for java.

Is this option available in NWDS 2.0.16 and the WAS 6.40 ?

Regards,

Ashish Shah

Former Member
0 Kudos

Table popins are available since NW 7.0.

Armin

ashish_shah
Contributor
0 Kudos

Hi Armin ,

If i get NW7.0 , can i develop the table popin using WebDynpro for <b>JAVA</b>?

Ashish

Former Member
0 Kudos

Yes, but you need it also on the server, not only the 7.0 IDE.

Armin

ashish_shah
Contributor
0 Kudos

Thanks for your help Armin and Sumit.

I have rewarded teh points to both of you.

Former Member
0 Kudos

Hi Ashish,

U can use tree structure in a table.check these.

<a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/integration%20of%20a%20tree%20structure%20in%20a%20web%20dynpro%20table.pdf">https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/integration%20of%20a%20tree%20structure%20in%20a%20web%20dynpro%20table.pdf</a>

u can find the sample application here

<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#31 [original link is broken] [original link is broken]">https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#31 [original link is broken] [original link is broken]</a>

regards

Sumit