2007 Jun 19 10:18 AM
Hi,
How to set icon in case of SALV tree?
Thanks and regards,
Madhu
Hi,
How to set icon in case of SALV tree?
Thanks and regards,
Madhu
2007 Jun 19 10:26 AM
Hi,
while creating node table write
CLEAR NODE.
node-node_key = 'HEADER'.
node-relatkey = 'SEL_SCREEN'.
NODE-RELATSHIP = CL_GUI_LIST_TREE=>RELAT_LAST_CHILD.
<b> NODE-N_IMAGE = ICON_EXECUTE_OBJECT.</b>
NODE-ISFOLDER = 'X'.
APPEND NODE TO NODE_TABLE.
rgds,
bharat.
2007 Jun 19 10:43 AM
Thanks Bharat.
I don't use node table. I just create node using add_node method. Their, how do I add icon?
Where do we use node table?
Regards,
Madhu
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |