how to achieve this requierment: build and drag and drop tree in witch each children have a different structure?
i mean:
node1
child1 (with struct 1)
child2 (with struct 2)
child3 (with struct 3)
node2
child1 (with struct 1)
child2 (with struct 2)
child3 (with struct 3)
...
on double clik you have the alv.
i tried by studing from bcalv_* report but none is matching with children with different structure...any idea?