Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SALV: setting icon

Former Member
0 Likes
500

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

2 REPLIES 2
Read only

Former Member
0 Likes
445

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.

Read only

0 Likes
445

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