How can I Place A Hiearchy Node in my SAP Table Ctrl.
How can I Place A Hiearchy Node in my SAP Table Ctrl.
Thank You!
Have you had a look at program 'SAPSIMPLE_TREE_CONTROL_DEMO' (Controls Examples Transaction DWDM).
This allows you to have a hierarchy in the first column of your report and data for each tree node in the other columns.
Alternatively (if this doesn't fit your bill) you could add a docking container to your screen and put a normal tree control in it (see program 'SAPSIMPLE_TREE_CONTROL_DEMO').
_________________
Regards,
Angelis.
I would like to emulate that table cntrl from CJ41 Which has a hiearchy program of some sort...
I would utilize my own data with certain hiearchy (e.g a data store) hoping to come up with the same interface... Nuff, I know the work around of a SAP tree gui thank you