I'm tryingto representa hierarchy.
For example table kna1
The hierarchyisdefined as follows:
Hierarchy Column:Land-1->Kunnr
Example
Hierarchy Column I regio I teflx
India
-->Customer 1
--> Customer 2
USA
--> Customer 3
--> Customer 4
China
--> Customer 5
morecolumns: e.g. regio, telfx
To illustrate thehierarchyI want to use the Tree Model.
I've looked at the
SAPCOLUMN_TREE_MODEL_DEMO.
It is very difficultfor me to understand because the Example is more "static".
Can someoneshow asample code for a "more dynamicoutput"?
Thanks in advancefor help.