cancel
Showing results for 
Search instead for 
Did you mean: 

ALV with kind of TreeByNestingTableColumn possible?

Former Member
0 Kudos

Hi Experts,

I need to implement an ALV with a tree in the first column.

Using

 ->if_salv_wd_table_settings~set_display_type(
      if_salv_wd_c_table_settings=>display_type_hierarchy ) 

and

 ->if_salv_wd_column_hierarchy~set_hierarchy_column( abap_true ). 

is NOT enough.

There it is not possible to have data in every line/row.

I need the functionality of TreeByNestingTableColumn, but not in UI-Element Table. I need it in ALV!

The link

http://help.sap.com/saphelp_erp2005/helpdata/DE/5a/088b41b4b3b25fe10000000a1550b0/content.htm

shows you, how is it has to be. But there is used a table and not an ALV. Is it possible? If it is...how?

It would be great if someone could provide me with information about that.

Thanks a lot.

Best regards,

Ingmar

Accepted Solutions (0)

Answers (1)

Answers (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]. It might help.

Regards

Arjun

Former Member
0 Kudos

Thanks for the quick reply Arjun, but that is what I said. The normal functionality of Hierarchy is NOT enough for me, because I can't have (or don't know how!?) data in the rows/lines of parent nodes with it as you can see in the first screenshot of your link...

Can someone else help?

Thanks!

Best regards,

Ingmar