Skip to Content
0
Former Member
Apr 22, 2009 at 09:17 AM

ALV with kind of TreeByNestingTableColumn possible?

24 Views

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