Hello Everyone,
I would like to create a hierarchical ALV list, like the BCALV_TREE_01 program. But my problem with this program is that you can display attributes of the record (as plane type, capacity, total costs,etc.) on the lowest level only. So this is just a nice grouping possibity. My aim would be to have attributes even on the first level of hierarchy, which could be different from the attributes of the lower lever hierarchies.
This is how the demo looks like:

As you can see, I don't have any values in the row of "2016 March", or in the row of "JL" (or even if I have values there, those are just sums of the lower level values). For example in my report the "2016 March" should have a price 100, the DL row should have price 200, and JL should have price 10000. I would need to print completely different attributes on each level. Is that possible somehow?
Many thanks in advance.
Tamas