Application Development 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: 

icon in tablecontrol

Former Member
0 Kudos

Hi everybody,

how can i do a icon in a tablecontrol column?

I don´t find anything with the search.

Thanks,

Markus

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Markus

You can refer to screen 2400 of program SAPLRHPP for more details. There is table control defined for this screen, the last column of the table control is a icon with push button.

Regards

Ranganath

6 REPLIES 6

Former Member
0 Kudos

Hi Markus

You can refer to screen 2400 of program SAPLRHPP for more details. There is table control defined for this screen, the last column of the table control is a icon with push button.

Regards

Ranganath

0 Kudos

Hi Ranganath,

thanks. but i have a input/ouptfield in the table control. I set as icon but when i start the programm there is no icon.

Have you any other idea?

Thanks,

Markus

0 Kudos

Hi Markus

You can have the icon only to a Display only I/O field. In case you need one, have dummy column in the table control which will have push button with icon next to the I/O field.

Regards

Ranganath

0 Kudos

Hi Ranganath,

i don´t want a push button.

So i have to do an ALV?!

Thanks,

Markus

0 Kudos

Hi Markus

Yes you can do an ALV using class based programming which in turn will allow you most of the functionality of a table control.

Regards

Ranganath

Former Member
0 Kudos

Hi

1.Go to layout and double click on table control columm then u will get a screen in that screen for attribute ICON NAME provid the icon name is EXCUTE in that u can specify icon name.

Regards.

Srinivas.