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: 

How to add icons(traffic lights) into table control in dialog programming?

Former Member
0 Kudos

I want to show it accordingly in table report.

6 REPLIES 6

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You asked the same question here....

Did this not work for you?

Regards,

Rich Heilman

0 Kudos

Sir,

It shows error message while i am trying to use write statement for inserting icons into internal table.

I used wizard to add table control into my screen , so it inserted auto generated code, and while modifying and writing as you suggested giving error.please help me out.

thanks ,

with regards

Albert Tigga

0 Kudos

Hi Albert,

Check this link which also discusses similar issue.

Former Member
0 Kudos

You can add a new char field (4 digit) into table control.

After this, in the PBO you must set the new field in according to the list that you can find in the abap help, using "icons" word (se38, ctrl+f8, icons, list of icons).

In this list the system display all the icons. On the right of the list use the 2 digit code.

In the PBO if you concatenate '@' 2 digit code and '@' the system display corresponding icon.

Regards,

Gianluca

0 Kudos

Post all of your program code. I will show you what to do.

Regards,

Rich Heilman

0 Kudos

in layout use user input field check box uncheck.