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

question about sap simple tree

Former Member
0 Likes
617

we use cl_gui_simple_tree to create a simple tree. And we use the type MTREESNODE to create a node by "data node type MTREESNODE". And we add an image to a node by " node-n_image = '@9Y@' ". So the text @9Y@ represent an image.

Where can i find a list or table which shows all these text like @9Y@ and correlative image.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
575

Hello Alex

Execute report RSTXICON.

Regards

Uwe

Hello

there is ddic table "ICON"

and field is ID

Hope this will help you

Thanks

Anirudh

3 REPLIES 3
Read only

former_member745780
Active Participant
0 Likes
575

Hello

there is ddic table "ICON"

and field is ID

Hope this will help you

Thanks

Anirudh

Read only

uwe_schieferstein
Active Contributor
0 Likes
576

Hello Alex

Execute report RSTXICON.

Regards

Uwe

Read only

Former Member
0 Likes
575

Hi Alex,

You display an image in the node by the way you described. So you have to provide with image details. You generally pass the icon details.

All the icon details can be easily displayed in the following report program.

SHOWICON. Execute the same in SE38 and you will get the internal format of the icon which will help you to get the desired icon in the node.

Thanks,

Samantak.