cancel
Showing results for 
Search instead for 
Did you mean: 

Hierarchial Table Display

Former Member
0 Kudos

Hi all.

A user has requested a hierarchial table display, consisting of header rows and detail rows, both with multiple but different columns.

Something like the old FM REUSE_ALV_HIERSEQ_LIST_DISPLAY.

For example: Purch. Order   Vendor   Name    Item   Description        Material    Quantity   UoM 3800000001     123456   Widgets R Us    20     Blue Widget        WID001            2    EA    20     Red Widget         WID002            5    EA    30     Green Widget       WID003            4    EA 3800000002     654321   Widget Warehouse    20     Blue Widget        WID001            3    EA

I have had a look at Table with Tree (DEMO_TABLE_WITH_TREE), but from what I can see this UI only allows a single column for the hierarchy structure.

Does anyone know how to achieve a multi-column hierarchial display in a table ? Any suggestions or comments appreciated.

Thanks & regards,

Grogan

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi,

Refer this article: [ALV and Standard Table as Hierarchy in Web Dynpro ABAP|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c060fcb4-2c62-2b10-d2b2-f32407a5cc6f].

I hope it helps.

Regards

Arjun

Former Member
0 Kudos

Arjun,

thanks - yes I have seen this Blog, but my issue still remains.

Regards,

Grogan

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You might consider the Table Popin. Within the popin area you could build a separate table that has the item records:

http://www.flickr.com/photos/tjung/3611705060/

Former Member
0 Kudos

Thanks Thomas,

table popins look pretty close to what we want and should do the trick.

Grogan

Former Member
0 Kudos

Hi Grogan,

I have the same requirement and posted on sdn but no replies:(

can you please help me build my application and share how u solved ur issue.

Thanks a lot for your help.

Kiran