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: 

Displaying icon in tow in table control

Former Member
0 Kudos

Hi experts, I need help on how to display icons in every row in my table control which will be displayed via SAP GUI not Web.

Did anyone have successfully done this?

Thank you in advance guys..

1 ACCEPTED SOLUTION

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Check these links.It can help you.If so,kindly reward points by clicking the star on the left of reply.

http://www.sapdesignguild.org/resources/MiniSG-old/from_develop/norm_status_icons.htm#positioning_4

3 REPLIES 3

Former Member
0 Kudos

hi

insert one text field (label) in the scren and assign the Icon Name for that label then drag and drop the label into your table control.

cheers,

sasi

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Check these links.It can help you.If so,kindly reward points by clicking the star on the left of reply.

http://www.sapdesignguild.org/resources/MiniSG-old/from_develop/norm_status_icons.htm#positioning_4

Former Member
0 Kudos

Hi Wardana,

You can use Table control either using Wizard or by Drag and drop the screen elements in screen painter.First you need to hold data into internal table and then take the icon from ICON where you can take specific one by giving I_CLASS, I_GROUP,I_MEMBER values.I display icons by this way.You must use WA for this.Bind Table Control with this internal table.

Hope this will solve your problem. Award points if answer is useful,

Regards,

Albert